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

Public Types |
|
| enum | StyleOptionVersion { Version = 3 } |
Public Member Functions |
|
| QStyleOptionTabV3 () | |
| QStyleOptionTabV3 (const QStyleOptionTabV3 &other) | |
| QStyleOptionTabV3 (const QStyleOptionTabV2 &other) | |
| QStyleOptionTabV3 (const QStyleOptionTab &other) | |
| QStyleOptionTabV3 & | operator= (const QStyleOptionTab &other) |
Public Attributes |
|
| bool | documentMode |
| QSize | leftButtonSize |
| QSize | rightButtonSize |
Protected Member Functions |
|
| QStyleOptionTabV3 (int version) | |
| enum StyleOptionVersion |
Reimplemented from QStyleOptionTabV2.
Definition at line 350 of file qstyleoption.h.
{ Version = 3 };
| QStyleOptionTabV3 | ( | const QStyleOptionTabV3 & | other | ) | [inline] |
Definition at line 355 of file qstyleoption.h.
: QStyleOptionTabV2(Version) { *this = other; }
| QStyleOptionTabV3 | ( | const QStyleOptionTabV2 & | other | ) | [inline] |
Definition at line 356 of file qstyleoption.h.
: QStyleOptionTabV2(Version) { *this = other; }
| QStyleOptionTabV3 | ( | const QStyleOptionTab & | other | ) |
| QStyleOptionTabV3 | ( | int | version | ) | [protected] |
| QStyleOptionTabV3& operator= | ( | const QStyleOptionTab & | other | ) |
Reimplemented from QStyleOptionTabV2.
| bool documentMode |
Definition at line 351 of file qstyleoption.h.
Definition at line 352 of file qstyleoption.h.
Definition at line 353 of file qstyleoption.h.