Issue
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/
Answered By - Michal
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.