blob: 73685bc5adfd7a36ad83de611634e224b8b74c2a (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
// 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 qtapplicationmanager-index.html
\keyword Qt Application Manager Reference Documentation
\title Qt Application Manager
\section1 Overview
The application manager binary (\c appman) is a headless daemon by itself. You need to supply a
suitable QML file via the command-line or via a config file at startup, which then acts as a
compositing window manager using the APIs that are exported from the C++ side.
For a high-level overview, see \l{Introduction}{Introduction to the Qt Application Manager}.
\section1 Important topics
\list
\li \l{Installation}
\li \l{Configuration}
\li \l{Troubleshooting}
\li \l{The System UI}
\li \l{Writing Applications}
\li \l{Manifest Definition}
\li \l{Package Installation}
\li \l{Logging and Debugging}
\li \l{Containers}
\li \l{Intents}
\li \l{Watchdog}
\li \l{Using Qt Resources}
\li \l{Single-Process vs. Multi-Process Mode}
\li \l{What's New}
\endlist
\section1 Tools
\annotatedlist qtappman-tools
\section1 Reference
\list
\li \l{Manifest Definition}{Applications Manifest Definition (info.yaml)}
\li \l{QtApplicationManager QML module}
\li \l{QtApplicationManager.SystemUI QML module}
\li \l{QtApplicationManager.Application QML module}
\li \l{CMake Integration}
\endlist
\section1 Examples
\annotatedlist applicationmanager-examples
\section1 Licenses and Attributions
Qt ApplicationManager is available under commercial licenses from \l{The Qt Company}.
In addition, it is available under the \l{GNU General Public License, version 3}.
See \l{Qt Licensing} for further details.
Executables on Windows potentially link against \l{The QtEntryPoint Library}. This library is
available under commercial licenses and also under the \l{BSD 3-clause "New" or "Revised" License}.
Furthermore, Qt ApplicationManager potentially contains third party modules under following
permissive licenses:
\generatelist{groupsbymodule attributions-qtapplicationmanager}
*/
|