SpinBox.setNumericFormat

Specifies an alternate format to use when using a numerical range. This must be a format specifier of the form '%5.2f', as it will format a floating-point number.

class SpinBox
setNumericFormat
(
this T
)

Parameters

digitsBefore int

The amount of digits to show before a decimal point.

digitsAfter int

The amount of digits to show after a decimal point.

Return Value

Type: auto

This widget to aid method chaining.

Meta