ServiceObject QML Type

Provides the connection point to a Backend Service. More...

Import Statement: import QtInterfaceFramework
In C++: QIfServiceObject

Properties

Detailed Description

ServiceObject provides you with a list of interfaces that the Backend implements.

From QML the object is mainly used to assign it manually to a AbstractFeature derived object or to update the service settings.

Property Documentation

configurationId : string [read-only, since 6.5]

Holds the id to determine which configuration this service object belongs to.

Once the id has been set, it is possible to change certain values using the InterfaceFrameworkConfiguration API.

Note: Values set in the matching InterfaceFrameworkConfiguration can override the initial values set during the component creation.

This property was introduced in Qt 6.5.

See also InterfaceFrameworkConfiguration.


id : string [read-only]

A unique ID for the service object instance.

Holds the unique ID of the service object


serviceSettings : variant [since 6.5]

The settings for the service object instance.

The serviceSettings property contains a map of settings for the service object instance.

This property was introduced in Qt 6.5.

See also Backend specific configuration option.


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