Qt Virtual Keyboard
-
How can different custom keyboard layouts be used in the same application but on different QML forms?
I have followed everything on Qt Documentation for Virtual Keyboard in QML, i am able to create and load my custom keyboards as well, but i am not able to load different layouts in different forms.
Is there any way to create and load virtual keyboard for a qml form and destroy on page destruction and load again on another ?
I am using Qt 5.13.1 (MSVC 2017, 32 bit)
-
Hi,
What do you mean by different layouts ?
-
@SGaist by different layouts I mean, I have created a separate layout for numeric keyboard and separate for qwerty keyboard, these keyboards exist in different qml forms, when i switch to another form and send event to open qwerty keyboard, qwerty gets shrinked into numeric layout.
after navigating from qwerty above is the observationACTUAL:
EXPECTED:
-
Something is not clear, are you using the Qt Virtual Keyboard module ?
-
The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 6 on Linux Desktop/X11, [Windows Desktop], and Boot2Qt targets. The input framework makes it easy to write custom input methods or to integrate 3rd party input engines.