Opened 11 years ago
Closed 11 years ago
#2281 closed defect (fixed)
Tolerance spinbox should be logatihmic
Reported by: | Martin Sjölund | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: | Lennart Ochel |
Description
The tolerance spinbox is now set to 6 decimal places and to spin 1e-6 each time. This is totally... wrong :)
It should be a logarithmic scale (so spin 1e-6 to 1e-5 or 1e-7, not to 2e-6 or 0).
Change History (2)
comment:1 by , 11 years ago
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It is not possible to make the QDoubleSpinBox logrithmin due to decimal precision limit. Tolerance spinbox is changed back to text box in r17873.
Note:
See TracTickets
for help on using tickets.
Postponed until 1.9.1