KNewStuff
QProgressIndicator Class Reference
#include <qprogressindicator.h>
Inheritance diagram for QProgressIndicator:

Public Slots | |
void | slotClicked () |
Signals | |
void | signalJobCanceled (const QString &message) |
Public Member Functions | |
QProgressIndicator (QWidget *parent) | |
void | addProgress (const QString &message, int percentage) |
void | removeProgress (const QString &message) |
Detailed Description
Embedded progress indicator for the download dialog.
The indicator can display various asynchronous operations at once. Each operation can also individually be cancelled.
Definition at line 40 of file qprogressindicator.h.
Constructor & Destructor Documentation
◆ QProgressIndicator()
QProgressIndicator::QProgressIndicator | ( | QWidget * | parent | ) |
Definition at line 29 of file qprogressindicator.cpp.
Member Function Documentation
◆ addProgress()
void QProgressIndicator::addProgress | ( | const QString & | message, |
int | percentage | ||
) |
Definition at line 67 of file qprogressindicator.cpp.
◆ removeProgress()
void QProgressIndicator::removeProgress | ( | const QString & | message | ) |
Definition at line 114 of file qprogressindicator.cpp.
◆ signalJobCanceled
|
signal |
◆ slotClicked
|
slot |
Definition at line 56 of file qprogressindicator.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.