InputModeKey QML Type

キーボードレイアウトの入力モードキー。詳細...

Import Statement: import QtQuick.VirtualKeyboard.Components
Since: QtQuick.VirtualKeyboard 2.3
Inherits:

Key

プロパティ

詳細説明

このキーは、利用可能なInputEngine.inputModes を切り替えます。

プロパティの説明

inputModeCount : int [read-only]

この読み取り専用プロパティは、ユーザがこのキーで循環できる入力モードの実際の数を反映します。


inputModeNameList : var

入力モード名のリスト。

デフォルトのリストには、InputEngine.inputMode のすべての既知の入力モードが含まれる。


inputModes : var

トグルする入力モードのリスト。

このプロパティは、切り替える入力モードのカスタムリストを定義することができます。

デフォルトのリストには、利用可能なすべての入力モードが含まれています。


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