<div dir="ltr"><div>Hi,</div><div><br></div>QVTKOpenGLWindow in 8.1.0 and 8.1.1 is very stable and is used by all VTK/Qt based application, like ParaView for example.<div><br></div><div>Problem 1 and Problem 2 are QTCreator related. I would suggest adding a simple QWidget in Qt creator, and once you're finished,</div><div>juste change it manually in the .ui.</div><div><br></div><div>Regarding Problem 3, well the answer is in the question. Juste use a vtkGenericOpenGLRenderWindow instead of a win32 specific.</div><div>The vtkGenericOpenGLRenderWindow implementation is newer and will work on all platform.</div><div><br></div><div>See attached for a QVTKOpenGLWidget usage example (found in VTK/GUISupport/Qt/Testing/Cxx/)</div><div><br></div><div>Best regards,</div><div><br></div><div><br><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Thu, Jul 5, 2018 at 11:06 AM, andyjk <span dir="ltr"><<a href="mailto:andrewkeeling@hotmail.com" target="_blank">andrewkeeling@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks<br>
<br>
I am on VTK 8-1<br>
<br>
I did try the qvtkOpenGLWidget but I have several problems, and I think I<br>
read it was still unstable.<br>
<br>
Problem 1: No QVTKOpenGLWidget in the QT designer - so I insert a<br>
qvtkwidget, then in the .ui file I manually change it to qvtkOpenGLWidget<br>
(this compiles fine).<br>
<br>
Problem 2: If I try to drag a generic OpenGL widget into a window in QT<br>
designer, the designer crashes and closes.<br>
<br>
Problem 3: Running the code from 1 gives me an error:<br>
QVTKOpenGLWidget requires a `vtkGenericOpenGLRenderWindow`<wbr>. `<br>
vtkWin32OpenGLRenderWindow ` is not supported.<br>
<br>
I understand QVTKWidget is deprecated, but it also seems the OpenGL widget<br>
is too unstable at the moment ?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Users-f1224199.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>