Qt Virtual Keyboard C++ Classes
Provides classes to implement input methods for virtual keyboards. More...
Classes
| Base class for input methods | |
| Extension plugin for the Qt Virtual Keyboard | |
| Provides access to an input context | |
| InputEngine class provides an input engine that supports C++ and QML integration | |
| List model for selection lists | |
| Trace is a data model for touch input data | 
Detailed Description
To include the definitions of the module's classes, use the following directive:
 #include <QtVirtualKeyboard>
To link against the module, add this line to your qmake .pro file:
QT += virtualkeyboard