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