> Hi. I want to display a static (no interaction at all) 2D image in a > QVTKWidget. > > What's the best way to do this? > I would subclass one of the image interactor styles and disable all interaction in the subclass. John