XdgShellV6 QML Type

Provides an extension for desktop-style user interfaces. More...

Import Statement: import QtWayland.Compositor 1.1
Since: Qt 5.10

Methods

Detailed Description

The XdgShellV6 extension provides a way to associate a XdgToplevelV6 or XdgPopupV6 with a regular Wayland surface. Using the XdgToplevelV6 interface, the client can request that the surface is resized, moved, and so on.

XdgShellV6 corresponds to the Wayland interface, zxdg_shell_v6.

To provide the functionality of the shell extension in a compositor, create an instance of the XdgShellV6 component and add it to the list of extensions supported by the compositor:

import QtWayland.Compositor 1.1

WaylandCompositor {
    XdgShellV6 {
        // ...
    }
}

Method Documentation

void ping()

Sends a ping event to the client. If the client replies to the event the pong signal will be emitted.


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