KDoubleSpinBox should use "precision" correct
Brought to you by:
zander
KDoubleSpinBox should use "precision" correct
generated code for KDoubleSpinBox / UICSpinbox does not use the value of "precision".
it uses the "value" to set the format, the DecimalFormat uses.
Value is the default value of the component, precision (or maybe stepsize) should be used to set the DecimalFormat parameter.