VirtualKeyboard QML Type
가상 키보드 사용자 지정을 위한 첨부 속성을 제공합니다. 더 보기...
Import Statement: | import QtQuick.VirtualKeyboard |
Since: | QtQuick.VirtualKeyboard 6.1 |
첨부된 속성
- extraDictionaries : list
상세 설명
VirtualKeyboard 유형은 사용자 지정 사전을 첨부하는 등 가상 키보드를 사용자 지정할 수 있는 첨부 프로퍼티를 제공합니다.
VirtualKeyboard는 입력 포커스를 받는 항목(예: TextInput) 내부에서 직접 사용해야 합니다.
예를 들어
TextInput { VirtualKeyboard.extraDictionaries: ["myDictionary"] }
속성 문서 첨부
VirtualKeyboard.extraDictionaries : list |
이 컨텍스트에서 활성 사용자 사전을 설정합니다.
© 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.