KNewStuff
dialog.cpp
32 if (entry.status() == KNSCore::Entry::Installing || entry.status() == KNSCore::Entry::Updating) {
@ StatusChangedEvent
Used when an event's status is set (use Entry::status() to get the new status)
Definition entry.h:122
QList< KNSCore::Entry > changedEntries() const
Entries that were changed while the user interacted with the dialog.
Definition dialog.cpp:112
Dialog(const QString &configFile, QWidget *parent=nullptr)
Constructs a new Dialog for the given config file and parent widget.
Definition dialog.cpp:58
KNSCore::EngineBase * engine()
Engine that is used by the dialog, might be null if the engine failed to initialize.
QDialog(QWidget *parent, Qt::WindowFlags f)
virtual void open()
QObject(QObject *parent)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
int startTimer(int interval, Qt::TimerType timerType)
void incubateFor(int msecs)
SizeRootObjectToView
QWidget(QWidget *parent, Qt::WindowFlags f)
QLayout * layout() const const
void setMinimumSize(const QSize &)
void resize(const QSize &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:56:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:56:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.