summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2014-05-19 11:30:30 +0200
committerRainer Keller <rainer.keller@digia.com>2014-05-19 15:52:20 +0300
commit9c34f0a3959a34f6c2607deb8e2bd5cc22292734 (patch)
tree74b4b71ee8c9926fc649f92728410d818746e87c /basicsuite/launchersettings
parent1f07584ea0e67160f2f84e9b6c1375bcd3b46413 (diff)
Disable autocompletion for password field
Change-Id: I178e3dd14b627d708275a9c70bd7e8b7d55ee0f6 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
Diffstat (limited to 'basicsuite/launchersettings')
-rw-r--r--basicsuite/launchersettings/NetworkList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicsuite/launchersettings/NetworkList.qml b/basicsuite/launchersettings/NetworkList.qml
index 204e4e2..6a02e2c 100644
--- a/basicsuite/launchersettings/NetworkList.qml
+++ b/basicsuite/launchersettings/NetworkList.qml
@@ -133,6 +133,7 @@ Item {
visible: !connected
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: 18
+ inputMethodHints: Qt.ImhNoPredictiveText
}
Button {