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