QWaylandQtTextInputMethodManager Class

Provides access to input methods in the compositor. More...

Header: #include <QWaylandQtTextInputMethodManager>
CMake: find_package(Qt6 COMPONENT Waylandcompositor)
target_link_libraries(mytarget PUBLIC Qt::Waylandcompositor)
qmake: QT += waylandcompositor
Since: Qt 6.0
Inherits: QWaylandCompositorExtensionTemplate

Detailed Description

The QWaylandQtTextInputMethodManager class corresponds to the qt-text-input-method-manager interface in the qt-text-input-method-unstable-v1 extension protocol. It is specifically designed to be used with a Qt-based input method, such as Qt Virtual Keyboard.

To use it, simply instanitate a QtTextInputMethodManager object as a child of the QWaylandCompositor.