SpinButton.setDigits
void setDigits(uint digits)Set the precision to be displayed by spin_button. Up to 20 digit precision is allowed.
Parameters
digits | the number of digits after the decimal point to be displayed for the spin button’s value |
void setDigits(uint digits)Set the precision to be displayed by spin_button. Up to 20 digit precision is allowed.
digits | the number of digits after the decimal point to be displayed for the spin button’s value |