I’ve been working for hours trying to get the orientation marker from the OrientationMarkerWidget example to work with the QVTKWidget in the SimpleView example – with no success. I’ve looked at a number of the the other VTK examples for both interactors and Qt and I can’t find anything that seems to be of much help.
I found a comment on the web from something on public.kitware.com that says that the qvtkwidget is suppose to handle the interactor. So, at this point I’m totally confused.
Can someone explain how to set / get the interactor for the qvtkwidget and how to set it for the orientation marker? I gather from what I’ve seen so far that the order of operations for this is important w.r.t. initializing and starting the interactor.