Uses of Enum
io.qt.widgets.QFormLayout.ItemRole
Packages that use QFormLayout.ItemRole
-
Uses of QFormLayout.ItemRole in io.qt.widgets
Fields in io.qt.widgets declared as QFormLayout.ItemRoleMethods in io.qt.widgets that return QFormLayout.ItemRoleModifier and TypeMethodDescriptionstatic QFormLayout.ItemRoleQFormLayout.ItemRole.resolve(int value) Returns the corresponding enum entry for the given value.static QFormLayout.ItemRoleReturns 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.Methods in io.qt.widgets with parameters of type QFormLayout.ItemRoleModifier and TypeMethodDescriptionfinal QLayoutItemQFormLayout.itemAt(int row, QFormLayout.ItemRole role) final voidQFormLayout.setItem(int row, QFormLayout.ItemRole role, QLayoutItem item) final voidQFormLayout.setLayout(int row, QFormLayout.ItemRole role, QLayout layout) final voidQFormLayout.setWidget(int row, QFormLayout.ItemRole role, QWidget widget)