Mailcommon
9#include "mailcommon_export.h"
10#include <Akonadi/Collection>
13namespace KIdentityManagementWidgets
20class MAILCOMMON_EXPORT CollectionGeneralWidget :
public QWidget
24 explicit CollectionGeneralWidget(QWidget *parent =
nullptr);
25 ~CollectionGeneralWidget()
override;
26 void save(Akonadi::Collection &);
27 void load(
const Akonadi::Collection &col);
30 MAILCOMMON_NO_EXPORT
void slotIdentityCheckboxChanged();
31 QCheckBox *mNotifyOnNewMailCheckBox =
nullptr;
32 QCheckBox *mKeepRepliesInSameFolderCheckBox =
nullptr;
33 QCheckBox *mHideInSelectionDialogCheckBox =
nullptr;
34 QCheckBox *mUseDefaultIdentityCheckBox =
nullptr;
35 KIdentityManagementWidgets::IdentityCombo *mIdentityComboBox =
nullptr;
36 QSharedPointer<MailCommon::FolderSettings> mFolderCollection;
The FolderSettings class.
QAction * load(const QObject *recvr, const char *slot, QObject *parent)
QAction * save(const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:04 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.