Qt 6.11 is out! See what's new in the release
blog
How to detect whether predictive text in vkb is active or not? - Qt
Mobile and Embedded
3
Posts
2
Posters
1.3k
Views
1
Watching
-
I know that if I want to disable predictive text in vkb if my QTextEdit has focus, I can do it like this
@ mChatInputLine->setInputMethodHints(Qt::ImhNoPredictiveText);@
On user selects numeric key on vkb, predictive text is disabled by default. Is there any way to detect this?
Thing is, I need to change the geometry of QTextEdit if predictive text is on or off.Please suggest.
Thanks
-
Which version of Qt are you using and which platform are you targeting?