class CollectionPropertiesDialog


Module akonadi
Namespace Akonadi
Class CollectionPropertiesDialog
Inherits KDialog
A generic and extensible dialog for collection properties.

This dialog allows you to show or modify the properties of a collection.

Akonadi.Collection collection = ...

CollectionPropertiesDialog dlg( collection, this ); dlg.exec();

It can be extended by custom pages, which contains gui elements for custom properties.

See also Akonadi.CollectionPropertiesPage

Author Volker Krause



methods