summaryrefslogtreecommitdiff
path: root/Authentication/SignUp.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Authentication/SignUp.ui.qml')
-rw-r--r--Authentication/SignUp.ui.qml60
1 files changed, 27 insertions, 33 deletions
diff --git a/Authentication/SignUp.ui.qml b/Authentication/SignUp.ui.qml
index bad6c31..c7365c8 100644
--- a/Authentication/SignUp.ui.qml
+++ b/Authentication/SignUp.ui.qml
@@ -1,9 +1,9 @@
-import QtQuick 2.15
-import QtQuick.Controls 2.15
-import QtQuick.Layouts 1.15
-import QtGraphicalEffects 1.15
-import Bootstrap 5.3
-import Eduport 1.4
+import QtQuick
+import QtQuick.Controls
+import QtQuick.Layouts
+import QtQuick.Effects
+import Bootstrap
+import Eduport
import "../TextField" as TxtFld
import "../Button" as Btn
@@ -89,15 +89,13 @@ Flickable {
20
}
- ColorOverlay {
- color:
- Eduport
- .bsSecondary
- source:
- parent
- anchors
- .fill:
- parent
+ layer {
+ enabled: true
+ effect: MultiEffect {
+ brightness: 1.0
+ colorization: 1.0
+ colorizationColor: Eduport.bsSecondary
+ }
}
}
@@ -158,15 +156,13 @@ Flickable {
20
}
- ColorOverlay {
- color:
- Eduport
- .bsSecondary
- source:
- parent
- anchors
- .fill:
- parent
+ layer {
+ enabled: true
+ effect: MultiEffect {
+ brightness: 1.0
+ colorization: 1.0
+ colorizationColor: Eduport.bsSecondary
+ }
}
}
@@ -231,15 +227,13 @@ Flickable {
20
}
- ColorOverlay {
- color:
- Eduport
- .bsSecondary
- source:
- parent
- anchors
- .fill:
- parent
+ layer {
+ enabled: true
+ effect: MultiEffect {
+ brightness: 1.0
+ colorization: 1.0
+ colorizationColor: Eduport.bsSecondary
+ }
}
}