Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandcompositorwlshell.cpp
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
6
8
9/*!
10 \qmlmodule QtWayland.Compositor.WlShell
11 \title Qt Wayland WlShell extension
12 \ingroup qmlmodules
13 \brief Provides a Qt API for the WlShell extension.
14
15 \section2 Summary
16 WlShell is a shell extension providing window system features typical to
17 desktop systems. It is superseded by XdgShell and exists in Qt mainly
18 for backwards compatibility with older applications.
19
20 WlShell corresponds to the Wayland interface \c wl_shell.
21
22 \section2 Usage
23 To use this module, import it like this:
24 \code
25 import QtWayland.Compositor.WlShell
26 \endcode
27*/
28
29QT_END_NAMESPACE
30
31#include "moc_qwaylandcompositorwlshell_p.cpp"
Combined button and popup list for selecting options.