QProgressDialog Class Reference
[QtGui module]
Inherits QDialog.
Methods
- __init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
- __init__ (self, QString, QString, int, int, QWidget parent = None, Qt.WindowFlags flags = 0)
- bool autoClose (self)
- bool autoReset (self)
- cancel (self)
- changeEvent (self, QEvent)
- closeEvent (self, QCloseEvent)
- forceShow (self)
- QString labelText (self)
- int maximum (self)
- int minimum (self)
- int minimumDuration (self)
- open (self)
- open (self, QObject, SLOT()SLOT())
- open (self, callable)
- reset (self)
- resizeEvent (self, QResizeEvent)
- setAutoClose (self, bool)
- setAutoReset (self, bool)
- setBar (self, QProgressBar)
- setCancelButton (self, QPushButton)
- setCancelButtonText (self, QString)
- setLabel (self, QLabel)
- setLabelText (self, QString)
- setMaximum (self, int)
- setMinimum (self, int)
- setMinimumDuration (self, int)
- setRange (self, int, int)
- setValue (self, int)
- showEvent (self, QShowEvent)
- QSize sizeHint (self)
- int value (self)
- bool wasCanceled (self)
Qt Signals
Detailed Description
Method Documentation
QProgressDialog.__init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QProgressDialog.__init__ (self, QString, QString, int, int, QWidget parent = None, Qt.WindowFlags flags = 0)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool QProgressDialog.autoClose (self)
bool QProgressDialog.autoReset (self)
QProgressDialog.cancel (self)
This method is also a Qt slot with the C++ signature void cancel().
QProgressDialog.changeEvent (self, QEvent)
QProgressDialog.closeEvent (self, QCloseEvent)
QProgressDialog.forceShow (self)
QString QProgressDialog.labelText (self)
int QProgressDialog.maximum (self)
int QProgressDialog.minimum (self)
int QProgressDialog.minimumDuration (self)
QProgressDialog.open (self)
QProgressDialog.open (self, QObject, SLOT()SLOT())
QProgressDialog.open (self, callable)
QProgressDialog.reset (self)
This method is also a Qt slot with the C++ signature void reset().
QProgressDialog.resizeEvent (self, QResizeEvent)
QProgressDialog.setAutoClose (self, bool)
QProgressDialog.setAutoReset (self, bool)
QProgressDialog.setBar (self, QProgressBar)
The QProgressBar argument has it's ownership transferred to Qt.
QProgressDialog.setCancelButton (self, QPushButton)
The QPushButton argument has it's ownership transferred to Qt.
QProgressDialog.setCancelButtonText (self, QString)
This method is also a Qt slot with the C++ signature void setCancelButtonText(const QString&).
QProgressDialog.setLabel (self, QLabel)
The QLabel argument has it's ownership transferred to Qt.
QProgressDialog.setLabelText (self, QString)
This method is also a Qt slot with the C++ signature void setLabelText(const QString&).
QProgressDialog.setMaximum (self, int)
This method is also a Qt slot with the C++ signature void setMaximum(int).
QProgressDialog.setMinimum (self, int)
This method is also a Qt slot with the C++ signature void setMinimum(int).
QProgressDialog.setMinimumDuration (self, int)
This method is also a Qt slot with the C++ signature void setMinimumDuration(int).
QProgressDialog.setRange (self, int, int)
QProgressDialog.setValue (self, int)
This method is also a Qt slot with the C++ signature void setValue(int).
QProgressDialog.showEvent (self, QShowEvent)
QSize QProgressDialog.sizeHint (self)
int QProgressDialog.value (self)
bool QProgressDialog.wasCanceled (self)
Qt Signal Documentation
void canceled ()
This is the default overload of this signal.