@Tomasso QQuickVTKItem::intializeVTK
should be used to set up the pipeline. So you can connect your reader to filters and finally to the rendering pipeline (mapper, actor, renderer) in initializeVTK
. To change any pipeline inputs, parameters, etc. please use dispatch_async
.