Input method hint was added for rests
This commit is contained in:
@@ -35,6 +35,7 @@ Page {
|
|||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
text: modelData.rest
|
text: modelData.rest
|
||||||
|
inputMethodHints: Qt.ImhPreferNumbers
|
||||||
|
|
||||||
onEditingFinished: restsModel.setProductRest(modelData.productId, text)
|
onEditingFinished: restsModel.setProductRest(modelData.productId, text)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user