Qt Virtual Keyboard

Qt Virtual Keyboard 프로젝트는 리눅스 데스크톱/X11, 윈도우 데스크톱, Boot2Qt 타겟에서 Qt 6용 입력 프레임워크와 레퍼런스 키보드 프론트엔드를 제공합니다.

입력 프레임워크를 사용하면 사용자 정의 입력 메서드를 쉽게 작성하거나 타사 입력 엔진을 통합할 수 있습니다. 입력 메서드는 C++ 또는 QML로 구현할 수 있습니다.

모듈 사용

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

CMake로 빌드하기

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

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

자세한 내용은 CMake로 빌드 개요를 참조하세요.

qmake로 빌드하기

qmake로 빌드하도록 모듈을 구성하려면 프로젝트의 .pro 파일에 QT 변수의 값으로 모듈을 추가합니다:

QT += virtualkeyboard

문서 및 가이드

예제

참조

라이선스 및 속성

Qt Virtual KeyboardThe Qt Company의 상용 라이선스에 따라 제공됩니다. 또한 GNU 일반 공중 사용 허가서 버전 3에 따라 사용할 수 있습니다. 자세한 내용은 Qt 라이선스를 참조하십시오.

또한 Qt Virtual Keyboard 에는 다음과 같은 허용 라이선스에 따라 타사 모듈이 포함될 수 있습니다:

OpenWnn

아파치 라이선스 2.0

PinyinIME

아파치 라이선스 2.0

Traditional Chinese IME (tcime)

아파치 라이선스 2.0 및 BSD 3항 "신" 또는 "개정" 라이선스

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