QtApplicationManager QML module

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.

QML Singletons

IntentClient

Singleton that provides functions to create Intent requests

StartupTimer

A tool for startup performance analysis

Instantiatable QML Types

CpuStatus

Provides information on the CPU status

FrameTimer

Provides frame-rate information about a given window

GpuStatus

Provides information on the GPU status

IoStatus

Provides information on the status of I/O devices

MemoryStatus

Provides information on the status of the RAM

MonitorModel

A model that can fetch data from various sources and keep a history of their values

Notification

An abstraction layer to enable QML applications to issue notifications to the System UI

Non-Instantiable QML Types

IntentRequest

Each instance represents an outgoing or incoming intent request

© 2019 Luxoft Sweden AB. 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.