java.lang.Object
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionTabBarBase
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the base of a tab bar, i.e. the part that the tab bar usually overlaps with
Java wrapper for Qt's class QStyleOptionTabBarBase
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionTabBarBase arg__1) clone()
final boolean
Whether the tabbar is in document modefinal boolean
Kotlin property getter.final QRect
Kotlin property getter.final QTabBar.Shape
getShape()
Kotlin property getter.final QRect
Kotlin property getter.final QRect
The rectangle containing the selected tabfinal void
set
(QStyleOptionTabBarBase arg__1) Deprecated.final void
setDocumentMode
(boolean documentMode) Whether the tabbar is in document modefinal void
setSelectedTabRect
(QRect selectedTabRect) The rectangle containing the selected tabfinal void
setShape
(QTabBar.Shape shape) The shape of the tab barfinal void
setTabBarRect
(QRect tabBarRect) The rectangle containing all the tabsfinal QTabBar.Shape
shape()
The shape of the tab barfinal QRect
The rectangle containing all the tabsMethods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, getDirection, getFontMetrics, getPalette, getRect, getState, getStyleObject, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionTabBarBase
public QStyleOptionTabBarBase() -
QStyleOptionTabBarBase
-
QStyleOptionTabBarBase
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionTabBarBase)
instead. -
assign
-
setDocumentMode
Whether the tabbar is in document mode
-
getDocumentMode
Kotlin property getter. In Java use
documentMode()
instead. -
documentMode
Whether the tabbar is in document mode
-
setSelectedTabRect
The rectangle containing the selected tab
-
getSelectedTabRect
Kotlin property getter. In Java use
selectedTabRect()
instead. -
selectedTabRect
The rectangle containing the selected tab
-
setShape
The shape of the tab bar
-
getShape
Kotlin property getter. In Java use
shape()
instead. -
shape
The shape of the tab bar
-
setTabBarRect
The rectangle containing all the tabs
-
getTabBarRect
Kotlin property getter. In Java use
tabBarRect()
instead. -
tabBarRect
The rectangle containing all the tabs
-
clone
- Overrides:
clone
in classQStyleOption
-
assign(io.qt.widgets.QStyleOptionTabBarBase)
instead.