<div dir="ltr">Hi all,<div><br></div><div>Please, correct me if I am mistaken!</div><div><br></div><div>In one QVTKWidget, when user use the mouse wheel. For each QWheelEvent, there is one vtkMouseWheel * Event (forward/backward) [1].</div><div><br></div><div>The problem is that Qt is sending less QWheelEvent than expected by vtk. Indeed QWheelEvent::delta returns the distance that the wheel is rotated [2], and so less QWheelEvent are sent.</div><div><br></div><div>So in applications, when changing image slices (with large data sets), it requires lots of mouse wheel to go from one side to the other one.</div><div><br></div><div>Am I correct? If so, to your opinion what would be the best way to address this issue?</div><div><br></div><div>Thanks!</div><div><br></div><div>Best regards,</div><div>Arnaud</div><div><br></div><div><br></div><div>[1] <a href="https://github.com/Kitware/VTK/blob/master/GUISupport/Qt/QVTKInteractorAdapter.cxx#L258-L277">https://github.com/Kitware/VTK/blob/master/GUISupport/Qt/QVTKInteractorAdapter.cxx#L258-L277</a></div><div><br></div><div>[2] <a href="http://doc.qt.io/qt-4.8/qwheelevent.html#delta">http://doc.qt.io/qt-4.8/qwheelevent.html#delta</a></div><div><br></div><div><br></div></div>