KNewStuff
knewstuff3/downloaddialog.cpp
Go to the documentation of this file.
87 d->downloadWidget->d->ui.m_titleWidget->setText(i18nc("Program name followed by 'Add On Installer'",
90 d->downloadWidget->d->ui.m_titleWidget->setPixmap(KIcon(KGlobal::activeComponent().aboutData()->programIconName()));
QString componentName() const
Persistent
void setMainWidget(QWidget *widget)
void saveDialogSize(KConfigGroup &config, KConfigGroup::WriteConfigFlags options=KConfigGroup::Normal) const
void restoreDialogSize(const KConfigGroup &config)
void setButtons(ButtonCodes buttonMask)
None
KDialog(QWidget *parent=0, Qt::WindowFlags flags=0)
virtual void setCaption(const QString &caption)
DownloadDialog(QWidget *parent=0)
Create a DownloadDialog that lets the user install, update and uninstall contents.
Definition knewstuff3/downloaddialog.cpp:58
KNS3::Entry::List installedEntries()
The list of entries that have been newly installed.
Definition knewstuff3/downloaddialog.cpp:110
KNS3::Entry::List changedEntries()
The list of entries with changed status (installed/uninstalled)
Definition knewstuff3/downloaddialog.cpp:105
QString i18n(const char *text)
QString i18nc(const char *ctxt, const char *text)
KSharedConfigPtr config()
KComponentData activeComponent()
Definition atticaprovider.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.