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:
Provides an extension that allows to inhibit the idle behavior of the compositor | |
Provides access to input methods in the compositor | |
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 | |
Manages the Wayland display server | |
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 |