Libksieve
11 #include <QListWidget> 21 explicit SelectHeadersWidget(
QWidget *parent =
nullptr);
22 ~SelectHeadersWidget()
override;
24 Q_REQUIRED_RESULT
QString headers()
const;
26 void addNewHeader(
const QString &header);
34 class SelectHeadersDialog :
public QDialog 38 explicit SelectHeadersDialog(
QWidget *parent =
nullptr);
39 ~SelectHeadersDialog();
41 Q_REQUIRED_RESULT
QString headers()
const;
45 void slotNewHeaderTextChanged(
const QString &text);
46 void slotAddNewHeader();
49 SelectHeadersWidget *mListWidget =
nullptr;
54 class SelectHeaderTypeComboBox :
public QComboBox 58 explicit SelectHeaderTypeComboBox(
bool onlyEnvelopType =
false,
QWidget *parent =
nullptr);
59 ~SelectHeaderTypeComboBox();
61 Q_REQUIRED_RESULT
QString code()
const;
62 void setCode(
const QString &code);
68 void slotSelectItem(
const QString &str);
72 void changeReadOnlyStatus();
73 void headerMap(
bool onlyEnvelopType);
KCRASH_EXPORT void initialize()
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Apr 11 2021 23:09:36 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.