Mailcommon
filterselectiondialog.cpp
45 searchLine->setPlaceholderText(i18nc("@info Displayed grayed-out inside the textbox, verb to search", "Search"));
59 connect(selectAllButton, &QPushButton::clicked, this, &FilterSelectionDialog::slotSelectAllButton);
60 connect(unselectAllButton, &QPushButton::clicked, this, &FilterSelectionDialog::slotUnselectAllButton);
80 KConfigGroup group(KSharedConfig::openStateConfig(), QLatin1String(myFilterSelectionDialogName));
87 KConfigGroup group(KSharedConfig::openStateConfig(), QLatin1String(myFilterSelectionDialogName));
virtual void reject()
Qt::CheckState checkState() const const
int count(const T &value) const const
void clicked(bool checked)
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setCheckState(Qt::CheckState state)
QAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
ItemIsUserCheckable
QString i18n(const char *text, const TYPE &arg...)
void accepted()
QFuture< void > filter(Sequence &sequence, KeepFunctor filterFunction)
bool isEmpty() const const
NoSelection
Key_Return
void rejected()
KCONFIGGUI_EXPORT void restoreWindowSize(QWindow *window, const KConfigGroup &config)
void setObjectName(const QString &name)
CTRL
void clear()
QString i18nc(const char *context, const char *text, const TYPE &arg...)
Checked
KCONFIGGUI_EXPORT void saveWindowSize(const QWindow *window, KConfigGroup &config, KConfigGroup::WriteConfigFlags options=KConfigGroup::Normal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:03:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:03:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.