Uses of Class
io.qt.widgets.QAbstractSpinBox.CorrectionMode
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractSpinBox.CorrectionMode in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSpinBox.CorrectionMode Modifier and Type Method Description QAbstractSpinBox.CorrectionMode
QAbstractSpinBox. correctionMode()
static QAbstractSpinBox.CorrectionMode
QAbstractSpinBox.CorrectionMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractSpinBox.CorrectionMode
QAbstractSpinBox.CorrectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractSpinBox.CorrectionMode[]
QAbstractSpinBox.CorrectionMode. 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.CorrectionMode Modifier and Type Method Description void
QAbstractSpinBox. setCorrectionMode(QAbstractSpinBox.CorrectionMode cm)