Replace all Q(Double)SpinBoxes with P(Double)SpinBoxes
This MR replaces all (check via textsearch in control.ui) spinboxes with custom boxes by promotion in the ui-editor. The custom spinboxes ignore the wheel event, i.e. can not be changed with the mouse wheel.
This MR does not touch sliders. Sliders can still be changed by scrolling and spinboxes connected to sliders (i.e. translation of coordinate system) are changed as well, when the slider is changed by scrolling.
We may discuss whether there are spinboxes where we want the behaviour to change the value by scrolling. This could be done after this MR was merged, since reverting the change for some spinboxes is easy and quickly done.
Closes #302 (closed)
Merge request reports
Activity
added 10 commits
-
7f4a7678...87eec22e - 8 commits from branch
master
- b9000203 - Replace all Q(Double)SpinBoxes with P(Double)SpinBoxes
- 749ab5e1 - Add license to new files
-
7f4a7678...87eec22e - 8 commits from branch
mentioned in commit 796b8842
Please register or sign in to reply