Uses of Enum
io.qt.widgets.QAbstractItemView.ScrollMode
-
Uses of QAbstractItemView.ScrollMode in io.qt.widgets
Modifier and TypeMethodDescriptionQAbstractItemView.getHorizontalScrollMode()
Kotlin property getter.QAbstractItemView.getVerticalScrollMode()
Kotlin property getter.QAbstractItemView.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()
Modifier and TypeMethodDescriptionfinal void
QAbstractItemView.setHorizontalScrollMode
(QAbstractItemView.ScrollMode mode) final void
QAbstractItemView.setVerticalScrollMode
(QAbstractItemView.ScrollMode mode)