QtApplicationManager.Application QML module
The QtApplicationManager.Application QML module contains the components and types to use in an application.
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.
QML Singletons
Main interface between apps and the application manager |
Instantiable QML Types
Client side access to IPC interface extensions in the System UI | |
Window root item required in a multi-process environment |