En esta página

QWaylandQtTextInputMethodManager Class

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

Cabecera: #include <QWaylandQtTextInputMethodManager>
CMake: find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
qmake: QT += waylandcompositor
Desde: Qt 6.0
En QML: QtTextInputMethodManager
Hereda: QWaylandCompositorExtensionTemplate

Descripción detallada

La clase QWaylandQtTextInputMethodManager corresponde a la interfaz qt-text-input-method-manager del protocolo de extensión qt-text-input-method-unstable-v1. Está diseñada específicamente para ser utilizada con un método de entrada basado en Qt, como Qt Virtual Keyboard.

Al instanciarla como hija de WaylandCompositor se añade a la lista de interfaces disponibles para el cliente. Si un cliente se vincula a ella, entonces 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.