Methods of type QDoubleSpinBox
¶
Below is a list of the available methods provided by the QDoubleSpinBox
type. Click on a method name to see its detailed description and examples.
Method | Description |
---|---|
setRange() | Sets the minimum and maximum allowed values for the spin box. Equivalent to setMinimum(minimum); setMaximum(maximum); . |