Replace all Q(Double)SpinBoxes with P(Double)SpinBoxes
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.
parent
87eec22e
No related branches found
No related tags found
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- include/pdoublespinbox.h 36 additions, 0 deletionsinclude/pdoublespinbox.h
- include/pspinbox.h 36 additions, 0 deletionsinclude/pspinbox.h
- src/pdoublespinbox.cpp 28 additions, 0 deletionssrc/pdoublespinbox.cpp
- src/pspinbox.cpp 28 additions, 0 deletionssrc/pspinbox.cpp
- ui/control.ui 84 additions, 78 deletionsui/control.ui
include/pdoublespinbox.h
0 → 100644
include/pspinbox.h
0 → 100644
src/pdoublespinbox.cpp
0 → 100644
src/pspinbox.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment