Re: [Development] QOpenGLWidget vs. QGLWidget

2014-08-02 Thread Thiago Macieira
On Friday 01 August 2014 06:06:06 Yves Bailly wrote: > On 31/07/2014 20:03, Agocs Laszlo wrote: > > Yes, setViewport() will continue to work with QOpenGLWidget too. > > Great! :-) > > > Note that all this does not mean existing code has to migrate away from > > QGLWidget.> > > It is not going t

Re: [Development] QOpenGLWidget vs. QGLWidget

2014-07-31 Thread Yves Bailly
On 31/07/2014 20:03, Agocs Laszlo wrote: > Yes, setViewport() will continue to work with QOpenGLWidget too. Great! :-) > Note that all this does not mean existing code has to migrate away from > QGLWidget. > It is not going to disappear. If it works, just keep using it. Fine, however QGLWidget

Re: [Development] QOpenGLWidget vs. QGLWidget

2014-07-31 Thread Agocs Laszlo
: development-bounces+laszlo.agocs=digia@qt-project.org [development-bounces+laszlo.agocs=digia@qt-project.org] on behalf of Yves Bailly [yves.bai...@verosoftware.com] Sent: Thursday, July 31, 2014 1:22 PM To: development@qt-project.org Subject: [Development] QOpenGLWidget vs. QGLWidget Greetings

[Development] QOpenGLWidget vs. QGLWidget

2014-07-31 Thread Yves Bailly
Greetings all, I've just read the new features for the upcoming Qt 5.4, here: http://qt-project.org/wiki/New-Features-in-Qt-5.4 ...and I noticed this: "Deprecated features: Qt Gui: The QtOpenGL module, that is, the QGL classes are deprecated since QGLWidget has a suitable replacement now." Wi