Uses of Enum
io.qt.widgets.QAbstractItemView.ScrollMode
Packages that use QAbstractItemView.ScrollMode
-
Uses of QAbstractItemView.ScrollMode in io.qt.widgets
Methods in io.qt.widgets that return QAbstractItemView.ScrollModeModifier and TypeMethodDescriptionQAbstractItemView.horizontalScrollMode()
static QAbstractItemView.ScrollMode
QAbstractItemView.ScrollMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QAbstractItemView.ScrollMode
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.verticalScrollMode()
Methods in io.qt.widgets with parameters of type QAbstractItemView.ScrollModeModifier and TypeMethodDescriptionfinal void
QAbstractItemView.setHorizontalScrollMode
(QAbstractItemView.ScrollMode mode) final void
QAbstractItemView.setVerticalScrollMode
(QAbstractItemView.ScrollMode mode)