ShiftHandler QML Type

シフト状態を管理する。詳細...

Import Statement: import QtQuick.VirtualKeyboard

プロパティ

方法

物件詳細

プロパティ Documentation

autoCapitalizationEnabled : bool [read-only]

このプロパティは、自動大文字入力機能の現在の状態を提供する。


sentenceEndingCharacters : string

このプロパティは、シフト状態の変更を引き起こす文末文字を指定する。

デフォルトでは、このプロパティは、ASCII 範囲で検出される文末文字 (すなわち、".!?") に初期化される。


toggleShiftEnabled : bool [read-only]

このプロパティは、toggleShift() メソッドの現在の状態を提供します。True の場合、toggleShift() メソッドを呼び出すことで、現在のシフト状態を変更できます。


メソッド・ドキュメント

void toggleShift()

現在のシフト状態を切り替えます。

このメソッドは、シフト・キーの機能を提供します。

toggleShiftEnabledも参照してください


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