Uses of Class
io.qt.core.Qt.WidgetAttribute
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.WidgetAttribute in io.qt.core
Methods in io.qt.core that return Qt.WidgetAttribute Modifier and Type Method Description static Qt.WidgetAttribute
Qt.WidgetAttribute. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.WidgetAttribute
Qt.WidgetAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.WidgetAttribute[]
Qt.WidgetAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.WidgetAttribute in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.WidgetAttribute Modifier and Type Method Description void
QGraphicsWidget. setAttribute(Qt.WidgetAttribute attribute)
Overloaded function forQGraphicsWidget.setAttribute(io.qt.core.Qt.WidgetAttribute, boolean)
withon = true
.void
QGraphicsWidget. setAttribute(Qt.WidgetAttribute attribute, boolean on)
void
QWidget. setAttribute(Qt.WidgetAttribute arg__1)
Overloaded function forQWidget.setAttribute(io.qt.core.Qt.WidgetAttribute, boolean)
withon = true
.void
QWidget. setAttribute(Qt.WidgetAttribute arg__1, boolean on)
boolean
QGraphicsWidget. testAttribute(Qt.WidgetAttribute attribute)
boolean
QWidget. testAttribute(Qt.WidgetAttribute arg__1)