Port: Ported to qt6 part 2. Removed qt5-graphicaleffects. Replaced gaussian blur effect and removed drop shadow effect.

This commit is contained in:
Keyitdev
2024-09-11 16:08:29 +02:00
parent 48ea0a7927
commit 3ff1700f92
6 changed files with 14 additions and 49 deletions
+6 -11
View File
@@ -16,14 +16,15 @@ ScreenHeight="1080"
## [Blur Settings]
## https://doc.qt.io/qt-6/qml-qtquick-effects-multieffect.html
FullBlur="false"
## If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
PartialBlur="true"
## Enable or disable the blur effect; if HaveFormBackground is set to true then PartialBlur will trigger the BackgroundColor of the form element to be partially transparent and blend with the blur.
BlurRadius="80"
## Set the strength of the blur effect. Anything above 100 is pretty strong and might slow down the rendering time. 0 is like setting false for any blur.
BlurMax=""
## Default: 48. Meaningful range of this value is from 2 (subtle blur) to 64 (high blur). Higher values still work (up to 144 when Blur is set to 1.0), it is heavily connected with Blur.
Blur=""
## Default: 2.0. Meaningful range of this value is from 0.0 to 3.0. It is heavily connected with Blur.
## [Design Customizations]
@@ -62,12 +63,6 @@ IconColor="#ffffff"
OverrideLoginButtonTextColor=""
## The text of the login button may become difficult to read depending on your color choices. Use this option to set it independently for legibility.
InterfaceShadowSize="6"
## Integer used as multiplier. Size of the shadow behind the user and session selection background. Decrease or increase if it looks bad on your background. Initial render can be slow no values above 5-7.
InterfaceShadowOpacity="0.6"
## Double between 0 and 1. Alpha channel of the shadow behind the user and session selection background. Decrease or increase if it looks bad on your background.
RoundCorners="20"
## Integer in pixels. Radius of the input fields and the login button. Empty for square. Can cause bad antialiasing of the fields.