QVTKWidget not displaying objects wall's
问题 I'm using the integration Qt-VTK widget (QVTKWidget) and the VTK objects i want to visualize do not display the way they supposed to. I have modified the code of the CylinderRenderingPropertiesExample located on VTKExamples site. The code #include "mainwindow.h" #include "ui_mainwindow.h" #include <vtkCylinderSource.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkProperty.h>