|
|
@ -205,7 +205,10 @@ class QStyleControlElementTabBarData {
|
|
|
|
int currentTabIndex;
|
|
|
|
int currentTabIndex;
|
|
|
|
QTabBar::Shape shape;
|
|
|
|
QTabBar::Shape shape;
|
|
|
|
TabIdentifierIndexMap identIndexMap;
|
|
|
|
TabIdentifierIndexMap identIndexMap;
|
|
|
|
|
|
|
|
#ifdef Q_QDOC
|
|
|
|
|
|
|
|
#else
|
|
|
|
QStyleControlElementGenericWidgetData cornerWidgets[4];
|
|
|
|
QStyleControlElementGenericWidgetData cornerWidgets[4];
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
enum CornerWidgetLocation {
|
|
|
|
enum CornerWidgetLocation {
|
|
|
|
CWL_TopLeft = 0,
|
|
|
|
CWL_TopLeft = 0,
|
|
|
|