KeyPanel QML Type

스타일 키의 기본 유형입니다. 더 보기...

Import Statement: import QtQuick.VirtualKeyboard.Styles
Inherits:

Item

속성

상세 설명

스타일에서 제공하는 모든 키 델리게이트는 이 유형을 기반으로 해야 합니다.

속성 문서

control : Item

BaseKey 에 있는 프로퍼티에 대한 액세스를 제공합니다.

컨트롤에서 사용 가능한 프로퍼티 목록입니다:

  • control.key 키의 유니코드 코드.
  • control.text 키의 유니코드 텍스트입니다.
  • control.displayText 키의 텍스트 표시.
  • control.smallText 키의 작은 텍스트로, 일반적으로 키의 모서리에 렌더링됩니다.
  • control.smallTextVisible 작은 텍스트의 가시성.
  • control.alternativeKeys 대체 키 시퀀스 목록입니다.
  • control.enabled 키가 활성화되면 true로 설정합니다.
  • control.pressed 키가 현재 누르고 있으면 true로 설정합니다.
  • control.uppercased 키가 대문자인 경우 참으로 설정합니다.

soundEffect : url [since QtQuick.VirtualKeyboard.Styles 1.1]

키를 누를 때 재생할 사운드 효과를 설정합니다.

이 프로퍼티는 QtQuick.VirtualKeyboard.Styles 1.1에 도입되었습니다.


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