Qt Virtual Keyboard
Qt Virtual Keyboard is a virtual keyboard framework that consists of a C++ backend supporting custom input methods as well as a UI frontend implemented in QML.
For more information, see the documentation.
Originally the emulated HWR input was centered on the input window
because it look better. However, it seems this will confuse T9 Write
HWR engine and cause some tests to fail.
Change-Id: I72e5c1a5db2b5aded2db2e5a8f6f79f5f414d5aa
Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
Name | Last commit | Last update |
---|---|---|
dist | ||
examples | ||
src | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.qmake.conf | ||
.tag | ||
LICENSE.GPL3 | ||
README.md | ||
qtvirtualkeyboard.pro | ||
sync.profile |
Qt Virtual Keyboard
Qt Virtual Keyboard is a virtual keyboard framework that consists of a C++ backend supporting custom input methods as well as a UI frontend implemented in QML.
For more information, see the documentation.