Definition at line 396 of file qstyleoption.h.
#include <qstyleoption.h>

Public Types |
|
| enum | StyleOptionType { Type = SO_ProgressBar } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionProgressBar () | |
| QStyleOptionProgressBar (const QStyleOptionProgressBar &other) | |
Public Attributes |
|
| int | minimum |
| int | maximum |
| int | progress |
| QString | text |
| Qt::Alignment | textAlignment |
| bool | textVisible |
Protected Member Functions |
|
| QStyleOptionProgressBar (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionProgressBarV2.
Definition at line 399 of file qstyleoption.h.
{ Type = SO_ProgressBar };
| enum StyleOptionVersion |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionProgressBarV2.
Definition at line 400 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionProgressBar | ( | const QStyleOptionProgressBar & | other | ) | [inline] |
Definition at line 410 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionProgressBar | ( | int | version | ) | [protected] |
| int minimum |
Definition at line 402 of file qstyleoption.h.
| int maximum |
Definition at line 403 of file qstyleoption.h.
| int progress |
Definition at line 404 of file qstyleoption.h.
Definition at line 405 of file qstyleoption.h.
| Qt::Alignment textAlignment |
Definition at line 406 of file qstyleoption.h.
| bool textVisible |
Definition at line 407 of file qstyleoption.h.