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.

WaylandClient

Represents a client connecting to the WaylandCompositor

WaylandCompositor

Manages the Wayland display server

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

IviApplication

Provides a shell extension for embedded-style user interfaces

IviSurface

Provides a simple way to identify and resize a surface

ShellSurfaceItem

A Qt Quick item type for displaying and interacting with a ShellSurface

ShellSurface

Provides a common interface for surface roles specified by shell extensions

WlShell

Provides an extension for desktop-style user interfaces

WlShellSurface

Provides a wl_shell_surface that offers desktop-style compositor-specific features to a surface

XdgPopupV5

Provides a xdg_popup interface that implements popup features for the xdg-shell protocol

XdgShellV5

Provides an extension for desktop-style user interfaces

XdgSurfaceV5

Provides a xdg_surface that offers desktop-style compositor-specific features to a surface

© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.