Number Input

Used to input or calculate a number. Available starting with Qubes 5.6.

Properties

PropertyDescription
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
IncrementValue used as a step for incrementation/decrementation, based on the calculator (1 by default).
KeyPadScaleDisplay scale for the calculator, as a percentage.
PrecisionValue indicating the number of decimal places (2 by default).
TabIndexInteger indicating the component's tab order (Qubes 5.6).
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
ValueMaxMaximum value allowed. If empty, that means there is no maximum.
ValueMinMinimum value allowed. If empty, that means there is no minimum.
VisibleBoolean 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

Classification

Standards