Container QML Type

The handle for a container, that an application's Runtime is using. More...

Import Statement: import QtApplicationManager.SystemUI 2.0

Properties

Detailed Description

Instances of this class are available to the System UI via an application's Runtime object, while an application is running. Please see the Container documentation for an in-depth description of containers within the application manager.

Note: Applications running in single-process mode (even ones using the qml-inprocess runtime while the application manager is running in multi-process mode) will have no Container object associated.

Property Documentation

controlGroup : string

This property lets you get and set which control group the application's container will be in. The control group name handled by this property is not the low-level name used by the operating system, but an abstraction. See the container documentation for more details on how to setup this mapping.

Note: Control groups are only supported on Linux through the kernel's cgroup system in the built-in process container. Custom container plugins might not implement the necessary interface.


© 2023 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.