Qt Application Manager
Overview
The application manager binary (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 Introduction to the Qt Application Manager.
Important topics
Configure the application manager through configuration (config) files and the command line. | |
Describes an execution environment for an executable. | |
Discusses Qt Application Manager installation considerations, such as; support, prerequisites, code coverage data and system setup. | |
Discusses the application manager's intent system and its API. | |
The application manager installs its own message handler to format logging output neatly. | |
Describes the current metadata format for packages. | |
Discusses factors for moving from the Qt 5 to Qt 6 release of the Application Manager. | |
Discusses factors for moving from the 6.2 to the 6.3 release of the Application Manager. | |
Discusses the package installation infrastructure. | |
Qt Application Manager module common to both System UI and applications. | |
Contains the components and types to use in an application. | |
Qt Application Manager module for use in a System UI. | |
Discusses running the System UI and QML applications in two different modes. | |
Provides an introduction and overview of Qt Application Manager. | |
Describes the part of a UI which starts and stops any application, on a device | |
Lists possible issues you may encounter while using QtApplicationManager and how to solve them. | |
Discusses compiling, loading and accesses resources in your program's executable. | |
Discusses writing an application to run as a client within the application manager. |
Tools
A command-line utility to remote control the application manager on a target device. | |
A command-line utility to create and sign application packages. |
Reference
- Applications Manifest Definition (info.yaml)
- QtApplicationManager QML module
- QtApplicationManager.SystemUI QML module
- QtApplicationManager.Application QML module
- CMake Integration
Examples
Learn how to animate windows to appear and disappear. | |
Showcases client applications with various features, including a native application. | |
Illustrates a minimal Desktop System UI in pure QML. | |
Display Frame Rate for the System UI and Applications Example | How to use the FrameTimer to display information about the frame rate. |
How to use ProcessStatus to display application process information. | |
Provides the basic structure and starting point for a custom application manager executable. | |
Three applications and a System UI communicating over Intents. | |
Learn how to use Intents to start applications from the System UI. | |
Learn how to render a WindowObject using multiple WindowItems. | |
Learn how to integrate Software Containers with the Application Manager. | |
Learn how to write your first System UI. |
Licenses and Attributions
Qt ApplicationManager is available under commercial licenses from The Qt Company. In addition, it is available under the GNU General Public License, version 3. See Qt Licensing for further details.
Executables on Windows potentially link against The QtEntryPoint Library. This library is available under commercial licenses and also under the BSD 3-clause "New" or "Revised" License.
Furthermore, Qt ApplicationManager potentially contains third party modules under following permissive licenses:
BSD 2-clause "Simplified" License | |
BSD 2-clause "Simplified" License | |
BSD 3-clause "New" or "Revised" License | |
MIT License |
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.