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
-10
View File
@@ -5,7 +5,6 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
import Qt5Compat.GraphicalEffects
Item {
id: usernameField
@@ -89,15 +88,6 @@ Item {
radius: 10
color: root.palette.window
layer.enabled: true
layer.effect: DropShadow {
transparentBorder: true
horizontalOffset: 0
verticalOffset: 0
radius: 100
samples: 201
cached: true
color: "#88000000"
}
}
enter: Transition {