Uses of Enum
io.qt.widgets.QFormLayout.ItemRole
-
Uses of QFormLayout.ItemRole in io.qt.widgets
Modifier and TypeMethodDescriptionstatic QFormLayout.ItemRole
QFormLayout.ItemRole.resolve
(int value) Returns the corresponding enum entry for the given value.static QFormLayout.ItemRole
Returns the enum constant of this type with the specified name.static QFormLayout.ItemRole[]
QFormLayout.ItemRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal QLayoutItem
QFormLayout.itemAt
(int row, QFormLayout.ItemRole role) final void
QFormLayout.setItem
(int row, QFormLayout.ItemRole role, QLayoutItem item) final void
QFormLayout.setLayout
(int row, QFormLayout.ItemRole role, QLayout layout) final void
QFormLayout.setWidget
(int row, QFormLayout.ItemRole role, QWidget widget)