ShellSurfaceItem QML Type

A Qt Quick item type representing a WlShellSurface. More...

Import Statement: import QtWayland.Compositor 1.0
Since: Qt 5.8

Properties

Detailed Description

This type is used to render wl_shell or xdg_shell surfaces as part of a Qt Quick scene. It handles moving and resizing triggered by clicking on the window decorations.

See also WaylandQuickItem.

Property Documentation

shellSurface : object

This property holds the shell surface rendered by this ShellSurfaceItem. It may either be an XdgSurface or a WlShellSurface depending on which shell protocol is in use.