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 |
트레이스 입력의 바운딩 박스입니다.
이 속성은 읽기 전용이며 항목 크기와 여백에 따라 자동으로 업데이트됩니다.
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.