ServiceObjectHandle QML Type

The handle to a ServiceObject. More...

Import Statement: import QtInterfaceFramework
Since: Qt 6.8
In C++: QIfServiceObjectHandle

Properties

Detailed Description

The ServiceObjectHandle is a handle to a ServiceObject. It can be used to load the backend asynchronously using the loadServiceObject() function.

Property Documentation

loaded : bool [read-only]

Returns true if the backend is loaded; otherwise false.


serviceObject : ServiceObject [read-only]

Returns the ServiceObject associated with this handle.


valid : bool [read-only]

Returns true if the handle is valid; otherwise false.


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