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