Number Input
Used to input or calculate a number. Available starting with Qubes 5.6.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Increment | Value used as a step for incrementation/decrementation, based on the calculator (1 by default). |
| KeyPadScale | Display scale for the calculator, as a percentage. |
| Precision | Value indicating the number of decimal places (2 by default). |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| ValueMax | Maximum value allowed. If empty, that means there is no maximum. |
| ValueMin | Minimum value allowed. If empty, that means there is no minimum. |
| Visible | Boolean indicating whether or not the component will be visible. |
Value
Returns the number, or #VAL! if the restrictions are not met.
See also Numeric Pad.
Examples
If precision=2, then 1/3 = 0.33
If precision=4, then 1/3 = 0.3333