summaryrefslogtreecommitdiff
path: root/doc/elements-common.qdoc
blob: 0eba0c32f82c3f3b86f0dfb47c9cc5e548b5802d (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
29
30
31
32
// 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

/*!

\page qml-common.html
\title QtApplicationManager QML module
\ingroup qtappman
\ingroup qtappman-highlights
\brief Qt Application Manager module common to both System UI and applications.

The QtApplicationManager QML module contains the components and types available to both System UI
and applications.

Singleton QML types need not be declared, they are referenced by their type name.

Instantiable QML types are declared with their name followed by curly braces. These
declarations may be nested, creating parent-child relationships between the items.

\section1 QML Singletons
\annotatedlist common-singletons

\section1 Instantiatable QML Types

\annotatedlist common-instantiatable

\section1 Non-Instantiable QML Types

\annotatedlist common-non-instantiable
*/