How do I add a vtk renderer to my PyQt application?
I’ve tried the OpenGl widget but it doesn’t seem to work.
I’ve also tried
QVTKRenderWindowInteractor
>Solution :
This example should help you with the problem: https://kitware.github.io/vtk-examples/site/Python/Widgets/EmbedInPyQt2/