Problems using QML Virtual Keyboard with QtWidgets
Unsolved
General and Desktop
-
Hi All
I have a QtWidgets/C++ app, and need to use the application-integrated version of the Qt virtual keyboard, i.e. the one which requires a QML-defined InputPane item.
I have a QtWidget in my main .ui file, loading QML which contains an InputPane
When I click a QLineEdit box, the virtual keyboard appears in the widget, but if I try to click a key on the keyboard, the focus moves from the input box and the keyboard disappears.
Is there an example available of a virtual keyboard implemented into a C++/QtWidgets project?