QWaylandQtTextInputMethodManager Class

Ermöglicht den Zugriff auf Eingabemethoden im Compositor. Mehr...

Kopfzeile: #include <QWaylandQtTextInputMethodManager>
CMake: find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
qmake: QT += waylandcompositor
Seit: Qt 6.0
In QML: QtTextInputMethodManager
Vererbt: QWaylandCompositorExtensionTemplate

Detaillierte Beschreibung

Die Klasse QWaylandQtTextInputMethodManager entspricht der Schnittstelle qt-text-input-method-manager im Erweiterungsprotokoll qt-text-input-method-unstable-v1. Sie ist speziell für die Verwendung mit einer Qt-basierten Eingabemethode, wie Qt Virtual Keyboard, konzipiert.

Die Instanziierung dieser Klasse als Kind einer WaylandCompositor fügt sie der Liste der für den Client verfügbaren Schnittstellen hinzu. Wenn sich ein Client an diese Schnittstelle bindet, wird sie zur Übermittlung von Texteingaben an diesen Client verwendet.

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