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.
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.
| void QProgressIndicator::signalJobCanceled | ( | const QString & | message | ) | [signal] |
| void QProgressIndicator::slotClicked | ( | ) | [slot] |
Definition at line 56 of file qprogressindicator.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference