ShellSurfaceItem QML Type
A Qt Quick item type representing a WlShellSurface. More...
Import Statement: | import QtWayland.Compositor 1.0 |
Since: | Qt 5.8 |
Properties
- shellSurface : object
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
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.
© 2017 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.