1
0

add input method hints

This commit is contained in:
Sander van Grieken
2022-03-30 18:00:36 +02:00
parent 5e039a215a
commit 3942745270
3 changed files with 7 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ Pane {
id: amount
font.family: FixedFont
placeholderText: qsTr('Amount')
inputMethodHints: Qt.ImhPreferNumbers
}
Label {