VirtualKeyboard in Raspberry Pi Too big
-
Hi all,
I'm trying to integrate the QVirtualKeyboard in a C++ Program I'm developping for Raspberry Pi.
The Qt version that is available in RaspberryOS is the 6.4.2.
I've managed to display a Virtual Keyboard when a QLineEdit is on Focus but the Virtual Keyboard does not fit on the screen and some of the keys are not shown (the essential way-out key for example).
Any help is welcome. -
@gabriele-salvato said in VirtualKeyboard in Raspberry Pi Too big:
Hi all,
I'm trying to integrate the QVirtualKeyboard in a C++ Program I'm developping for Raspberry Pi.
The Qt version that is available in RaspberryOS is the 6.4.2.
I've managed to display a Virtual Keyboard when a QLineEdit is on Focus but the Virtual Keyboard does not fit on the screen and some of the keys are not shown (the essential way-out key for example).
Any help is welcome.EDIT:
After installing qt6-wayland a different message appears:
"qt.qpa.wayland: qtvirtualkeyboard currently is not supported at client-side, use QT_IM_MODULE=qtvirtualkeyboard at compositor-side"Now I'm lost. I've never used the "compositor"
Again Any help is welcome.