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
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
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