ServiceObject QML Type | Qt Interface Framework (original) (raw)

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

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]

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.

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