TextField input only numbers
-
wrote on 21 May 2020, 11:38 last edited by aha_1980
Hi!
How i can input only numbers in TextField?
It is not works:inputMethodHints: Qt.ImhFormattedNumbersOnly
-
wrote on 21 May 2020, 11:41 last edited by
it is work
validator: RegExpValidator { regExp: /[0-9A-F]+/ }
1/2