Provides access to input methods in the compositor. 更多...
| 头: |
#include <QWaylandTextInputManager>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
|
| qmake: |
QT += waylandcompositor
|
| 在 QML: | TextInputManager |
| 继承: | QWaylandCompositorExtensionTemplate |
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.