Sailfish Accounts
API DocumentationAccountProviderPickerDialog QML Type
A dialog containing a list of selectable account providers More...
Import Statement: | import |
Properties
- providerCount : int
Signals
- providerDeselected(int index, string providerName)
- providerSelected(int index, string providerName)
Detailed Description
The AccountProviderPickerDialog type provides a dialog page which allows selection of account providers. The dialog may only be accepted if the user has selected at least one provider; otherwise, the user may only reject the dialog.
Property Documentation
This property contains the number of providers in the ProviderModel
Signal Documentation
This signal is emitted by the list view when the user deselects an account provider. The index is the index into the ProviderModel corresponding to the account provider deselected by the user, and the providerName is the name of the provider.
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.