#include <qquickstyleoption.h>
|
enum | StyleOptionType { Type = SO_Tab
} |
|
enum | StyleOptionVersion { Version = 3
} |
|
enum | TabPosition { Beginning
, Middle
, End
, OnlyOneTab
} |
|
enum | SelectedPosition { NotAdjacent
, NextIsSelected
, PreviousIsSelected
} |
|
enum | CornerWidget { NoCornerWidgets = 0x00
, LeftCornerWidget = 0x01
, RightCornerWidget = 0x02
} |
|
enum | TabFeature { None = 0x00
, HasFrame = 0x01
} |
|
enum | Shape {
RoundedNorth
, RoundedSouth
, RoundedWest
, RoundedEast
,
TriangularNorth
, TriangularSouth
, TriangularWest
, TriangularEast
} |
|
enum | OptionType {
SO_Default
, SO_FocusRect
, SO_Button
, SO_Tab
,
SO_MenuItem
, SO_Frame
, SO_ProgressBar
, SO_ToolBox
,
SO_Header
, SO_DockWidget
, SO_ViewItem
, SO_TabWidgetFrame
,
SO_TabBarBase
, SO_RubberBand
, SO_ToolBar
, SO_GraphicsItem
,
SO_Complex = 0xf0000
, SO_Slider
, SO_SpinBox
, SO_ToolButton
,
SO_ComboBox
, SO_TitleBar
, SO_GroupBox
, SO_SizeGrip
,
SO_CustomBase = 0xf00
, SO_ComplexCustomBase = 0xf000000
} |
|
enum | StyleOptionType { Type = SO_Default
} |
|
enum | StyleOptionVersion { Version = 1
} |
|
Definition at line 125 of file qquickstyleoption.h.
◆ CornerWidget
Enumerator |
---|
NoCornerWidgets | |
LeftCornerWidget | |
RightCornerWidget | |
Definition at line 133 of file qquickstyleoption.h.
◆ SelectedPosition
◆ Shape
Enumerator |
---|
RoundedNorth | |
RoundedSouth | |
RoundedWest | |
RoundedEast | |
TriangularNorth | |
TriangularSouth | |
TriangularWest | |
TriangularEast | |
Definition at line 136 of file qquickstyleoption.h.
◆ StyleOptionType
◆ StyleOptionVersion
◆ TabFeature
◆ TabPosition
◆ QStyleOptionTab() [1/3]
QQC2::QStyleOptionTab::QStyleOptionTab |
( |
| ) |
|
◆ QStyleOptionTab() [2/3]
◆ QStyleOptionTab() [3/3]
QQC2::QStyleOptionTab::QStyleOptionTab |
( |
int |
version | ) |
|
|
protected |
◆ operator=()
◆ cornerWidgets
CornerWidgets QQC2::QStyleOptionTab::cornerWidgets |
◆ documentMode
bool QQC2::QStyleOptionTab::documentMode |
◆ features
TabFeatures QQC2::QStyleOptionTab::features |
◆ icon
QIcon QQC2::QStyleOptionTab::icon |
◆ iconSize
QSize QQC2::QStyleOptionTab::iconSize |
◆ leftButtonSize
QSize QQC2::QStyleOptionTab::leftButtonSize |
◆ position
◆ rightButtonSize
QSize QQC2::QStyleOptionTab::rightButtonSize |
◆ row
int QQC2::QStyleOptionTab::row |
◆ selectedPosition
◆ shape
◆ text
QString QQC2::QStyleOptionTab::text |
The documentation for this class was generated from the following files: