Set inputMethodHints

This commit is contained in:
Anton Thomasson 2021-06-28 20:14:09 +02:00
parent 55f6971e6a
commit 5dcd6cf54f

View file

@ -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 {