![]() |
Qt 6.x
The Qt SDK
|
#include <qquickstyleoption.h>
Public Member Functions | |
QStyleOptionTabV4 () | |
Constructs a QStyleOptionTabV4 object, initializing the members variables to their default values. | |
![]() | |
QStyleOptionTab () | |
Constructs a QStyleOptionTab object, initializing the members variables to their default values. | |
QStyleOptionTab (const QStyleOptionTab &other) | |
QStyleOptionTab & | operator= (const QStyleOptionTab &)=default |
![]() | |
QStyleOption (int version=QStyleOption::Version, int type=SO_Default) | |
QStyleOption (const QStyleOption &other) | |
Constructs a copy of other. | |
~QStyleOption () | |
Destroys this style option object. | |
QStyleOption & | operator= (const QStyleOption &other) |
Assign other to this QStyleOption. | |
Public Attributes | |
int | tabIndex = -1 |
![]() | |
QString | text |
QIcon | icon |
int | row |
TabPosition | position |
Shape | shape = RoundedNorth |
SelectedPosition | selectedPosition |
CornerWidgets | cornerWidgets |
QSize | iconSize |
bool | documentMode |
QSize | leftButtonSize |
QSize | rightButtonSize |
TabFeatures | features |
![]() | |
int | version |
int | type |
QStyle::State | state |
Qt::LayoutDirection | direction |
QRect | rect |
QFontMetrics | fontMetrics |
QPalette | palette |
QObject * | styleObject |
QQuickItem * | control |
QWindow * | window |
Additional Inherited Members | |
![]() | |
QStyleOptionTab (int version) | |
Definition at line 264 of file qquickstyleoption.h.
Enumerator | |
---|---|
Version |
Definition at line 267 of file qquickstyleoption.h.
QQC2::QStyleOptionTabV4::QStyleOptionTabV4 | ( | ) |
Constructs a QStyleOptionTabV4 object, initializing the members variables to their default values.
Definition at line 201 of file qquickstyleoption.cpp.
int QQC2::QStyleOptionTabV4::tabIndex = -1 |
Definition at line 269 of file qquickstyleoption.h.