qtvirtualkeyboard

How to find the window that contains the QtVirtualKeyboard

你离开我真会死。 提交于 2021-02-02 09:40:35
问题 I'm using qt widgets on embedded device and have problem with virtual keyboard. Keyboard is shown as fullscreen and overlaps all app. In article Virtual keyboard top black screen in Yocto is described hack how to solve this issue. In short, you need to find the QQuickWindow with the keyboard and call setMask on this window. Then the area above the keyboard will be transparent I have problem how to find QQuickWindow with virtual keyboard. I tried to use QApplication::allWidgets() but the

How to find the window that contains the QtVirtualKeyboard

偶尔善良 提交于 2021-02-02 09:40:27
问题 I'm using qt widgets on embedded device and have problem with virtual keyboard. Keyboard is shown as fullscreen and overlaps all app. In article Virtual keyboard top black screen in Yocto is described hack how to solve this issue. In short, you need to find the QQuickWindow with the keyboard and call setMask on this window. Then the area above the keyboard will be transparent I have problem how to find QQuickWindow with virtual keyboard. I tried to use QApplication::allWidgets() but the

How to enable TextField selection handlers with QtVirtualKeyboard on a QQuickWidget?

坚强是说给别人听的谎言 提交于 2021-01-28 05:07:30
问题 I am integrating QtVirtualKeyboard in my QML app and this causes selection handlers to appear in text fields when some text is selected as shown below. However the handlers are not draggable if I integrate my QML app using a QQuickWidget. Instead it prints out an error: QMetaObject::invokeMethod: No such method QQuickWidget::inputMethodQuery(Qt::InputMethodQuery,QVariant) Here is a minimal reproducible example: main.cpp: #include <QApplication> #include <QQuickWidget> int main(int argc, char

Soft keyboard is not visible on Android with Qt 5.15 on any input

你说的曾经没有我的故事 提交于 2020-11-30 00:09:44
问题 We migrated from 5.12.9 to 5.15.2 and now soft Android keyboard is not visible (does not popup) on active focus for any of our inputs or text fields. Is it a bug (QTBUG-88069) or some workaround exists? Following Stackoverflow solution or setting/clearing window flags does not work for me. 来源: https://stackoverflow.com/questions/64629611/soft-keyboard-is-not-visible-on-android-with-qt-5-15-on-any-input

Soft keyboard is not visible on Android with Qt 5.15 on any input

馋奶兔 提交于 2020-11-30 00:06:55
问题 We migrated from 5.12.9 to 5.15.2 and now soft Android keyboard is not visible (does not popup) on active focus for any of our inputs or text fields. Is it a bug (QTBUG-88069) or some workaround exists? Following Stackoverflow solution or setting/clearing window flags does not work for me. 来源: https://stackoverflow.com/questions/64629611/soft-keyboard-is-not-visible-on-android-with-qt-5-15-on-any-input

Soft keyboard is not visible on Android with Qt 5.15 on any input

岁酱吖の 提交于 2020-11-30 00:06:48
问题 We migrated from 5.12.9 to 5.15.2 and now soft Android keyboard is not visible (does not popup) on active focus for any of our inputs or text fields. Is it a bug (QTBUG-88069) or some workaround exists? Following Stackoverflow solution or setting/clearing window flags does not work for me. 来源: https://stackoverflow.com/questions/64629611/soft-keyboard-is-not-visible-on-android-with-qt-5-15-on-any-input