TraceInputKey QML Type

タッチ入力データを収集するための専用キー。詳細...

Import Statement: import QtQuick.VirtualKeyboard.Components
Since: QtQuick.VirtualKeyboard 2.0
Inherits:

Item

プロパティ

詳細説明

このタイプはキーボードレイアウトに配置できる。キーエリアからタッチ入力データ(トレース)を収集し、レンダリングする。

プロパティ ドキュメント

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

キーの相対的な大き さ を決定す る キーの重 さ 値を設定 し ます。

このプロパティを使用して、レイアウト内のキーのサイズを変更します。

デフォルト値は、レイアウト階層内のキーの親要素から継承されます。


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