-
- Downloads
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.
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
Loading
Please register or sign in to comment