Akonadi
9#include "akonadiwidgets_export.h"
10#include "collectionpropertiespage.h"
16class CollectionMaintenancePagePrivate;
18class AKONADIWIDGETS_EXPORT CollectionMaintenancePage :
public Akonadi::CollectionPropertiesPage
22 explicit CollectionMaintenancePage(QWidget *parent =
nullptr);
23 ~CollectionMaintenancePage()
override;
25 void load(
const Akonadi::Collection &col)
override;
26 void save(Akonadi::Collection &col)
override;
29 void init(
const Akonadi::Collection &);
33 std::unique_ptr<CollectionMaintenancePagePrivate>
const d;
37AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY(CollectionMaintenancePageFactory, CollectionMaintenancePage)
Helper integration between Akonadi and Qt.
QAction * load(const QObject *recvr, const char *slot, QObject *parent)
const QList< QKeySequence > & save()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.