Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.0
-
None
-
All
-
6c2da36c22e25e626a9812419332ad379e854133
Description
In a QGraphicsViews based application, I tried to replace the QGLWidget viewport with the new QOpenGLWidget. I noticed that the view was performing updates all the time. I finally find out that the source of the unnecessary redraws was the update of the status bar of the main window.
I prepared a sample project which reproduces the issue : after each view redraw, a connection is used to update a counter in the status bar ; with QOpenGLWidget you can notice that the counter will keep increasing, whereas it won't increase when using a QGLWidget or QWidget based viewport (neither with 5.4 or previous versions).
Attachments
Issue Links
- is duplicated by
-
QTBUG-43689 undesirable QOpenGLWidget updates
- Closed
- is required for
-
QTBUG-43201 Issues to be fixed before 5.4.1
- Closed