ServiceDescriptor QML Type

The ServiceDescriptor element holds a description of a service. More...

Import Statement: import

Properties

Detailed Description

The ServiceDescriptor element is a simplified reflection of the ServiceDescriptor class, and is used merely to contain data that can uniquely identify a service.

It cannot be created manually, use a ServiceList to search for service descriptions.

See also ServiceList.

Property Documentation

interfaceName : QString

This property holds the interface name of the service.


majorVersion : int

This property holds the major version number of the service.


minorVersion : int

This property holds the minor version number of the service.


serviceName : QString

This property holds the interface name of the service.


valid : bool

I have no clue what this property does, but it's probably important.