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

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 42 of file qprogressindicator.h.
Public Slots | |
void | slotClicked () |
Signals | |
void | signalJobCanceled (const QString &message) |
Public Member Functions | |
void | addProgress (const QString &message, int percentage) |
QProgressIndicator (QWidget *parent) | |
void | removeProgress (const QString &message) |
Constructor & Destructor Documentation
QProgressIndicator::QProgressIndicator | ( | QWidget * | parent | ) |
Definition at line 31 of file qprogressindicator.cpp.
Member Function Documentation
void QProgressIndicator::addProgress | ( | const QString & | message, | |
int | percentage | |||
) |
Definition at line 69 of file qprogressindicator.cpp.
void QProgressIndicator::removeProgress | ( | const QString & | message | ) |
Definition at line 116 of file qprogressindicator.cpp.
void QProgressIndicator::signalJobCanceled | ( | const QString & | message | ) | [signal] |
void QProgressIndicator::slotClicked | ( | ) | [slot] |
Definition at line 58 of file qprogressindicator.cpp.
The documentation for this class was generated from the following files: