#include <qstyleoption.h>
Definition at line 175 of file qstyleoption.h.
Public Types | |
enum | StyleOptionType { Type = SO_TabWidgetFrame } |
enum | StyleOptionVersion { Version = 1 } |
Public Types inherited from QStyleOption | |
enum | OptionType { SO_Default, SO_FocusRect, SO_Button, SO_Tab, SO_MenuItem, SO_Frame, SO_ProgressBar, SO_ToolBox, SO_Header, SO_Q3DockWindow, SO_DockWidget, SO_Q3ListViewItem, SO_ViewItem, SO_TabWidgetFrame, SO_TabBarBase, SO_RubberBand, SO_ToolBar, SO_GraphicsItem, SO_Complex = 0xf0000, SO_Slider, SO_SpinBox, SO_ToolButton, SO_ComboBox, SO_Q3ListView, SO_TitleBar, SO_GroupBox, SO_SizeGrip, SO_CustomBase = 0xf00, SO_ComplexCustomBase = 0xf000000 } |
enum | StyleOptionType { Type = SO_Default } |
enum | StyleOptionVersion { Version = 1 } |
Public Member Functions | |
QStyleOptionTabWidgetFrame () | |
QStyleOptionTabWidgetFrame (const QStyleOptionTabWidgetFrame &other) | |
Public Member Functions inherited from QStyleOption | |
QStyleOption (int version=QStyleOption::Version, int type=SO_Default) | |
QStyleOption (const QStyleOption &other) | |
~QStyleOption () | |
void | init (const QWidget *w) |
void | initFrom (const QWidget *w) |
QStyleOption & | operator= (const QStyleOption &other) |
Public Attributes | |
int | lineWidth |
int | midLineWidth |
QTabBar::Shape | shape |
QSize | tabBarSize |
QSize | rightCornerWidgetSize |
QSize | leftCornerWidgetSize |
Public Attributes inherited from QStyleOption | |
int | version |
int | type |
QStyle::State | state |
Qt::LayoutDirection | direction |
QRect | rect |
QFontMetrics | fontMetrics |
QPalette | palette |
Protected Member Functions | |
QStyleOptionTabWidgetFrame (int version) | |
enum StyleOptionType |
enum StyleOptionVersion |
|
inline |
Definition at line 189 of file qstyleoption.h.
|
protected |
int lineWidth |
Definition at line 181 of file qstyleoption.h.
int midLineWidth |
Definition at line 182 of file qstyleoption.h.
QTabBar::Shape shape |
Definition at line 183 of file qstyleoption.h.
QSize tabBarSize |
Definition at line 184 of file qstyleoption.h.
QSize rightCornerWidgetSize |
Definition at line 185 of file qstyleoption.h.
QSize leftCornerWidgetSize |
Definition at line 186 of file qstyleoption.h.