En esta página

ShellSurfaceItem QML Type

Un tipo de elemento Qt Quick para mostrar e interactuar con un ShellSurface. Más...

Import Statement: import QtWayland.Compositor
In C++: QWaylandQuickShellSurfaceItem
Inherits:

WaylandQuickItem

Propiedades

Descripción detallada

Este tipo se utiliza para renderizar superficies wl_shell, xdg_shell o ivi_application como parte de una escena Qt Quick. Maneja el movimiento y el cambio de tamaño activados al hacer clic en las decoraciones de la ventana.

Ver también WaylandQuickItem, WlShellSurface, y IviSurface.

Documentación de propiedades

autoCreatePopupItems : bool

Esta propiedad indica si se deben crear automáticamente los ShellSurfaceItems para las ventanas emergentes relacionadas con la superficie de la pantalla gestionada por este elemento.

moveItem : Item

Esta propiedad contiene el elemento a mover para este ShellSurfaceItem. Este es el elemento que se moverá cuando los clientes soliciten a ShellSurface que se mueva, maximice, redimensione, etc. Esta propiedad es útil cuando se implementan decoraciones del lado del servidor.

shellSurface : ShellSurface

Esta propiedad contiene el ShellSurface representado por este ShellSurfaceItem. Puede ser un XdgSurfaceV5, WlShellSurface o IviSurface dependiendo del protocolo shell que se esté utilizando.

© 2026 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.