<p>I am using the QT language for development and using the QVTKWidget for the<br>VTK Rendering .<br>I have 3 vtkImagePlaneWidget defined which are set to the interactor of the<br>QVTKWidget.<br>I also have some polyData loaded into the same World space.</p>

<p>My problem is picking . I setup a PointPicker and add it to the Interactor<br>used above.</p>
<p>Now when I press p to pick any polydata, I see the the pick has been<br>executed 4 times even though I picked once. The problem came down to the<br>part when I set the interactor for the 3 ImagePlaneWidgets .</p>
<p>It looks like if I remove the interactor in these 3 ImagePlaneWidgets it<br>works fine. But when included it executes 4 times.</p>
<p>I am stumped. I was not having this problem when I was using VTK4.4 but then<br>I was using Visual Studio.</p>
<p>But if anyone has any insights please let me know</p>