Uses of Class
io.qt.widgets.QTabWidget.TabShape
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QTabWidget.TabShape in io.qt.widgets
Methods in io.qt.widgets that return QTabWidget.TabShape Modifier and Type Method Description static QTabWidget.TabShape
QTabWidget.TabShape. resolve(int value)
Returns the corresponding enum entry for the given value.QTabWidget.TabShape
QMainWindow. tabShape()
QTabWidget.TabShape
QMdiArea. tabShape()
QTabWidget.TabShape
QTabWidget. tabShape()
static QTabWidget.TabShape
QTabWidget.TabShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTabWidget.TabShape[]
QTabWidget.TabShape. 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 QTabWidget.TabShape Modifier and Type Method Description void
QMainWindow. setTabShape(QTabWidget.TabShape tabShape)
void
QMdiArea. setTabShape(QTabWidget.TabShape shape)
void
QTabWidget. setTabShape(QTabWidget.TabShape s)