Qt Wayland Compositor QML Types
The Qt Wayland module provides QML types that can be used to create custom display servers supporting the Wayland protocol.
The QML types can be imported into your application using the following import statement:
import QtWayland.Compositor 1.0
To link against the module, add this line to your qmake .pro
file:
QT += waylandcompositor
For more information about using these types in your application, see the Qt Wayland Compositor documentation.
An item representing a WlShellSurface | |
A client connecting to the WaylandCompositor | |
Type managing the Wayland display server | |
Type providing access to a displayable area managed by the compositor | |
A Qt Quick item representing a WaylandView | |
A rectangular area which is displayed on an output device | |
Represents a view of a surface on an output | |
Extension for desktop-style user interfaces | |
A wl_shell_surface providing desktop-style compositor-specific features to a surface |