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