Re: [Development] Qt 5.2, Android and QWidget over OpenGL

2013-10-28 Thread Yves Bailly
On 28/10/2013 06:25, BogDan wrote: > Hi, > > Please use https://bugreports.qt-project.org to open a new issue. It looks > like a very serious regression to me! Done: https://bugreports.qt-project.org/browse/QTBUG-34412 Thanks for your work! Regards, -- (o< | Yves Bailly

Re: [Development] Qt 5.2, Android and QWidget over OpenGL

2013-10-27 Thread BogDan
Hi, Please use https://bugreports.qt-project.org to open a new issue. It looks like a very serious regression to me! BogDan. Trimis din Yahoo! Mail pe Android ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman

[Development] Qt 5.2, Android and QWidget over OpenGL

2013-10-26 Thread Yves Bailly
Hello all, I have a small application which use QGraphicsProxyWidget to display QWidget-based controls over an instance of QGLWidget, defined as the viewport of a QGraphicsView. A subclassed QGraphicsScene overrides the drawBackground() method to render the OpenGL scene. This works quite well