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 |
© 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.