Mailcommon
9 #include "mailcommon_export.h"
11 #include <Akonadi/Collection>
34 class FolderRequesterPrivate;
35 class MAILCOMMON_EXPORT FolderRequester :
public QWidget
44 explicit FolderRequester(
QWidget *parent =
nullptr);
45 ~FolderRequester()
override;
61 Q_REQUIRED_RESULT
bool hasCollection()
const;
68 void setMustBeReadWrite(
bool readwrite);
70 void setShowOutbox(
bool show);
72 void setNotAllowToCreateNewFolder(
bool notCreateNewFolder);
74 void setSelectFolderTitleDialog(
const QString &title);
80 void slotOpenDialog();
85 void slotCollectionsReceived(
KJob *);
96 void keyPressEvent(
QKeyEvent *e)
override;
100 std::unique_ptr<FolderRequesterPrivate>
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:58:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.