certmanager/lib
Kleo::ProgressBar Class Reference
#include <progressbar.h>
List of all members.
Detailed Description
A QProgressBar with self-powered busy indicator.
Definition at line 45 of file progressbar.h.
|
Public Slots |
void | slotProgress (const QString &message, int type, int current, int total) |
void | slotProgress (const QString &message, int current, int total) |
void | setProgress (int progress) |
void | setTotalSteps (int total) |
void | reset () |
void | setProgress (int cur, int tot) |
Public Member Functions |
| ProgressBar (QWidget *parent=0, const char *name=0, WFlags f=0) |
Member Function Documentation
void Kleo::ProgressBar::reset |
( |
|
) |
[slot] |
|
|
reimplementation to support self-powered busy indicator |
void Kleo::ProgressBar::setProgress |
( |
int |
cur, |
|
|
int |
tot |
|
) |
[inline, slot] |
|
|
reimplementation to preserve visibility
Definition at line 60 of file progressbar.h. |
void Kleo::ProgressBar::setProgress |
( |
int |
progress |
) |
[slot] |
|
|
reimplementation to support self-powered busy indicator |
void Kleo::ProgressBar::setTotalSteps |
( |
int |
total |
) |
[slot] |
|
|
reimplementation to support self-powered busy indicator |
The documentation for this class was generated from the following file: