CMake
Use Vtk In Qt Widget Example
Environment: macOS Mojave 10.14 Qt Creator 4.41 Qt 5.9.2 Clang 7.0 apple, 64 bits VTK 8.1.1 Our project shows: Add 3D model in VTK widget means we need to intergrate VTK and Qt development environment. Here are a few notes about it. I put a cone in QVTKOpenGLWidget, and there Read more…