I have QGraphicsView with QOpenGLWidget placed in it as QGraphicsProxyWidget. When I do some QPaint stuff in paintGL, all is great but the graphicsView don't refresh until I interact with the view itself. How can I get the view to be notified to repaint that widget?