Qt Virtual Keyboard C++ Classes

가상 키보드의 입력 메서드를 구현하는 클래스를 제공합니다. 더 보기...

네임스페이스

QtVirtualKeyboard

가상 키보드 클래스에서 사용하는 열거형을 포함합니다.

클래스

QVirtualKeyboardAbstractInputMethod

입력 메서드의 베이스 클래스

QVirtualKeyboardDictionary

가상 키보드 입력 메서드를 위한 애플리케이션 정의 사전

QVirtualKeyboardDictionaryManager

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

QVirtualKeyboardInputContext

입력 컨텍스트에 대한 액세스 제공

QVirtualKeyboardInputEngine

InputEngine 클래스는 C++ 및 QML 통합을 지원하는 입력 엔진을 제공합니다.

QVirtualKeyboardObserver

키보드 이벤트 알림을 위한 허브 역할을 합니다.

QVirtualKeyboardSelectionListModel

선택 목록용 목록 모델

QVirtualKeyboardTrace

Trace는 터치 입력 데이터를 위한 데이터 모델입니다.

상세 설명

모듈의 클래스 정의를 포함하려면 다음 지시어를 사용하세요:

#include <QtVirtualKeyboard>

모듈 사용하기

Qt 모듈을 사용하려면 모듈 라이브러리에 직접 또는 다른 종속성을 통해 링크해야 합니다. CMake와 qmake를 비롯한 여러 빌드 도구가 이를 지원합니다.

CMake로 빌드하기

find_package() 명령을 사용하여 Qt6 패키지에서 필요한 모듈 컴포넌트를 찾습니다:

find_package(Qt6 REQUIRED COMPONENTS VirtualKeyboard)
target_link_libraries(mytarget PRIVATE Qt6::VirtualKeyboard)

자세한 내용은 CMake 시작하기를 참조하세요.

qmake로 빌드하기

이 모듈에 대해 링크하려면 qmake .pro 파일에 다음 줄을 추가합니다:

QT += virtualkeyboard

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