1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include "qwaylandcompositorxdgshell_p.h"
5
6QT_BEGIN_NAMESPACE
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"
28

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of qtwayland/src/imports/compositor-extensions/xdgshell/qwaylandcompositorxdgshell.cpp