VirtualKeyboard QML Type
仮想キーボードをカスタマイズするための付属プロパティを提供します。詳細...
Import Statement: | import QtQuick.VirtualKeyboard |
Since: | QtQuick.VirtualKeyboard 6.1 |
付属プロパティ
- extraDictionaries : list
詳細説明
VirtualKeyboard タイプは、カスタム辞書のアタッチなど、仮想キーボードのカスタマイズを可能にするアタッチプロパティを提供します。
VirtualKeyboardは、入力フォーカスを受けているアイテムの内部で直接使用する必要があります(TextInput など)。
例えば
TextInput { VirtualKeyboard.extraDictionaries: ["myDictionary"] }
Attached Property Documentation (付属プ ロパテ ィ 文書
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.