QtVirtualKeyboard in a QQuickWidget
Unsolved
QML and Qt Quick
-
Hello
I Have QWidget application, and I need to add a QtVirtualKeyboard, but it needs to be windows, and showing it have to be manually if a certain QPushButton gets pressed, then it's input should be transferred into a whole separate engine and that engine handles it's input, the problem is I have no idea how to put QtVirtualKeyboard in a QQuickWidget so I can manually showing it in a derived by QQuickWidget and I have no idea how I can get it's input while other widgets are not receiving it's inputs