![]() |
Qt 6.x
The Qt SDK
|
\qmltype WaylandCompositor \instantiates QWaylandCompositor \inqmlmodule QtWayland.Compositor More...
\qmltype WaylandCompositor \instantiates QWaylandCompositor \inqmlmodule QtWayland.Compositor
Manages the Wayland display server.
The WaylandCompositor manages the connections to the clients, as well as the different \l{WaylandOutput}{outputs} and \l{QWaylandSeat}{seats}.
Normally, a compositor application will have a single WaylandCompositor instance, which can have several outputs as children. When a client requests the compositor to create a surface, the request is handled by the onSurfaceRequested handler.
Extensions that are supported by the compositor should be instantiated and added to the extensions property.
\inmodule QtWaylandCompositor
The QWaylandCompositor class manages the Wayland display server.
The QWaylandCompositor manages the connections to the clients, as well as the different \l{QWaylandOutput}{outputs} and \l{QWaylandSeat}{seats}.
Normally, a compositor application will have a single WaylandCompositor instance, which can have several outputs as children.