AccountProviderPicker QML Type
A list of selectable account providers More...
| Import Statement: | import Sailfish.Accounts 1.0 |
Properties
Signals
Detailed Description
The AccountProviderPicker type provides a UI element which allows selection of account providers.
Property Documentation
Controls the providers that are listed. 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 only providers with "e-mail" or "IM" services will be included. 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.
Signal Documentation
providerSelected(int index, string providerName) |
This signal is emitted by the list view when the user selects an account provider. The index is the index into the ProviderModel corresponding to the account provider selected by the user, and the providerName is the name of the provider.