Uses of Enum
io.qt.widgets.QAbstractSpinBox.StepType
-
Uses of QAbstractSpinBox.StepType in io.qt.widgets
Modifier and TypeMethodDescriptionQDoubleSpinBox.getStepType()
Kotlin property getter.QSpinBox.getStepType()
Kotlin property getter.static QAbstractSpinBox.StepType
QAbstractSpinBox.StepType.resolve
(int value) Returns the corresponding enum entry for the given value.QDoubleSpinBox.stepType()
QSpinBox.stepType()
static QAbstractSpinBox.StepType
Returns the enum constant of this type with the specified name.static QAbstractSpinBox.StepType[]
QAbstractSpinBox.StepType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QDoubleSpinBox.setStepType
(QAbstractSpinBox.StepType stepType) final void
QSpinBox.setStepType
(QAbstractSpinBox.StepType stepType)