Sailfish OS
  • Info
  • User Experience
  • Cases
  • Community
  • Developers
  • Contact
  • Get Sailfish OS
Select Page
  • Info
  • User Experience
  • Cases
  • Community
  • Developers
  • Contact
  • Get Sailfish OS

Sailfish Accounts

API Documentation
  • API Documentation
  • Libsailfishapp
  • Sailfish Silica
    • Documentation
    • Icon Reference
  • Sailfish Components
    • Sailfish Accounts
    • Sailfish Bluetooth
    • Sailfish Contacts
    • Sailfish Crypto
    • Sailfish Gallery
    • Sailfish Media
    • Sailfish Pickers
    • Sailfish Secrets
    • Sailfish Share
    • Sailfish Telephony
    • Sailfish Webview
    • Amber Web Authorization
    • Amber MPRIS
  • Nemo QML Plugins
    • Configuration
    • Contacts
    • D-Bus
    • Keepalive
    • Notifications
    • Thumbnailer
  • Sailfish Middleware
    • MDM Framework
    • MDM Policy Framework
    • User Manager Daemon
  • API Documentation
  • Libsailfishapp
  • Sailfish Silica
    • Documentation
    • Icon Reference
  • Sailfish Components
    • Sailfish Accounts
    • Sailfish Bluetooth
    • Sailfish Contacts
    • Sailfish Crypto
    • Sailfish Gallery
    • Sailfish Media
    • Sailfish Pickers
    • Sailfish Secrets
    • Sailfish Share
    • Sailfish Telephony
    • Sailfish Webview
    • Amber Web Authorization
    • Amber MPRIS
  • Nemo QML Plugins
    • Configuration
    • Contacts
    • D-Bus
    • Keepalive
    • Notifications
    • Thumbnailer
  • Sailfish Middleware
    • MDM Framework
    • MDM Policy Framework
    • User Manager Daemon

Contents

  • Properties
  • Signals
  • Detailed Description

AccountsListView QML Type

A list of selectable accounts More...

Import Statement: import
  • List of all members, including inherited members

Properties

  • allowAccountDeletion : bool
  • filter : string
  • filterType : AccountModel::FilterType

Signals

  • accountClicked(int accountId, string providerName)

Detailed Description

The AccountsListView type provides a UI element which allows selection of an account for use.

Property Documentation

allowAccountDeletion : bool

If this property is set to true, users may delete an account by selecting the "Remove Account" option in the long-press context menu for an account.


filter : string

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.


filterType : AccountModel::FilterType

Enables filtering of the accounts presented by the model according to the value of the property of the account associated with the given filter type.

Valid filter types are:

  • AccountModel.NoFilter
  • AccountModel.ProviderFilter
  • AccountModel.ServiceFilter
  • AccountModel.ServiceTypeFilter

See also 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.


  • Legal
  • Contact Us
  • Jolla Mobile Ltd © 2025

  • Facebook
  • Twitter
  • Mastodon
  • YouTube
  • LinkedIn