<div dir="ltr"><div><div><div>Hi Sophonet,<br><br></div>It has been discussed here before that there are known issues with QVTKWidget and Qt 5.X.  QVTKWidget is using the QWidget parent to get a window and then directly using window system calls for your OS to get an OpenGL context.  This is not the way Qt expects OpenGL-based widgets to act (and Qt knows nothing about the fact that it is an OpenGL-based widget) and so there are problems.  (Especially if you are using the new OpenGL2 rendering backend)  There are a few ideas floating around for how to do this right with Qt 5.X, but to my knowledge no one has actually tackled this and created a VTK widget that subclasses Qt's new QOpenGLWidget and deals with all the corner cases needed for VTK rendering.  Search the archives of this mailing list for QOpenGLWidget (or QVTKWidget) and you should find the threads where this was discussed.  I think there were a few workarounds discussed on those...<br><br></div>Sorry this isn't a more helpful response,<br></div>Shawn<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 18, 2016 at 11:00 AM, Sophonet <span dir="ltr"><<a href="mailto:vtk12af6bc42@kant.sophonet.de" target="_blank">vtk12af6bc42@kant.sophonet.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi List,<br>
<br>
well, I can confirm that there are some problems with VTK7.0.0 and (on my system) QT 5.7.0.<br>
<br>
The problems occur when reparenting QVTKWidgets. I have written a small demo app, based on existing VTK examples, which shows the problem. It is attached to this e-mail.<br>
<br>
When reparenting (swapping) the two QVTKWidgets, the console window says "QWidget::repaint: Recursive repaint detected", and an error window pops up with "Invalid Pixel format, no OpenGL support".<br>
<br>
Obviously, for the attached demo app, there would be a solution without reparenting the windows - nevertheless, it seems like a bug and in another application, I need to reparent the widgets, which (due to this problem) forces me to keep using Qt 4.8.7, in which reparenting is working.<br>
<br>
Anybody can confirm the problem and propose a solution / workaround?<br>
<br>
Thanks,<br>
<br>
     Sophonet<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
Am 2016-08-18 08:46, schrieb 박병준:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If you use QVTKWidget, it is recommended to make two QVTKWidget s.<br>
You can show and hide each widget in QT very easily.<br>
You don't need to switch two RenderWindow in on Widget with pain.<br>
<br>
Samuel Park.<br>
<br>
<br>
<br>
--<br>
View this message in context:<br>
<a href="http://vtk.1045678.n5.nabble.com/Crashed-when-I-used-a-QVTKWidget-to-render-two-vtkRenderWindow-in-turn-tp5739836p5739839.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.c<wbr>om/Crashed-when-I-used-a-QVTKW<wbr>idget-to-render-two-vtkRenderW<wbr>indow-in-turn-tp5739836p573983<wbr>9.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<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<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at:<br>
<a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</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="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a></blockquote>
</div></div><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="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>