KCMUtils
kcmultidialog.h
50 * The module is added according to its KCModuleInfo::weight(). The weight determines where in the list
72 * Add a module to the dialog. Its position will be determined based on the @c X-KDE-Weight value.
77 KPageWidgetItem *addModule(const KPluginMetaData &metaData, const QStringList &args); // TODO KF6 merge with overload
83 * The module is added according to its KCModuleInfo::weight(). The weight determines where in the list
97 KPageWidgetItem *addModule(const KCModuleInfo &moduleinfo, KPageWidgetItem *parent = nullptr, const QStringList &args = QStringList());
139 KCMultiDialog(KPageWidget *pageWidget, QWidget *parent, Qt::WindowFlags flags = Qt::WindowFlags());
140 KCMultiDialog(KCMultiDialogPrivate &dd, KPageWidget *pageWidget, QWidget *parent, Qt::WindowFlags flags = Qt::WindowFlags());
Q_OBJECTQ_OBJECT
QScrollBar * verticalScrollBar() const const
Q_SLOTSQ_SLOTS
virtual QSize sizeHint() const const override
QScrollArea(QWidget *parent)
int width() const const
virtual void closeEvent(QCloseEvent *e) override
virtual QSize sizeHint() const const override
typedef WindowFlags
QWidget * widget() const const
virtual void showEvent(QShowEvent *event) override
Custom QScrollArea class that doesn't limit its size hint.
Definition: kcmultidialog.h:207
int & rwidth()
Q_SIGNALSQ_SIGNALS
sizeHint
A class that offers a KPageDialog containing arbitrary KControl Modules.
Definition: kcmultidialog.h:28
QString message
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:09:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:09:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.