I want translate FourPaneViewer from c++ to python as my project framework is based on pyqt5. But now I have the problem as below:
- how can I create a subclass of vtkcommand as the example;
- how can I show the result by QVTKRenderWindowInteractor as the example is use QVTKWidget.