Home · All Classes · Modules

QProgressBar Class Reference
[QtGui module]

Inherits QWidget.

Types

Methods

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)

QProgressBar.initStyleOption (self, QStyleOptionProgressBar)

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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0