[vtkusers] vtkQtGraphicsViewRenderWindow
David Doria
daviddoria at gmail.com
Fri Mar 30 09:24:03 EDT 2012
On Fri, Mar 30, 2012 at 9:06 AM, Doug Hoppes <dhoppes at mbfbioscience.com> wrote:
> I just downloaded the 10.0.0RC1. Is this class not available? I saw some
> earlier postings about using the VTK window inside of the QGraphicsView.
> I also saw some postings for using the OpenGL/QVTKWidget2. Should I be
> using that class, instead?
What are you trying to do?
When I want to show 3D things on a Qt widget, I always just use a QVTKWidget:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/RenderWindowUIMultipleInheritance
I don't know if there is a different way, but this way works very well.
David
More information about the vtkusers
mailing list