QDoubleSpinBox

PyQt5.QtWidgets.QDoubleSpinBox

Inherits from QAbstractSpinBox.

Description

TODO

Methods

__init__(parent: QWidget = None)

TODO


cleanText() → str

TODO


decimals() → int

TODO


fixup(str) → str

TODO


maximum() → float

TODO


minimum() → float

TODO


prefix() → str

TODO


setDecimals(int)

TODO


setMaximum(float)

TODO


setMinimum(float)

TODO


setPrefix(str)

TODO


setRange(float, float)

TODO


setSingleStep(float)

TODO


setStepType(StepType)

TODO


setSuffix(str)

TODO


setValue(float)

TODO


singleStep() → float

TODO


stepType() → StepType

TODO


suffix() → str

TODO


textFromValue(float) → str

TODO


validate(str, int) → (State, str, int)

TODO


value() → float

TODO


valueFromText(str) → float

TODO

Signals

textChanged(str)

TODO


valueChanged(float)

TODO


valueChanged(str)

TODO