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 | ( | QWidget * | parent | ) |
Definition at line 29 of file qprogressindicator.cpp.
Member Function Documentation
void QProgressIndicator::addProgress | ( | const QString & | message, |
int | percentage | ||
) |
Definition at line 67 of file qprogressindicator.cpp.
void QProgressIndicator::removeProgress | ( | const QString & | message | ) |
Definition at line 114 of file qprogressindicator.cpp.
|
signal |
|
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.