Uses of Class
io.qt.widgets.QAbstractSpinBox.StepType
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractSpinBox.StepType in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSpinBox.StepType Modifier and Type Method Description static QAbstractSpinBox.StepType
QAbstractSpinBox.StepType. resolve(int value)
Returns the corresponding enum entry for the given value.QAbstractSpinBox.StepType
QDoubleSpinBox. stepType()
QAbstractSpinBox.StepType
QSpinBox. stepType()
static QAbstractSpinBox.StepType
QAbstractSpinBox.StepType. valueOf(String name)
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.StepType Modifier and Type Method Description void
QDoubleSpinBox. setStepType(QAbstractSpinBox.StepType stepType)
void
QSpinBox. setStepType(QAbstractSpinBox.StepType stepType)