Uses of Class
io.qt.widgets.QLayout.SizeConstraint
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QLayout.SizeConstraint in io.qt.widgets
Methods in io.qt.widgets that return QLayout.SizeConstraint Modifier and Type Method Description static QLayout.SizeConstraint
QLayout.SizeConstraint. resolve(int value)
Returns the corresponding enum entry for the given value.QLayout.SizeConstraint
QLayout. sizeConstraint()
static QLayout.SizeConstraint
QLayout.SizeConstraint. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLayout.SizeConstraint[]
QLayout.SizeConstraint. 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 QLayout.SizeConstraint Modifier and Type Method Description void
QLayout. setSizeConstraint(QLayout.SizeConstraint arg__1)