Qt Wayland 模块提供用于创建支持 Wayland 协议的自定义显示服务器的 QML 类型。
可以使用以下 import 语句将 QML 类型导入应用程序:
import QtWayland.Compositor 1.15
要链接到模块,添加此行到
qmake
.pro
文件:
Provides an extension that allows to inhibit the idle behavior of the compositor | |
Provides a shell extension for embedded-style user interfaces | |
Provides a simple way to identify and resize a surface | |
Provides a common interface for surface roles specified by shell extensions | |
A Qt Quick item type for displaying and interacting with a ShellSurface | |
Represents a client connecting to the WaylandCompositor | |
管理 Wayland 显示服务器 | |
Makes a parent WaylandQuickItem use hardware layers for rendering | |
Provides access to a displayable area managed by the compositor | |
Provides a Qt Quick item that represents a WaylandView | |
Provides access to keyboard, mouse, and touch input | |
Represents a rectangular area on an output device | |
Represents a view of a surface on an output | |
Provides an extension for desktop-style user interfaces | |
Provides a wl_shell_surface that offers desktop-style compositor-specific features to a surface | |
Provides an extension for negotiation of server-side and client-side window decorations | |
Provides an extension for describing outputs in a desktop oriented fashion | |
Represents the popup specific parts of and xdg surface | |
Provides an extension for desktop-style user interfaces | |
Desktop-style compositor-specific features to an xdg surface | |
Represents the toplevel window specific parts of an xdg surface |