I tried to use QDoubleSpinBox to accept values with 1 decimal place.
I use the "setFloatDomain(true)" and "setDecimals(1)". For getting a result of "6.4"
1) when i type "6" it shows 6.0.
2) Then if i type ".4", it is not emitting the valueChanged() signal. Hence the spinbox only showing "6.0"
Pl'se recommend suitable suggestions..and what all i have to do to make the spinbox works with the below condition.
1) Spinbox should accept and shows values with 1 decimal place.
Bookmarks