Definition at line 58 of file qprogressbar.h.
#include <qprogressbar.h>

| enum Direction |
Definition at line 74 of file qprogressbar.h.
{ TopToBottom, BottomToTop };
| QProgressBar | ( | QWidget * | parent = 0 |
) | [explicit] |
| int minimum | ( | ) | const |
| int maximum | ( | ) | const |
| int value | ( | ) | const |
| virtual QString text | ( | ) | const [virtual] |
| void setTextVisible | ( | bool | visible | ) |
| bool isTextVisible | ( | ) | const |
| Qt::Alignment alignment | ( | ) | const |
| void setAlignment | ( | Qt::Alignment | alignment | ) |
| Qt::Orientation orientation | ( | ) | const |
| void setInvertedAppearance | ( | bool | invert | ) |
| bool invertedAppearance | ( | ) |
| bool invertedAppearance | ( | ) | const [inline] |
Definition at line 97 of file qprogressbar.h.
{ return const_cast<QProgressBar *>(this)->invertedAppearance(); }
| void setTextDirection | ( | QProgressBar::Direction | textDirection | ) |
| QProgressBar::Direction textDirection | ( | ) |
| QProgressBar::Direction textDirection | ( | ) | const [inline] |
Definition at line 100 of file qprogressbar.h.
{ return const_cast<QProgressBar *>(this)->textDirection(); }
| void setFormat | ( | const QString & | format | ) |
| QString format | ( | ) | const |
| void reset | ( | ) | [slot] |
| void setRange | ( | int | minimum, |
| int | maximum | ||
| ) | [slot] |
| void setMinimum | ( | int | minimum | ) | [slot] |
| void setMaximum | ( | int | maximum | ) | [slot] |
| void setValue | ( | int | value | ) | [slot] |
| void setOrientation | ( | Qt::Orientation | ) | [slot] |
| void valueChanged | ( | int | value | ) | [signal] |
| void paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void initStyleOption | ( | QStyleOptionProgressBar * | option | ) | const [protected] |
int minimum [read, write] |
Definition at line 62 of file qprogressbar.h.
int maximum [read, write] |
Definition at line 63 of file qprogressbar.h.
QString text [read] |
Definition at line 64 of file qprogressbar.h.
int value [read, write] |
Definition at line 65 of file qprogressbar.h.
Qt::Alignment alignment [read,
write] |
Definition at line 66 of file qprogressbar.h.
bool textVisible [read,
write] |
Definition at line 67 of file qprogressbar.h.
Qt::Orientation
orientation [read, write] |
Definition at line 68 of file qprogressbar.h.
bool invertedAppearance [read,
write] |
Definition at line 69 of file qprogressbar.h.
Direction
textDirection [read, write] |
Definition at line 70 of file qprogressbar.h.
QString format [read,
write] |
Definition at line 71 of file qprogressbar.h.