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

Public Types |
|
| enum | StyleOptionType { Type = SO_Tab } |
| enum | StyleOptionVersion { Version = 1 } |
| enum | TabPosition { Beginning, Middle, End, OnlyOneTab } |
| enum | SelectedPosition { NotAdjacent, NextIsSelected, PreviousIsSelected } |
| enum | CornerWidget { NoCornerWidgets = 0x00, LeftCornerWidget = 0x01, RightCornerWidget = 0x02 } |
Public Member Functions |
|
| QStyleOptionTab () | |
| QStyleOptionTab (const QStyleOptionTab &other) | |
Public Attributes |
|
| QTabBar::Shape | shape |
| QString | text |
| QIcon | icon |
| int | row |
| TabPosition | position |
| SelectedPosition | selectedPosition |
| CornerWidgets | cornerWidgets |
Protected Member Functions |
|
| QStyleOptionTab (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 307 of file qstyleoption.h.
| enum StyleOptionVersion |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionTabV2, and QStyleOptionTabV3.
Definition at line 308 of file qstyleoption.h.
{ Version = 1 };
| enum TabPosition |
Definition at line 310 of file qstyleoption.h.
{ Beginning, Middle, End, OnlyOneTab };
| enum SelectedPosition |
Definition at line 311 of file qstyleoption.h.
| enum CornerWidget |
Definition at line 312 of file qstyleoption.h.
{ NoCornerWidgets = 0x00, LeftCornerWidget = 0x01,
RightCornerWidget = 0x02 };
| QStyleOptionTab | ( | ) |
| QStyleOptionTab | ( | const QStyleOptionTab & | other | ) | [inline] |
Definition at line 325 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionTab | ( | int | version | ) | [protected] |
Definition at line 316 of file qstyleoption.h.
Definition at line 317 of file qstyleoption.h.
Definition at line 318 of file qstyleoption.h.
| int row |
Definition at line 319 of file qstyleoption.h.
Definition at line 320 of file qstyleoption.h.
Definition at line 321 of file qstyleoption.h.
| CornerWidgets cornerWidgets |
Definition at line 322 of file qstyleoption.h.