ChangeLanguageKey QML Type
키보드 레이아웃의 언어 키를 변경합니다. 더 보기...
Import Statement: | import QtQuick.VirtualKeyboard.Components |
Inherits: |
속성
- customLayoutsOnly : bool
자세한 설명
이 키는 지원되는 언어 목록에서 현재 입력 언어를 변경합니다. 이 키에는 두 가지 기능 모드가 있습니다:
- 팝업 모드
- 토글 모드
팝업 모드는 KeyboardStyle::languagePopupListEnabled 속성에 의해 활성화됩니다. 활성화된 경우 키를 누르면 사용 가능한 언어가 포함된 팝업 목록이 열립니다. 그렇지 않으면 사용 가능한 다음 입력 언어로 전환됩니다.
속성 문서
customLayoutsOnly : bool |
이 속성이 true이면 입력 언어는 사용자 지정 레이아웃을 제공하는 언어 간에만 변경됩니다.
예를 들어 영어 및 아랍어 언어만 숫자 레이아웃을 제공하는 경우 공유 기본 레이아웃을 사용하는 다른 로캘은 무시됩니다.
기본값은 거짓입니다.
© 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.