このページでは

VirtualKeyboard QML Type

仮想キーボードをカスタマイズするための付属プロパティを提供します。詳細...

Import Statement: import QtQuick.VirtualKeyboard
Since: Qt 6.1

付属プロパティ

詳細説明

VirtualKeyboard タイプは、カスタム辞書のアタッチなど、仮想キーボードのカスタマイズを可能にするアタッチプロパティを提供します。

VirtualKeyboardは、入力フォーカスを受けているアイテムの内部で直接使用する必要があります(TextInput など)。

例えば

TextInput {
    VirtualKeyboard.extraDictionaries: ["myDictionary"]
}

添付プ ロパテ ィ 文書

VirtualKeyboard.extraDictionaries : list

このコンテキストのアクティブなユーザー辞書を設定します。

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