TraceInputArea QML Type
터치 입력 데이터 수집을 위한 전문 MultiPointTouchArea. 더 보기...
Import Statement: | import QtQuick.VirtualKeyboard.Components |
Since: | QtQuick.VirtualKeyboard 2.0 |
Inherits: |
속성
- boundingBox : rect
- canvasType : string
- horizontalRulers : var
- patternRecognitionMode : int
- verticalRulers : var
상세 설명
이 유형은 터치 스크린과 입력 엔진 간의 트레이스 상호 작용을 처리합니다.
트레이스는 현재 KeyboardStyle 의 traceCanvasDelegate 프로퍼티의 델리게이트를 사용하여 렌더링됩니다.
프로퍼티 문서
boundingBox : rect |
트레이스 입력의 바운딩 박스입니다.
이 속성은 읽기 전용이며 항목 크기와 여백에 따라 자동으로 업데이트됩니다.
canvasType : string |
이 트레이스 입력 영역의 캔버스 유형입니다.
이 속성은 다양한 유형의 캔버스를 구분하는 데 사용할 수 있습니다. 예를 들어, 전체 화면 필기 모드에서는 이 속성이 "fullscreen"
로 설정되고 키보드 필기 모드에서는 이 속성이 "keyboard"
로 설정됩니다.
horizontalRulers : var |
입력 영역의 가로 눈금자 목록입니다.
눈금자는 boundingBox 의 상단 가장자리에서 픽셀 수로 정의됩니다.
다음은 눈금자를 정의하는 방법을 보여주는 예시입니다:
horizontalRulers: [boundingBox.height / 3, boundingBox.height / 3 * 2] verticalRulers: [boundingBox.width / 3, boundingBox.width / 3 * 2]
patternRecognitionMode : int |
이 입력 영역의 패턴 인식 모드입니다.
기본값은 InputEngine.PatternRecognitionMode.None 입니다.
verticalRulers : var |
입력 영역의 세로 눈금자 목록입니다.
눈금자는 boundingBox 의 왼쪽 가장자리에서 픽셀 수로 정의됩니다.
© 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.