Messagelib
aggregationconfigbutton.cpp
31AggregationConfigButton::AggregationConfigButton(QWidget *parent, const AggregationComboBox *aggregationComboBox)
42 connect(this, &AggregationConfigButton::configureDialogCompleted, d->mAggregationComboBox, &AggregationComboBox::slotLoadAggregations);
A specialized QComboBox that lists all message list aggregations.
Definition aggregationcombobox.h:25
A specialized QPushButton that displays the aggregation configure dialog when pressed.
Definition aggregationconfigbutton.h:22
void configureDialogCompleted()
A signal emitted when configure dialog has been successfully completed.
AggregationConfigButton(QWidget *parent, const AggregationComboBox *aggregationComboBox=nullptr)
Constructor.
Definition aggregationconfigbutton.cpp:31
The dialog used for configuring MessageList::Aggregation sets.
Definition configureaggregationsdialog.h:29
QString i18nc(const char *context, const char *text, const TYPE &arg...)
The implementation independent part of the MessageList library.
Definition aggregation.h:22
void pressed()
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
void setEnabled(bool)
QWidget * window() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.