blob: 5a2e78cd1edd3b7bc0274949ed4119b88df518e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// Copyright (C) 2021 The Qt Company Ltd.
// Copyright (C) 2019 Luxoft Sweden AB
// Copyright (C) 2018 Pelagicore AG
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\qmlmodule QtApplicationManager.SystemUI 2.0
\title Qt Application Manager System UI QML types
\ingroup qmlmodules
\ingroup qtappman
*/
/*!
\qmlmodule QtApplicationManager.Application 2.0
\title Qt Application Manager Application QML types
\ingroup qmlmodules
\ingroup qtappman
*/
/*!
\qmlmodule QtApplicationManager 2.0
\title Qt Application Manager QML types common to System UI and applications
\ingroup qmlmodules
\ingroup qtappman
*/
|