KNewStuff
dialog.h
27 * This class is a wrapper around the QtQuick QML dialog. This dialog content is loaded QQuickWidget.
28 * It is recommended to reuse an instance of this class if it is expected that the user reopens the dialog.
59 Q_PRIVATE_SLOT(d, void onEntryEvent(const KNSCore::Entry &entry, KNSCore::Entry::EntryEvent event))
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)
Q_OBJECTQ_OBJECT
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
virtual bool event(QEvent *event) override
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.