![]() |
Qt 6.x
The Qt SDK
|
#include <qquickstyleoption.h>
Inheritance diagram for QQC2::QStyleOptionTabV4:
Collaboration diagram for QQC2::QStyleOptionTabV4:Public Member Functions | |
| QStyleOptionTabV4 () | |
| Constructs a QStyleOptionTabV4 object, initializing the members variables to their default values. | |
Public Member Functions inherited from QQC2::QStyleOptionTab | |
| QStyleOptionTab () | |
| Constructs a QStyleOptionTab object, initializing the members variables to their default values. | |
| QStyleOptionTab (const QStyleOptionTab &other) | |
| QStyleOptionTab & | operator= (const QStyleOptionTab &)=default |
Public Member Functions inherited from QQC2::QStyleOption | |
| 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 |
Public Attributes inherited from QQC2::QStyleOptionTab | |
| 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 |
Public Attributes inherited from QQC2::QStyleOption | |
| 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 | |
Protected Member Functions inherited from QQC2::QStyleOptionTab | |
| 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.