#include <progress_dialog.h>
Inheritance diagram for ProgressDialog::
Public Methods | |
ProgressDialog (QString const &caption, QString const &text, int steps, QWidget *parent=0, char const *name=0) | |
void | advance () |
Private Attributes | |
KProgress * | m_progress |
|
Creates the object.
|
|
Advances one step.
|
|
The progress bar.
|