Set inputMethodHints
This commit is contained in:
parent
55f6971e6a
commit
5dcd6cf54f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Dialog {
|
||||||
id: valueField
|
id: valueField
|
||||||
width: parent.width
|
width: parent.width
|
||||||
placeholderText: "192.168.1.1/ipp/print"
|
placeholderText: "192.168.1.1/ipp/print"
|
||||||
|
inputMethodHints: Qt.ImhUrlCharactersOnly | Qt.ImhNoAutoUppercase
|
||||||
label: title
|
label: title
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
|
|
Loading…
Reference in a new issue