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
qwaylandcompositoriviapplicationforeign.cpp
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5
7
9
10/*!
11 \qmlmodule QtWayland.Compositor.IviApplication
12 \title Qt Wayland IviApplication Extension
13 \ingroup qmlmodules
14 \brief Provides a Qt API for the IviApplication shell extension.
15
16 \section2 Summary
17 IviApplication is a shell extension suitable for lightweight compositors,
18 for example in In-Vehicle Infotainment (IVI) systems.
19
20 IviApplication corresponds to the Wayland \c ivi_application interface.
21
22 \section2 Usage
23 To use this module, import it like this:
24 \code
25 import QtWayland.Compositor.IviApplication
26 \endcode
27*/
28
29QT_END_NAMESPACE
30
31#include "moc_qwaylandcompositoriviapplicationforeign_p.cpp"
Combined button and popup list for selecting options.