ShiftHandler QML Type
シフト状態を管理する。詳細...
Import Statement: | import QtQuick.VirtualKeyboard |
プロパティ
- autoCapitalizationEnabled : bool
- sentenceEndingCharacters : string
- toggleShiftEnabled : bool
方法
- void toggleShift()
物件詳細
プロパティ Documentation
autoCapitalizationEnabled : bool |
このプロパティは、自動大文字入力機能の現在の状態を提供する。
sentenceEndingCharacters : string |
このプロパティは、シフト状態の変更を引き起こす文末文字を指定する。
デフォルトでは、このプロパティは、ASCII 範囲で検出される文末文字 (すなわち、".!?") に初期化される。
toggleShiftEnabled : bool |
このプロパティは、toggleShift() メソッドの現在の状態を提供します。True の場合、toggleShift() メソッドを呼び出すことで、現在のシフト状態を変更できます。
メソッド・ドキュメント
void toggleShift() |
© 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.