Methods of type NumberEdit¶
Below is a list of the available methods provided by the NumberEdit type. Click on a method name to see its detailed description and examples.
| Method | Description |
|---|---|
| setRange() | Sets the allowed minimum, maximum, and number of decimal digits. |
| setMinimumValue() | Sets the minimum allowable value. |
| setMaximumValue() | Sets the maximum allowable value. |
| setDecimals() | Sets the number of decimal places used for display and validation. |
| setEnabled() | Sets the enabled. |
| setVisible() | Sets the visible. |