Disable mouse wheel focus stealing
Summary
This merge request implements the disabling of mouse wheel focus stealing by widgets like QComboBox and QSpinBox.
This will allow to scroll through editors without the risk of modifying them without noticing.
Relevant issue(s) fixed
Fixes #238 (closed)