QWaylandTextInputManager Class

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

Header: #include <QWaylandTextInputManager>
CMake: find_package(Qt6 REQUIRED COMPONENTS Waylandcompositor)
target_link_libraries(mytarget PRIVATE Qt6::Waylandcompositor)
qmake: QT += waylandcompositor
Instantiated By: TextInputManager
Inherits: QWaylandCompositorExtensionTemplate

Detailed Description

The QWaylandTextInputManager corresponds to the zwp_text_input_manager_v2 interface in the text_input_unstable_v2 extension protocol.

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.

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