[lookandfeel] Add Input Method hints for the password field

Summary:
If we show a virtual keyboard, better make sure that useful password
hints are set.

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D4876
wilder-5.14
Martin Gräßlin 9 years ago
parent 097db85e29
commit 1ce5ed3b7e
  1. 1
      lookandfeel/contents/lockscreen/MainBlock.qml

@ -53,6 +53,7 @@ SessionManagementScreen {
placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Password")
focus: true
echoMode: TextInput.Password
inputMethodHints: Qt.ImhHiddenText | Qt.ImhSensitiveData | Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
enabled: !authenticator.graceLocked
revealPasswordButtonShown: true

Loading…
Cancel
Save