AccountProviderPickerDialog QML Type
A dialog containing a list of selectable account providers More...
Properties
Signals
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
providerDeselected(int index, string providerName) |
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.
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.