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.

ShellSurfaceItem

An item representing a WlShellSurface

WaylandClient

A client connecting to the WaylandCompositor

WaylandCompositor

Type managing the Wayland display server

WaylandOutput

Type providing access to a displayable area managed by the compositor

WaylandQuickItem

A Qt Quick item representing a WaylandView

WaylandSurface

A rectangular area which is displayed on an output device

WaylandView

Represents a view of a surface on an output

WlShell

Extension for desktop-style user interfaces

WlShellSurface

A wl_shell_surface providing desktop-style compositor-specific features to a surface