QtTextInputMethodManager QML Type

Provides access to input methods in the compositor. 更多...

导入语句: import QtWayland.Compositor 1.2
Since: Qt 6.0
实例化: QWaylandQtTextInputMethodManager

详细描述

QtTextInputMethodManager corresponds to the qt-text-input-method-manager interface in the qt-text-input-method-unstable-v1 extension protocol. It is specifically designed to be used with a Qt-based input method, such as Qt Virtual Keyboard.

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.