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

Public Types |
|
| enum | StyleOptionType { Type = SO_ProgressBar } |
| enum | StyleOptionVersion { Version = 2 } |
Public Member Functions |
|
| QStyleOptionProgressBarV2 () | |
| QStyleOptionProgressBarV2 (const QStyleOptionProgressBar &other) | |
| QStyleOptionProgressBarV2 (const QStyleOptionProgressBarV2 &other) | |
| QStyleOptionProgressBarV2 & | operator= (const QStyleOptionProgressBar &other) |
Public Attributes |
|
| Qt::Orientation | orientation |
| bool | invertedAppearance |
| bool | bottomToTop |
Protected Member Functions |
|
| QStyleOptionProgressBarV2 (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionProgressBar.
Definition at line 420 of file qstyleoption.h.
{ Type = SO_ProgressBar };
| enum StyleOptionVersion |
Reimplemented from QStyleOptionProgressBar.
Definition at line 421 of file qstyleoption.h.
{ Version = 2 };
| QStyleOptionProgressBarV2 | ( | const QStyleOptionProgressBar & | other | ) |
| QStyleOptionProgressBarV2 | ( | const QStyleOptionProgressBarV2 & | other | ) |
| QStyleOptionProgressBarV2 | ( | int | version | ) | [protected] |
| QStyleOptionProgressBarV2& operator= | ( | const QStyleOptionProgressBar & | other | ) |
Definition at line 422 of file qstyleoption.h.
| bool invertedAppearance |
Definition at line 423 of file qstyleoption.h.
| bool bottomToTop |
Definition at line 424 of file qstyleoption.h.