QWaylandQtTextInputMethodManager Class
컴포저의 입력 메서드에 대한 액세스를 제공합니다. 더 보기...
Header: | #include <QWaylandQtTextInputMethodManager> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
이후: | Qt 6.0 |
QML에서: | QtTextInputMethodManager |
상속합니다: | QWaylandCompositorExtensionTemplate |
자세한 설명
QWaylandQtTextInputMethodManager
클래스는 qt-text-input-method-unstable-v1
확장 프로토콜의 qt-text-input-method-manager
인터페이스에 해당합니다. Qt Virtual Keyboard 와 같은 Qt 기반 입력 메서드와 함께 사용하도록 특별히 설계되었습니다.
이를 WaylandCompositor 의 자식으로 인스턴스화하면 클라이언트가 사용할 수 있는 인터페이스 목록에 추가됩니다. 클라이언트가 이 인터페이스에 바인딩하면 해당 클라이언트에 텍스트 입력을 전달하는 데 사용됩니다.
© 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.