C
InputContext QML Type
入力コンテキストへのアクセスを提供します。詳細...
| Import Statement: | import QtQuick.VirtualKeyboard |
| Since: | Qt Quick Ultralite 2.9 |
プロパティ
- capsLockActive : bool
- cursorPosition : int
- inputEngine : InputEngine
- inputMethodHints : int
- locale : string
- preeditText : string
- shiftActive : bool
- uppercase : bool
詳細説明
InputContext はシングルトンインスタンスとしてアクセスできる。
プロパティの説明
capsLockActive : bool |
このプロパティは、キャップスロックの状態が変化したときに変更されます。
cursorPosition : int |
このプロパティは、カーソル位置が変更されたときに変更されます。
inputEngine : InputEngine |
このプロパティは入力エンジンを保存します。
inputMethodHints : int |
このプロパティは、入力メソッドのヒントが変更されると変更されます。
locale : string |
このプロパティは、入力ロケールが変更されると変更されます。
preeditText : string |
編集前テキストを設定します。
shiftActive : bool |
このプロパティは、シフト状態が変更されたときに変更されます。
uppercase : bool |
このプロパティは、shiftActive またはcapsLockActive のいずれかがtrue のとき、true になります。
特定の Qt ライセンスの下で利用可能です。
詳細はこちら。