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

Public Types |
|
| enum | StyleOptionVersion { Version = 2 } |
Public Member Functions |
|
| QStyleOptionTabWidgetFrameV2 () | |
| QStyleOptionTabWidgetFrameV2 (const QStyleOptionTabWidgetFrameV2 &other) | |
| QStyleOptionTabWidgetFrameV2 (const QStyleOptionTabWidgetFrame &other) | |
| QStyleOptionTabWidgetFrameV2 & | operator= (const QStyleOptionTabWidgetFrame &other) |
Public Attributes |
|
| QRect | tabBarRect |
| QRect | selectedTabRect |
Protected Member Functions |
|
| QStyleOptionTabWidgetFrameV2 (int version) | |
| enum StyleOptionVersion |
Reimplemented from QStyleOptionTabWidgetFrame.
Definition at line 199 of file qstyleoption.h.
{ Version = 2 };
| QStyleOptionTabWidgetFrameV2 | ( | const QStyleOptionTabWidgetFrameV2 & | other | ) | [inline] |
Definition at line 205 of file qstyleoption.h.
:
QStyleOptionTabWidgetFrame(Version) { *this = other; }
| QStyleOptionTabWidgetFrameV2 | ( | const QStyleOptionTabWidgetFrame & | other | ) |
| QStyleOptionTabWidgetFrameV2 | ( | int | version | ) | [protected] |
| QStyleOptionTabWidgetFrameV2& operator= | ( | const QStyleOptionTabWidgetFrame & | other | ) |
Definition at line 201 of file qstyleoption.h.
Definition at line 202 of file qstyleoption.h.