Explorar o código

Input method hint was added for rests

Denis V. Dedkov %!s(int64=2) %!d(string=hai) anos
pai
achega
f0af00b66a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      qml/Views/RestsView.qml

+ 1 - 0
qml/Views/RestsView.qml

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