[vtkusers] QVTWidget2 issue
FilippoBrogi
filippo.brogi at topic.nl
Fri May 13 12:56:34 EDT 2016
Hello,
I'm using Qt 5.3 and vtk 6.1 under windows.
A 3D mesh is rendered in a QVTK windows using QVTWidget2. I'm currently
trying to pick some cells. The pick event is connected to Qt slot.
mpEventConnections->Connect(mpQVTKWidget->GetRenderWindow()->GetInteractor(),
vtkCommand::EndPickEvent, this,SLOT(objectPickedVTK(vtkObject*,
unsigned long, void*, void*)));
Looks like the signal is not emitted.
Using QVTKWidget is working as expected. Anyway I cannot use it for some
rendering issues.
Any suggestions?
--
View this message in context: http://vtk.1045678.n5.nabble.com/QVTWidget2-issue-tp5738080.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list