Qt Wayland Compositor QML 類型

Qt Wayland 模塊提供用於創建支持 Wayland 協議的自定義顯示服務器的 QML 類型。

可以使用以下 import 語句將 QML 類型導入應用程序:

使用模塊

Using a Qt module's C++ API requires linking against the module library, either directly or through other dependencies. Several build tools have dedicated support for this, including CMake and qmake .

構建采用 CMake

使用 find_package() command to locate the needed module component in the Qt6 包:

find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
					

For more details, see the Build with CMake overview.

采用 qmake 構建

To configure the module for building with qmake, add the module as a value of the QT variable in the project's .pro file:

QT += waylandcompositor
					

QML import

import QtWayland.Compositor
					

有關在應用程序中使用這些類型的更多信息,見 Qt Wayland Compositor 文檔編製。

IdleInhibitManagerV1 Provides an extension that allows to inhibit the idle behavior of the compositor
QtTextInputMethodManager Provides access to input methods in the compositor
ShellSurface Provides a common interface for surface roles specified by shell extensions
ShellSurfaceItem A Qt Quick item type for displaying and interacting with a ShellSurface
TextInputManager Provides access to input methods in the compositor
WaylandClient Represents a client connecting to the WaylandCompositor
WaylandCompositor 管理 Wayland 顯示服務器
WaylandHardwareLayer Makes a parent WaylandQuickItem use hardware layers for rendering
WaylandOutput Provides access to a displayable area managed by the compositor
WaylandQuickItem Provides a Qt Quick item that represents a WaylandView
WaylandSeat Provides access to keyboard, mouse, and touch input
WaylandSurface Represents a rectangular area on an output device
WaylandView Represents a view of a surface on an output