AccountsListView QML Type
A list of selectable accounts More...
| Import Statement: | import Sailfish.Accounts 1.0 |
Properties
Signals
Detailed Description
The AccountsListView type provides a UI element which allows selection of an account for use.
Property Documentation
If the filter value is set, the model will only present those accounts whose property associated with the filterType matches the given filter value.
For example, if filterType is set to AccountModel.ProviderFilter and filter is set to "facebook" then only accounts provided by the "facebook" provider will be presented in the model.
See also filterType and AccountModel::filter.
Signal Documentation
accountClicked(int accountId, string providerName) |
This signal is emitted by the list view when the user clicks an account. The accountId is the id of the account clicked by the user, and the providerName is the name of the provider which provides that account.