vtkmodules.qt

Qt module for VTK/Python.

Example usage:

import sys
import PyQt5
from PyQt5.QtWidgets import QApplication
from vtkmodules.qt.QVTKRenderWindowInteractor import QVTKRenderWindowInteractor

app = QApplication(sys.argv)

widget = QVTKRenderWindowInteractor()
widget.Initialize()
widget.Start()

renwin = widget.GetRenderWindow()

For more information, see QVTKRenderWidgetConeExample() in the file QVTKRenderWindowInteractor.py.

Submodules

Package Contents

Data

API

vtkmodules.qt.PyQtImpl

None

vtkmodules.qt.QVTKRWIBase

‘QWidget’

vtkmodules.qt.__all__

[‘QVTKRenderWindowInteractor’]