ShellSurfaceItem QML Type

A Qt Quick item type representing a WlShellSurface. 更多...

Import Statement: import QtWayland.Compositor 1.0
开始支持版本: Qt 5.8

属性

详细描述

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.

参见 WaylandQuickItem.

属性

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.