qml: no auto caps on import and master key controls
This commit is contained in:
@@ -122,7 +122,7 @@ WizardComponent {
|
||||
if (activeFocus)
|
||||
verifyMasterKey(text)
|
||||
}
|
||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText
|
||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
|
||||
}
|
||||
ColumnLayout {
|
||||
ToolButton {
|
||||
|
||||
@@ -40,7 +40,7 @@ WizardComponent {
|
||||
focus: true
|
||||
wrapMode: TextEdit.WrapAnywhere
|
||||
onTextChanged: valid = verify(text)
|
||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText
|
||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
|
||||
}
|
||||
ColumnLayout {
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
Reference in New Issue
Block a user