Hi,
I think I’m asking about something similar so I don’t create new topic.
With VTK 9.0 and Qt I cannot launch 2D examples from VTK web-site.
Previously with VTK 8.2 I used to add few lines in my code from mailing list:
#include <vtkAutoInit.h>
VTK_MODULE_INIT(vtkRenderingContextOpenGL2);
VTK_MODULE_INIT(vtkRenderingOpenGL2)
VTK_MODULE_INIT(vtkInteractionStyle)
But now I get the error:
Error: no override found for 'vtkcontextdevice2d’
How to overcome this?
Best regards,
kerim