W3cubDocs

/Qt

QWaylandQtTextInputMethodManager Class

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

Header: #include <QWaylandQtTextInputMethodManager>
CMake: find_package(Qt6 COMPONENTS Waylandcompositor REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Waylandcompositor)
qmake: QT += waylandcompositor
Since: Qt 6.0
Instantiated By: QtTextInputMethodManager
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.

Instantiating this as child of a WaylandCompositor adds it to the list of interfaces available to the client. If a client binds to it, then it will be used to communciate text input to that client.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qwaylandqttextinputmethodmanager.html