Progress dialog with two buttons (stop and cancel)
More...
#include <PacProgressDialog.h>
List of all members.
Detailed Description
Progress dialog with two buttons (stop and cancel)
- Author:
- Matthias Nagl <mnagl@uni-goettingen.de>
Constructor & Destructor Documentation
PacProgressDialog::PacProgressDialog |
( |
QWidget * |
parent = 0 | ) |
|
PacProgressDialog::~PacProgressDialog |
( |
| ) |
|
Member Function Documentation
void PacProgressDialog::canceled |
( |
| ) |
[signal] |
void PacProgressDialog::reset |
( |
| ) |
[slot] |
void PacProgressDialog::setLabelText |
( |
const QString & |
text | ) |
|
void PacProgressDialog::setValue |
( |
int |
progress | ) |
[slot] |
Sets the value shown by the progress bar (in %)
- Parameters:
-
progress | Value in %. The Value -1 changes the progress bar to a busy indicator! |
void PacProgressDialog::stopped |
( |
| ) |
[signal] |
The documentation for this class was generated from the following files: