QWaylandQtTextInputMethodManager Class
コンポジターの入力メソッドへのアクセスを提供する。詳細...
ヘッダ | #include <QWaylandQtTextInputMethodManager> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
以来: | Qt 6.0 |
QML で | QtTextInputMethodManager |
継承: | QWaylandCompositorExtensionTemplate |
詳しい説明
QWaylandQtTextInputMethodManager
クラスはqt-text-input-method-unstable-v1
拡張プロトコルのqt-text-input-method-manager
インターフェイスに対応します。特にQt Virtual Keyboard のような Qt ベースの入力メソッドと組み合わせて使うように設計されています。
これをWaylandCompositor の子としてインスタンス化すると、クライアントが利用できるインターフェースのリストに追加されます。クライアントがこれをバインドすると、そのクライアントへのテキスト入力の通信に使用されます。
© 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.