summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml')
-rw-r--r--examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml b/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml
index 4a1577a05..86ca4e465 100644
--- a/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml
+++ b/examples/webenginequick/customdialogs/forms/AuthenticationForm.ui.qml
@@ -120,6 +120,13 @@ Item {
height: 22
Layout.fillWidth: true
font.pointSize: 12
+ color: "black"
+
+ background: Rectangle {
+ color: "white"
+ border.color: "black"
+ border.width: 1
+ }
}
Text {
@@ -134,6 +141,14 @@ Item {
height: 26
Layout.fillWidth: true
font.pointSize: 12
+ color: "black"
+ echoMode: TextInput.Password
+
+ background: Rectangle {
+ color: "white"
+ border.color: "black"
+ border.width: 1
+ }
}
Item {