-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.7.0
-
None
-
Linux 2.6.18-164.15.1.el5 Centos 5.4 x86_64
Qt 4.7-beta src package compiled on this platform
I having problems with using combined QPainter and OpenGL rendering. I experienced different problems in different versions of Qt( 4.5, 4.6), but for this bug report I made a testcase using Qt 4.7-beta. I put some OpenGL code in drawBackground() method my subclass of QGraphicsView. This code prevents from working properly rendering of the text in drawForeground() method. Commenting out content of drawBackground() makes text appear as it should be. There is also a call to draw a line in drawForeground and it seems to be unaffected by OpenGL calls.