ModeKey QML Type
キーボードレイアウト用の汎用モードキー。詳細...
Import Statement: | import QtQuick.VirtualKeyboard.Components |
Since: | QtQuick.VirtualKeyboard 2.0 |
Inherits: |
プロパティ
- mode : bool
詳細説明
このキーは一般的なモードボタンの機能を提供する。
キーを押すと、入力メソッド処理のためのキーイベントを出さずに、現在のモードが切り替わる。
ModeKey は、特定のモードが "ON / OFF" に切り替わり、キーボードレイアウトを変更する必要がない場合に使用できます。このコンポーネントを使用する場合、キーボードのスタイルがステータスを視覚化するため、 displayText はモードに関係なく同じままであるべきです。
プロパティの説明
mode : bool |
このプロパティは、現在のモードを提供する。
デフォルトはfalseである。
© 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.