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