Disable IME for QML TextField
Unsolved
General and Desktop
-
As mentioned in the question, I want to disable IME for Asian languages when my TextField gets focus in qml. I want to do this for Windows right now. But if there exists a cross-platform solution, that would be really great.
I know there is a flag for QWidget, namely Qt::WA_InputMethodEnabled, which does this. Is there something similar for qml also?