java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionTabWidgetFrame
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QStyleOptionTabWidgetFrame extends QStyleOption implements Cloneable
Used to describe the parameters for drawing the frame around a tab widget
Java wrapper for Qt class QStyleOptionTabWidgetFrame
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QStyleOptionTabWidgetFrame()
protected
QStyleOptionTabWidgetFrame(QtObject.QPrivateConstructor p)
Constructor for internal use only.QStyleOptionTabWidgetFrame(QStyleOptionTabWidgetFrame other)
-
Method Summary
Modifier and Type Method Description QStyleOptionTabWidgetFrame
clone()
QSize
leftCornerWidgetSize()
The size of the left-corner widgetint
lineWidth()
The line width for drawing the panelint
midLineWidth()
The mid-line width for drawing the panelQSize
rightCornerWidgetSize()
The size of the right-corner widgetQRect
selectedTabRect()
The rectangle containing the selected tabvoid
set(QStyleOptionTabWidgetFrame arg__1)
void
setLeftCornerWidgetSize(QSize leftCornerWidgetSize)
The size of the left-corner widgetvoid
setLineWidth(int lineWidth)
The line width for drawing the panelvoid
setMidLineWidth(int midLineWidth)
The mid-line width for drawing the panelvoid
setRightCornerWidgetSize(QSize rightCornerWidgetSize)
The size of the right-corner widgetvoid
setSelectedTabRect(QRect selectedTabRect)
The rectangle containing the selected tabvoid
setShape(QTabBar.Shape shape)
The tab shape used to draw the tabsvoid
setTabBarRect(QRect tabBarRect)
The rectangle containing all the tabsvoid
setTabBarSize(QSize tabBarSize)
The size of the tab barQTabBar.Shape
shape()
The tab shape used to draw the tabsQRect
tabBarRect()
The rectangle containing all the tabsQSize
tabBarSize()
The size of the tab barMethods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
-
Constructor Details
-
QStyleOptionTabWidgetFrame
public QStyleOptionTabWidgetFrame() -
QStyleOptionTabWidgetFrame
-
QStyleOptionTabWidgetFrame
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setLeftCornerWidgetSize
The size of the left-corner widget
-
leftCornerWidgetSize
The size of the left-corner widget
-
setLineWidth
The line width for drawing the panel
-
lineWidth
The line width for drawing the panel
-
setMidLineWidth
The mid-line width for drawing the panel
-
midLineWidth
The mid-line width for drawing the panel
-
setRightCornerWidgetSize
The size of the right-corner widget
-
rightCornerWidgetSize
The size of the right-corner widget
-
setSelectedTabRect
The rectangle containing the selected tab
-
selectedTabRect
The rectangle containing the selected tab
-
setShape
The tab shape used to draw the tabs
-
shape
The tab shape used to draw the tabs
-
setTabBarRect
The rectangle containing all the tabs
-
tabBarRect
The rectangle containing all the tabs
-
setTabBarSize
The size of the tab bar
-
tabBarSize
The size of the tab bar
-
clone
- Overrides:
clone
in classQStyleOption
-