Skip to content

Add Qt gestures events to QVTKOpenGLWidget

Sunderlandkyl requested to merge Sunderlandkyl/vtk:qt_gesture_events into master

This is an attempt to handle Qt gestures in QVTKOpenGLWidget are handled by QVTKInteractorAdapter, which will update the interactor and invoke corresponding events.

This is still ongoing, but if possible, could anyone offer feedback on if this is being handled correctly, and in the right location?

Edited by Sunderlandkyl

Merge request reports