[vtkusers] QT 5.5.1 and VTK 6.3 - implementing VTK in a GUi
harshad1
hsriniv2 at ncsu.edu
Fri Nov 13 14:19:15 EST 2015
AFAIK there are two ways:
1. Add it manually in the source (this is my preference)
> QVTKWidget * qvtkwidget = new QVTKWidget();
> myLayout->insertWidget(0,display,2);
2. There is an environment variable that you can set to get the vtk plugin
to work in QtCreator/Designer. I don't remember the details but it shouldn't
be hard to find. [ Post it here if you do :) ]
--
View this message in context: http://vtk.1045678.n5.nabble.com/QT-5-5-1-and-VTK-6-3-implementing-VTK-in-a-GUi-tp5734959p5734977.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list