TraceInputKey QML Type
タッチ入力データを収集するための専用キー。詳細...
| Import Statement: | import QtQuick.VirtualKeyboard.Components |
| Since: | QtQuick.VirtualKeyboard 2.0 |
| Inherits: |
プロパティ
- boundingBox : alias
- canvasType : alias
- horizontalRulers : alias
- patternRecognitionMode : alias
- verticalRulers : alias
- weight : real
詳細説明
このタイプはキーボードレイアウトに配置できる。キーエリアからタッチ入力データ(トレース)を収集し、レンダリングする。
プロパティの説明
boundingBox : alias [read-only]
トレース入力のバウンディングボックス。
このプロパティは読み取り専用で、アイテムのサイズとマージンに基づいて自動的に更新されます。
canvasType : alias
トレース入力領域のキャンバスタイプ。
このプロパティは、異なるタイプのキャンバスを区別するために使用することができます。デフォルト値は"keyboard" です。
horizontalRulers : alias
入力領域内の水平ルーラのリスト。
ルーラーは、バウンディングボックスの上端からのピクセル数で定義されます。
以下は、ルーラーを定義する方法を示す例です:
horizontalRulers: [boundingBox.height / 3, boundingBox.height / 3 * 2] verticalRulers: [boundingBox.width / 3, boundingBox.width / 3 * 2]
patternRecognitionMode : alias
この入力領域のパターン認識モード。
デフォルト値はInputEngine.PatternRecognitionMode.None 。
verticalRulers : alias
入力領域内の垂直ルーラーのリスト。
ルーラーは、バウンディングボックスの左端からのピクセル数で定義されます。
weight : real
キーの相対的なサイズを決定するキーのウェイト値を設定します。
このプロパティを使用して、レイアウト内のキーのサイズを変更します。
デフォルト値は、レイアウト階層内のキーの親要素から継承されます。
© 2026 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.