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

Public Types |
|
| enum | StyleOptionType { Type = SO_TabWidgetFrame } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionTabWidgetFrame () | |
| QStyleOptionTabWidgetFrame (const QStyleOptionTabWidgetFrame &other) | |
Public Attributes |
|
| int | lineWidth |
| int | midLineWidth |
| QTabBar::Shape | shape |
| QSize | tabBarSize |
| QSize | rightCornerWidgetSize |
| QSize | leftCornerWidgetSize |
Protected Member Functions |
|
| QStyleOptionTabWidgetFrame (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 178 of file qstyleoption.h.
{ Type = SO_TabWidgetFrame };
| enum StyleOptionVersion |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionTabWidgetFrameV2.
Definition at line 179 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionTabWidgetFrame | ( | const QStyleOptionTabWidgetFrame & | other | ) | [inline] |
Definition at line 189 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionTabWidgetFrame | ( | int | version | ) | [protected] |
| int lineWidth |
Definition at line 181 of file qstyleoption.h.
| int midLineWidth |
Definition at line 182 of file qstyleoption.h.
Definition at line 183 of file qstyleoption.h.
Definition at line 184 of file qstyleoption.h.
Definition at line 185 of file qstyleoption.h.
Definition at line 186 of file qstyleoption.h.