How can I load the Android virtual keyboard in a QPushButton click?
Mobile and Embedded
4
Posts
2
Posters
956
Views
1
Watching
-
wrote on 25 Feb 2014, 07:33 last edited by
Hi,
When I tap on a QLineEdit I can see the virtual keyboard appearing but how can I make it appear from a QPushButton click?
-
wrote on 25 Feb 2014, 12:34 last edited by
Not tested, but you can try something like this:
@
QGuiApplication::inputMethod()->show()
@ -
wrote on 26 Feb 2014, 14:45 last edited by
Works like a charm!! :-)
Thank you very very much!
-
wrote on 26 Feb 2014, 15:12 last edited by
welcome :-)
2/4