KNS3::ProgressIndicator Class Reference
#include <progressindicator.h>
Inheritance diagram for KNS3::ProgressIndicator:

Public Slots | |
| void | busy (const QString &message) |
| void | error (const QString &message) |
| void | idle (const QString &message) |
Public Member Functions | |
| ProgressIndicator (QWidget *parent) | |
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
| ProgressIndicator::ProgressIndicator | ( | QWidget * | parent | ) |
Definition at line 36 of file progressindicator.cpp.
Member Function Documentation
| void ProgressIndicator::busy | ( | const QString & | message | ) | [slot] |
Definition at line 56 of file progressindicator.cpp.
| void ProgressIndicator::error | ( | const QString & | message | ) | [slot] |
Definition at line 63 of file progressindicator.cpp.
| void ProgressIndicator::idle | ( | const QString & | message | ) | [slot] |
Definition at line 70 of file progressindicator.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference