En esta página

QWaylandTextInputManager Class

Proporciona acceso a los métodos de entrada en el compositor. Más...

Cabecera: #include <QWaylandTextInputManager>
CMake: find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
qmake: QT += waylandcompositor
En QML: TextInputManager
Hereda: QWaylandCompositorExtensionTemplate

Descripción detallada

QWaylandTextInputManager corresponde a la interfaz zwp_text_input_manager_v2 del protocolo de extensión text_input_unstable_v2.

Al instanciarlo como hijo de un WaylandCompositor se añade a la lista de interfaces disponibles para el cliente. Si un cliente se conecta a ella, se utilizará para comunicar la entrada de texto a ese cliente.

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