AccountProviderPicker QML Type
A list of selectable account providers More...
Signals
Detailed Description
The AccountProviderPicker type provides a UI element which allows selection of account providers.
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.