summaryrefslogtreecommitdiffstats
path: root/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'experimental')
-rw-r--r--experimental/Wifi/main.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/experimental/Wifi/main.qml b/experimental/Wifi/main.qml
index e01e6ee..5c7bed9 100644
--- a/experimental/Wifi/main.qml
+++ b/experimental/Wifi/main.qml
@@ -18,7 +18,8 @@ Rectangle
onOnlineChanged: print(online ? "QML: WifiManager is online" : "QML: WifiManager is not online...");
- scanning: ready && connectedSSID == "";
+ //scanning: ready && connectedSSID == "";
+ scanning: ready
}
Component {
@@ -82,7 +83,7 @@ Rectangle
anchors.margins: 20
anchors.right: parent.right
anchors.top: parent.top
- color: "white"
+ color: "lightblue"
border.color: "lightgray"
}
@@ -104,11 +105,12 @@ Rectangle
TextInput {
id: passwordInput
+ //echoMode: TextInput.PasswordEchoOnEdit
y: 100
width: 300
height: 50
anchors.horizontalCenter: parent.horizontalCenter
- font.pixelSize: 14
+ font.pixelSize: 18
}
Rectangle {