Uses of Enum
io.qt.core.Qt.WidgetAttribute
Packages that use Qt.WidgetAttribute
-
Uses of Qt.WidgetAttribute in io.qt.core
Methods in io.qt.core that return Qt.WidgetAttributeModifier and TypeMethodDescriptionstatic Qt.WidgetAttribute
Qt.WidgetAttribute.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.WidgetAttribute
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.WidgetAttributeModifier and TypeMethodDescriptionfinal void
QGraphicsWidget.setAttribute
(Qt.WidgetAttribute attribute) Overloaded function forQGraphicsWidget.setAttribute(io.qt.core.Qt.WidgetAttribute, boolean)
withon = true
.final void
QGraphicsWidget.setAttribute
(Qt.WidgetAttribute attribute, boolean on) final void
QWidget.setAttribute
(Qt.WidgetAttribute arg__1) Overloaded function forQWidget.setAttribute(io.qt.core.Qt.WidgetAttribute, boolean)
withon = true
.final void
QWidget.setAttribute
(Qt.WidgetAttribute arg__1, boolean on) final boolean
QGraphicsWidget.testAttribute
(Qt.WidgetAttribute attribute) final boolean
QWidget.testAttribute
(Qt.WidgetAttribute arg__1)