Uses of Class
io.qt.widgets.QTabBar.Shape
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QTabBar.Shape in io.qt.widgets
Methods in io.qt.widgets that return QTabBar.Shape Modifier and Type Method Description static QTabBar.Shape
QTabBar.Shape. resolve(int value)
Returns the corresponding enum entry for the given value.QTabBar.Shape
QStyleOptionTab. shape()
The tab shape used to draw the tab; by default QTabBar::RoundedNorthQTabBar.Shape
QStyleOptionTabBarBase. shape()
The shape of the tab barQTabBar.Shape
QStyleOptionTabWidgetFrame. shape()
The tab shape used to draw the tabsQTabBar.Shape
QTabBar. shape()
static QTabBar.Shape
QTabBar.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTabBar.Shape[]
QTabBar.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QTabBar.Shape Modifier and Type Method Description void
QStyleOptionTab. setShape(QTabBar.Shape shape)
The tab shape used to draw the tab; by default QTabBar::RoundedNorthvoid
QStyleOptionTabBarBase. setShape(QTabBar.Shape shape)
The shape of the tab barvoid
QStyleOptionTabWidgetFrame. setShape(QTabBar.Shape shape)
The tab shape used to draw the tabsvoid
QTabBar. setShape(QTabBar.Shape shape)