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

EnterKeyAction

Provides attached properties for customizing the enter key

HandwritingInputPanel

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

InputPanel

Provides the virtual keyboard UI

VirtualKeyboard

Provides attached properties for customizing the virtual keyboard

C++ types

QVirtualKeyboardDictionary

An application-defined dictionary for virtual keyboard input methods

QVirtualKeyboardDictionaryManager

Dictionary management for application-defined dictionaries

Virtual Keyboard Settings

QML types

VirtualKeyboardSettings

Provides settings for virtual keyboard

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.