Definition at line 61 of file qprogressdialog.h.
#include <qprogressdialog.h>

Public Slots |
|
| void | cancel () |
| void | reset () |
| void | setMaximum (int maximum) |
| void | setMinimum (int minimum) |
| void | setRange (int minimum, int maximum) |
| void | setValue (int progress) |
| void | setLabelText (const QString &text) |
| void | setCancelButtonText (const QString &text) |
| void | setMinimumDuration (int ms) |
Signals |
|
| void | canceled () |
Public Member Functions |
|
| QProgressDialog (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| QProgressDialog (const QString &labelText, const QString &cancelButtonText, int minimum, int maximum, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| ~QProgressDialog () | |
| void | setLabel (QLabel *label) |
| void | setCancelButton (QPushButton *button) |
| void | setBar (QProgressBar *bar) |
| bool | wasCanceled () const |
| int | minimum () const |
| int | maximum () const |
| int | value () const |
| QSize | sizeHint () const |
| QString | labelText () const |
| int | minimumDuration () const |
| void | setAutoReset (bool reset) |
| bool | autoReset () const |
| void | setAutoClose (bool close) |
| bool | autoClose () const |
| void | open (QObject *receiver, const char *member) |
Protected Slots |
|
| void | forceShow () |
Protected Member Functions |
|
| void | resizeEvent (QResizeEvent *event) |
| void | closeEvent (QCloseEvent *event) |
| void | changeEvent (QEvent *event) |
| void | showEvent (QShowEvent *event) |
Properties |
|
| bool | wasCanceled |
| int | minimum |
| int | maximum |
| int | value |
| bool | autoReset |
| bool | autoClose |
| int | minimumDuration |
| QString | labelText |
| QProgressDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = 0 |
||
| ) | [explicit] |
| QProgressDialog | ( | const QString & | labelText, |
| const QString & | cancelButtonText, | ||
| int | minimum, | ||
| int | maximum, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
| ~QProgressDialog | ( | ) |
| void setLabel | ( | QLabel * | label | ) |
| void setCancelButton | ( | QPushButton * | button | ) |
| void setBar | ( | QProgressBar * | bar | ) |
| bool wasCanceled | ( | ) | const |
| int minimum | ( | ) | const |
| int maximum | ( | ) | const |
| int value | ( | ) | const |
| QString labelText | ( | ) | const |
| int minimumDuration | ( | ) | const |
| void setAutoReset | ( | bool | reset | ) |
| bool autoReset | ( | ) | const |
| void setAutoClose | ( | bool | close | ) |
| bool autoClose | ( | ) | const |
| void open | ( | QObject * | receiver, |
| const char * | member | ||
| ) |
| void cancel | ( | ) | [slot] |
| void reset | ( | ) | [slot] |
| void setMaximum | ( | int | maximum | ) | [slot] |
| void setMinimum | ( | int | minimum | ) | [slot] |
| void setRange | ( | int | minimum, |
| int | maximum | ||
| ) | [slot] |
| void setValue | ( | int | progress | ) | [slot] |
| void setLabelText | ( | const QString & | text | ) | [slot] |
| void setCancelButtonText | ( | const QString & | text | ) | [slot] |
| void setMinimumDuration | ( | int | ms | ) | [slot] |
| void canceled | ( | ) | [signal] |
| void resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Reimplemented from QDialog.
| void closeEvent | ( | QCloseEvent * | event | ) | [protected, virtual] |
Reimplemented from QDialog.
| void showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Reimplemented from QDialog.
| void forceShow | ( | ) | [protected, slot] |
bool wasCanceled [read] |
Definition at line 65 of file qprogressdialog.h.
int minimum [read, write] |
Definition at line 66 of file qprogressdialog.h.
int maximum [read, write] |
Definition at line 67 of file qprogressdialog.h.
int value [read, write] |
Definition at line 68 of file qprogressdialog.h.
bool autoReset [read, write] |
Definition at line 69 of file qprogressdialog.h.
bool autoClose [read, write] |
Definition at line 70 of file qprogressdialog.h.
int minimumDuration [read,
write] |
Definition at line 71 of file qprogressdialog.h.
QString labelText [read,
write] |
Definition at line 72 of file qprogressdialog.h.