class CollectionModel


Module akonadi
Namespace Akonadi
Class CollectionModel
Inherits QAbstractItemModel
A model for collections.

This class provides the interface of QAbstractItemModel for the collection tree of the Akonadi storage.

Akonadi.CollectionModel *model = new Akonadi.CollectionModel( this );

QTreeView *view = new QTreeView( this ); view->setModel( model );

If you want to list only collections of a special mime type, use CollectionFilterProxyModel on top of this model.

Author Volker Krause



enums

enum details

methods