Uses of Class
io.qt.widgets.QStyle.SubElement
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QStyle.SubElement in io.qt.widgets
Methods in io.qt.widgets that return QStyle.SubElement Modifier and Type Method Description static QStyle.SubElement
QStyle.SubElement. resolve(int value)
Returns the corresponding enum entry for the given value.static QStyle.SubElement
QStyle.SubElement. resolve(int value, String name)
Returns the corresponding enum entry for the given value and name.static QStyle.SubElement
QStyle.SubElement. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStyle.SubElement[]
QStyle.SubElement. 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 QStyle.SubElement Modifier and Type Method Description QRect
QCommonStyle. subElementRect(QStyle.SubElement r, QStyleOption opt, QWidget widget)
QRect
QProxyStyle. subElementRect(QStyle.SubElement element, QStyleOption option, QWidget widget)
QRect
QStyle. subElementRect(QStyle.SubElement subElement, QStyleOption option)
Overloaded function forQStyle.subElementRect(io.qt.widgets.QStyle.SubElement, io.qt.widgets.QStyleOption, io.qt.widgets.QWidget)
withwidget = null
.abstract QRect
QStyle. subElementRect(QStyle.SubElement subElement, QStyleOption option, QWidget widget)