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
qtwaylandcompositor-qmltypes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule QtWayland.Compositor
6 \title Qt Wayland Compositor QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for writing custom Wayland display servers.
9
10 The Qt Wayland module provides QML types that can be used to create custom
11 display servers supporting the Wayland protocol.
12
13 The QML types can be imported into your application using the following
14 import statement:
15
16 \badcode
17 import QtWayland.Compositor
18 \endcode
19
20 \section1 Using the Module
21
22 \include {module-use.qdocinc} {using the c++ api} {WaylandCompositor}
23
24 \section2 Building with CMake
25
26 \include {module-use.qdocinc} {building with cmake} {WaylandCompositor}
27
28 \section2 Building with qmake
29
30 \include {module-use.qdocinc} {building_with_qmake} {waylandcompositor}
31
32 For more information about using these types in your application,
33 see the \l{Qt Wayland Compositor} documentation.
34*/