split viewport for Qt and VtkViewer

This commit is contained in:
AndreaRigoni
2026-03-17 15:29:07 +00:00
parent 4569407d18
commit e6e0bccffb
7 changed files with 345 additions and 233 deletions

View File

@@ -3,6 +3,7 @@ set(HEADERS uLibVtkInterface.h
vtkContainerBox.h
vtkHandlerWidget.h
vtkQViewport.h
vtkViewport.h
vtkPolydata.h
)
@@ -11,6 +12,7 @@ set(SOURCES uLibVtkInterface.cxx
vtkContainerBox.cpp
vtkHandlerWidget.cpp
vtkQViewport.cpp
vtkViewport.cpp
vtkPolydata.cpp
)