QMailAccountListModel Class Reference
|
Constant | Value | Description |
---|---|---|
QMailAccountListModel::NameTextRole | Qt::UserRole | The name of the account |
QMailAccountListModel::MessageTypeRole | ? | The type of the account |
QMailAccountListModel::MessageSourcesRole | ? | The list of message sources for the account |
QMailAccountListModel::MessageSinksRole | ? | The list of message sinks for the account |
Constructs a QMailAccountListModel with a parent parent. By default, the model will match all accounts in the database, and display them in the order they were submitted. Synchronization defaults to true.
Deletes the QMailMessageListModel object.
Returns the QMailAccountId of the account represented by the QModelIndex index. If the index is not valid an invalid QMailAccountId is returned.
Returns the QModelIndex that represents the account with QMailAccountId id. If the id is not conatained in this model, an invalid QModelIndex is returned.
Returns the QMailAccountKey used to populate the contents of this model.
See also setKey().
Sets the QMailAccountKey used to populate the contents of the model to key. If the key is empty, the model is populated with all the accounts from the database.
See also key().
Sets the QMailAccountSortKey used to sort the contents of the model to sortKey. If the sort key is invalid, no sorting is applied to the model contents and accounts are displayed in the order in which they were added into the database.
See also sortKey().
Sets wheather the model synchronizes its contents based on account changes in the database to val.
See also synchronizeEnabled().
Returns the QMailAccountSortKey used to sort the contents of the model.
See also setSortKey().
Returns true if the model sychronizes its contents based on account changes in the database, otherwise returns false.
See also setSynchronizeEnabled().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com