Qt Virtual Keyboard 애플리케이션용 API

.qml 파일에서 다음 가져오기 문을 사용하여 QML 유형을 애플리케이션으로 가져올 수 있습니다:

import QtQuick.VirtualKeyboard
import QtQuick.VirtualKeyboard.Settings

유형을 가져오는 것 외에도 QT_IM_MODULE 환경 변수를 qtvirtualkeyboard 으로 설정해야 합니다. 자세한 내용은 플러그인 로드를 참조하세요.

Virtual Keyboard

QML 유형

EnterKeyAction

입력 키 사용자 지정을 위한 첨부 프로퍼티를 제공합니다.

HandwritingInputPanel

가상 키보드 UI를 위한 필기 패널 애드온 제공

InputPanel

가상 키보드 UI를 제공합니다.

VirtualKeyboard

가상 키보드 사용자 지정을 위한 첨부 프로퍼티를 제공합니다.

C++ 유형

QVirtualKeyboardDictionary

가상 키보드 입력 방법을 위한 애플리케이션 정의 사전

QVirtualKeyboardDictionaryManager

애플리케이션 정의 사전을 위한 사전 관리

Virtual Keyboard Settings

QML 유형

VirtualKeyboardSettings

가상 키보드에 대한 설정 제공

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