Qt Virtual Keyboard API for Applications
The QML types can be imported into your application using the following import statements in your .qml file:
import QtQuick.VirtualKeyboard import QtQuick.VirtualKeyboard.Settings
In addition to importing the types, the QT_IM_MODULE environment variable must be set to qtvirtualkeyboard. For more information, see Loading the Plugin.
Virtual Keyboard
QML types
| Provides attached properties for customizing the enter key | |
| Provides a handwriting panel add-on for the virtual keyboard UI | |
| Provides the virtual keyboard UI | |
| Provides attached properties for customizing the virtual keyboard | 
C++ types
| An application-defined dictionary for virtual keyboard input methods | |
| Dictionary management for application-defined dictionaries | 
Virtual Keyboard Settings
QML types
| Provides settings for virtual keyboard |