InputModeKey QML Type
키보드 레이아웃을 위한 입력 모드 키입니다. 더 보기...
Import Statement: | import QtQuick.VirtualKeyboard.Components |
Since: | QtQuick.VirtualKeyboard 2.3 |
Inherits: |
속성
- inputModeCount : int
- inputModeNameList : var
- inputModes : var
상세 설명
이 키는 사용 가능한 InputEngine.inputModes 사이를 전환합니다.
속성 문서
inputModeCount : int |
이 읽기 전용 속성은 사용자가 이 키를 통해 전환할 수 있는 실제 입력 모드의 수를 반영합니다.
inputModeNameList : var |
입력 모드 이름 목록입니다.
기본 목록에는 InputEngine.inputMode 에 대해 알려진 모든 입력 모드가 포함됩니다.
inputModes : var |
전환할 입력 모드 목록.
이 속성을 사용하면 토글할 입력 모드의 사용자 지정 목록을 정의할 수 있습니다.
기본 목록에는 사용 가능한 모든 입력 모드가 포함되어 있습니다.
© 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.