Qt support for an on-screen keyboard?
Unsolved
General and Desktop
-
Does Qt have any support for an on-screen keyboard, either for accessibility or for running on devices where a keyboard isn't connected? For instance, if your keyboard fails somehow, what is the fallback?
-
There's https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html
Any on screen keyboards provided by the operating system are supported, too. Qt does not care where the input is coming from.