Uses of Class
io.qt.widgets.QAbstractItemView.ScrollMode
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractItemView.ScrollMode in io.qt.widgets
Methods in io.qt.widgets that return QAbstractItemView.ScrollMode Modifier and Type Method Description QAbstractItemView.ScrollMode
QAbstractItemView. horizontalScrollMode()
static QAbstractItemView.ScrollMode
QAbstractItemView.ScrollMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractItemView.ScrollMode
QAbstractItemView.ScrollMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractItemView.ScrollMode[]
QAbstractItemView.ScrollMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.QAbstractItemView.ScrollMode
QAbstractItemView. verticalScrollMode()
Methods in io.qt.widgets with parameters of type QAbstractItemView.ScrollMode Modifier and Type Method Description void
QAbstractItemView. setHorizontalScrollMode(QAbstractItemView.ScrollMode mode)
void
QAbstractItemView. setVerticalScrollMode(QAbstractItemView.ScrollMode mode)