QProgressBar Class Reference
[QtGui module]
Inherits QWidget.
Types
Methods
- __init__ (self, QWidget parent = None)
- Qt.Alignment alignment (self)
- bool event (self, QEvent)
- QString format (self)
- initStyleOption (self, QStyleOptionProgressBar)
- bool invertedAppearance (self)
- bool isTextVisible (self)
- int maximum (self)
- int minimum (self)
- QSize minimumSizeHint (self)
- Qt.Orientation orientation (self)
- paintEvent (self, QPaintEvent)
- reset (self)
- setAlignment (self, Qt.Alignment)
- setFormat (self, QString)
- setInvertedAppearance (self, bool)
- setMaximum (self, int)
- setMinimum (self, int)
- setOrientation (self, Qt.Orientation)
- setRange (self, int, int)
- setTextDirection (self, Direction)
- setTextVisible (self, bool)
- setValue (self, int)
- QSize sizeHint (self)
- QString text (self)
- Direction textDirection (self)
- int value (self)
Qt Signals
Detailed Description
Type Documentation
QProgressBar.Direction
Method Documentation
QProgressBar.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
Qt.Alignment QProgressBar.alignment (self)
bool QProgressBar.event (self, QEvent)
QString QProgressBar.format (self)
bool QProgressBar.invertedAppearance (self)
bool QProgressBar.isTextVisible (self)
int QProgressBar.maximum (self)
int QProgressBar.minimum (self)
QSize QProgressBar.minimumSizeHint (self)
Qt.Orientation QProgressBar.orientation (self)
QProgressBar.paintEvent (self, QPaintEvent)
QProgressBar.reset (self)
This method is also a Qt slot with the C++ signature void reset().
QProgressBar.setAlignment (self, Qt.Alignment)
QProgressBar.setFormat (self, QString)
QProgressBar.setInvertedAppearance (self, bool)
QProgressBar.setMaximum (self, int)
This method is also a Qt slot with the C++ signature void setMaximum(int).
QProgressBar.setMinimum (self, int)
This method is also a Qt slot with the C++ signature void setMinimum(int).
QProgressBar.setOrientation (self, Qt.Orientation)
This method is also a Qt slot with the C++ signature void setOrientation(Qt::Orientation).
QProgressBar.setRange (self, int, int)
QProgressBar.setTextDirection (self, Direction)
QProgressBar.setTextVisible (self, bool)
QProgressBar.setValue (self, int)
This method is also a Qt slot with the C++ signature void setValue(int).
QSize QProgressBar.sizeHint (self)
QString QProgressBar.text (self)
Direction QProgressBar.textDirection (self)
int QProgressBar.value (self)
Qt Signal Documentation
void valueChanged (int)
This is the default overload of this signal.