可以把 QML 類型導入應用程序,使用以下 import 語句在 .qml 文件:
import QtQuick.VirtualKeyboard import QtQuick.VirtualKeyboard.Settings
除導入類型外,
QT_IM_MODULE
環境變量必須被設為
qtvirtualkeyboard
。更多信息,見
加載插件
.
QML 類型
| 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 |
QML 類型
| 提供用於虛擬鍵盤的設置 |