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