VirtualKeyboard QML Type
提供用于自定义虚拟键盘的附加属性。更多
Import Statement: | import QtQuick.VirtualKeyboard |
Since: | QtQuick.VirtualKeyboard 6.1 |
附加属性
- extraDictionaries : list
详细说明
VirtualKeyboard 类型提供附加属性,允许自定义虚拟键盘,如附加自定义字典。
虚拟键盘必须直接在接收输入焦点的项目中使用,例如TextInput 。
例如
TextInput { VirtualKeyboard.extraDictionaries: ["myDictionary"] }
附加属性文档
VirtualKeyboard.extraDictionaries : list |
设置此上下文中的活动用户字典。
© 2025 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.