Uses of Enum
io.qt.widgets.QAbstractSpinBox.StepType
Packages that use QAbstractSpinBox.StepType
-
Uses of QAbstractSpinBox.StepType in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSpinBox.StepTypeModifier and TypeMethodDescriptionstatic 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.Methods in io.qt.widgets with parameters of type QAbstractSpinBox.StepTypeModifier and TypeMethodDescriptionfinal void
QDoubleSpinBox.setStepType
(QAbstractSpinBox.StepType stepType) final void
QSpinBox.setStepType
(QAbstractSpinBox.StepType stepType)