Can VTK 8.2 link with Qt qml?

Hi, I started developing vtk project with Qt version 5.
I literally started it, so I loaded vtk library on Qt but I don’t know How to load renderWindow in qml file.
How can I load vtkrenderwindow on qml file and manipulate vtk stuff?

Hi,
I suggest enabling GUISupportQtQuick in cmake and taking a look at the available tests.

Dan

1 Like

There are many ways . You can see my answer. At least three projects you can find .

1 Like

Thank you I’ll try GUISupportQtQuick.

Oh, Thank you. I’ll check out your answer.

Absolutely yes.
You can see github QuickVtk
Or you can see github dezbracaty.

1 Like