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
qwaylandcompositorxdgshell.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 \qmlmodule QtWayland.Compositor.XdgShell
10 \title Qt Wayland XdgShell Extension
11 \ingroup qmlmodules
12 \brief Provides a Qt API for the XdgShell shell extension.
13
14 \section2 Summary
15 XdgShell is a shell extension providing window system features typical to
16 desktop systems.
17
18 XdgShell corresponds to the Wayland interface, \c xdg_shell.
19
20 \section2 Usage
21 To use this module, import it like this:
22 \code
23 import QtWayland.Compositor.XdgShell
24 \endcode
25*/
26QT_END_NAMESPACE
27
28#include "moc_qwaylandcompositorxdgshell_p.cpp"
Combined button and popup list for selecting options.