Skip to content

Add QVTKOpenGLNativeWidget, QVTKOpenGLAlienWidget and mark QVTKOpenGLWidget as legacy

To streamline update of existing code base using VTK, this MR consolidate the class names:

  • QVTKOpenGLWidget is renamed to QVTKOpenGLAlienWidget (corresponds to the new class using QOpenGLWindow)
  • QVTKOpenGLSimpleWidget is renamed to QVTKOpenGLNativeWidget and corresponds to the class using QVTKOpenGLWidget as it was before !4317 (merged)
  • QVTKOpenGLWidget derives from QVTKOpenGLNativeWidget and is not available when VTK_LEGACY_REMOVE is ON
Edited by Jean-Christophe Fillion-Robin

Merge request reports