ProviderModel QML Type
Provides a model of existing account providers More...
Import Statement: | import . |
Properties
Detailed Description
The ProviderModel can be used to provide account provider data to a view. For each account provider in the database, it exposes the following roles:
providerName
providerDisplayName
providerDescription
providerIcon
Property Documentation
Controls the providers that are listed in the model. This is a list of strings of the services that must be supported by the listed providers.
For example, if the serviceFilter is ["e-mail", "IM"], then the model will only include providers with "e-mail" or "IM" services. The service string comparison is case-insensitive.
If the serviceFilter is an empty string, then all providers are included in the model regardless of their supported services. This is the default value.