VTK  9.3.20240327
QVTKRenderWidget Class Reference

Generic QWidget for displaying a vtkRenderWindow in a Qt Application. More...

#include <QVTKRenderWidget.h>

Detailed Description

Generic QWidget for displaying a vtkRenderWindow in a Qt Application.

QVTKRenderWidget is intended as a generic widget for displaying VTK rendering results in a Qt application. It is only a wrapper around other specific classes. For now, this only wraps the QVTKOpenGLNativeWidget which is the most versatile implementation. This may evolve in the future. See QVTKOpenGLNativeWidget for implementation details.

For Quad-buffer stereo support, please use directly the QVTKOpenGLStereoWidget.

Note
QVTKRenderWidget requires Qt version 5.9 and above.
See also
QVTKOpenGLStereoWidget QVTKOpenGLNativeWidget

The documentation for this class was generated from the following file: