Input method hint was added for rests

This commit is contained in:
2023-04-19 11:41:51 +02:00
parent a687821a4e
commit f0af00b66a

View File

@@ -35,6 +35,7 @@ Page {
height: parent.height
text: modelData.rest
inputMethodHints: Qt.ImhPreferNumbers
onEditingFinished: restsModel.setProductRest(modelData.productId, text)
}