How to disable VirtualKeyboard?

896 views Asked by At

I tried the VirtualKeyboard basic sample https://doc.qt.io/qt-5/qtvirtualkeyboard-basic-example.html. I want to understand how the VirtualKeyboard been enabled after TextField gets focused, to find out a way to disable VirtualKeyboard. Just normal Windows IME, the VirtualKeyboard can be enabled or disabled using the real keyboard. Excepted behavior: when TextField gets focused, there is an option to decide to show the VirtualKeyboard or uses the original IME to input from the real keyboard.

0

There are 0 answers