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

HandwritingInputPanel

Provides a handwriting panel add-on for the virtual keyboard UI

InputPanel

Provides the virtual keyboard UI

C++ types

QVirtualKeyboardDictionary

An application-defined dictionary for virtual keyboard input methods

Virtual Keyboard Settings

QML types