<div dir="ltr"><div>I'm building an application that uses VTK for visualization.</div><div>My initial intent was to process large volumes of data.</div><div>My application is being built with Qt + VTK.</div><div><br></div><div>When I started coding the visualization toolkit with VTK I found the <b>QVTKWidget</b>. So far so good, I found another one, called <b>QVTKWidget2</b>. In the <b>QVTKWidget2</b>.h header there is the following statement:</div><div><br></div><div><b>// .NAME QVTKWidget2 - Display a vtkRenderWindow in a Qt's QGLWidget.</b></div><div><b>// .SECTION Description</b></div><div><b>// QVTKWidget2 provides a way to display VTK data in a Qt OpenGL widget.</b></div><div><br></div><div>Well, since this class uses the <b>QGLWidget</b> (which BTW is now deprecated, replaced by <b>QOpenGLWidget</b>), I decided to use this one. I also based my decision in some discussion I read about <b>QVTKWidget2</b> being a future replacement for the <b>QVTKWidget</b> class.</div><div><br></div><div>Everything was fine until I decided to run my application on MacOS and the QVTKWidget2 object was crashing in initialization. </div><div><br></div><div>I then replaced my widget to one of <b>QVTKWidget</b> and everything is now working fine (at least in the initial tests).</div><div><br></div><div>So, with this context, my question is, do I get any advantage by using <b>QVTKWidget2</b>?</div><div><br></div><div>My first thought was <i>'yes'</i>, since the <b>QVTKWidget</b> is a subclass of <b>QWidget</b>.</div><div><br></div><div>Hope someone could clarify this for me.</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Thales Luis Rodrigues Sabino</div><div><br></div><div>PhD Student at <a href="http://www.ufjf.br/pgmc/" target="_blank">PGMC-UFJF</a></div><div><a href="http://lattes.cnpq.br/0601030410417146" target="_blank">Lattes</a> | <a href="https://br.linkedin.com/in/tluisrs" target="_blank">LinkedIn</a> | <a href="https://www.researchgate.net/profile/Thales_Luis_Sabino" target="_blank">ResearchGate</a></div></div></div></div></div>
</div>