<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-06-23 15:40 GMT+02:00 Sankhesh Jhaveri <span dir="ltr"><<a href="mailto:sankhesh.jhaveri@kitware.com" target="_blank">sankhesh.jhaveri@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small;color:rgb(11,83,148)">Elvis,</div><div style="font-family:verdana,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div style="font-family:verdana,sans-serif;font-size:small;color:rgb(11,83,148)">According to Qt documentation[1], QGLWidget is obsolete in Qt 5 and they suggest using QOpenGLWidget (which has setFormat API). </div></div></blockquote><div><br></div><div>Yes, I know, but I've based my class on QVTKRenderWindowInteractor, which still uses QGLWidget. So I was looking for some alternative way of doing it with QGLWidget.<br><br></div><div>Howeve, I've now begun looking into porting my class to QOpenGLWidget, taking inspiration from QVTKWidget2 and this SO answer: <a href="http://stackoverflow.com/a/26946040/252857">http://stackoverflow.com/a/26946040/252857</a><br><br></div><div>But I've hit some snags (will make another post about it).<br><br></div><div>Elvis<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div style="font-family:verdana,sans-serif;font-size:small;color:rgb(11,83,148)">​[1] <a href="http://doc.qt.io/qt-5/qglwidget.html" target="_blank">http://doc.qt.io/qt-5/qglwidget.html</a></div><div style="font-family:verdana,sans-serif;font-size:small;color:rgb(11,83,148)">​</div><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><span style="color:rgb(11,83,148)"><span style="font-family:verdana,sans-serif">Sankhesh</span></span><div> </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote"><div><div class="h5">On Thu, Jun 23, 2016 at 8:52 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div><div>This is slightly off-topic, but here it goes: I have my own VTKWidget, similar to QVTKRenderWindowInteractor, which is based on QGLWidget. I wanted to enable sample buffers / samples on it, so that lines et.c. drawn by VTK are anti-aliased.<br><br></div>I thought I could do<br><br>glFormat = self.format()<br>glFormat.setSampleBuffers(True)<br>glFormat.setSamples(8)<br>self.setFormat(glFormat)<br><br></div>but it turns out setFormat is made obsolete in Qt 5, and PyQt does not wrap obsolete methods.<br><br></div>Anyone know of some other way of achieving the same thing?<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Elvis<br></font></span></div>
<br></div></div>_______________________________________________<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/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_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=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/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div></div>