Hi,

I have a QT5 app with an existing plain OpenGL widget (QOpenGLWidget) which 
does not currently use PyQTGraph. I'd like to add a second widget to alslo 
show a pyqtgraph GL plot (GLViewWidget). However even if I just create the 
Pyqtgraph GLViewWidget and do nothing with it, my original plain GL widget 
no longer works (doesn't get any paint events, and resizing the window no 
longer redraws any of the other widgets).

Is there something special I need to do to the original QOpenGLWidget that 
would prevent it being interfered with by the Pyqtgraph GL widget?

Many thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/ad7b53b8-836f-45f3-b590-09f81ea942fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to