TextInput and inputMethodHints
QML and Qt Quick
3
Posts
2
Posters
1.1k
Views
2
Watching
-
@mrdebug Maybe you missunderstood what QInputMethod is actually good for? The documentation says:
QInputMethod is used by the text editors for integrating to the platform text input methods and more commonly by application views for querying various text input method-related information like virtual keyboard visibility and keyboard dimensions.
It's not meant to do input filtering / validation.