Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
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 :-)