How can I load the Android virtual keyboard in a QPushButton click?
-
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?
-
Not tested, but you can try something like this:
@
QGuiApplication::inputMethod()->show()
@
-
Works like a charm!! :-)
Thank you very very much!
-
welcome :-)