Hi all,

When I removed self.show() from the widget constructor this problem when 
away. Must have been some kind of race condition where show() was called 
before the widget was completely instantiated and it created a new window 
in which to display it.

Erik

On Friday, September 27, 2019 at 12:02:29 PM UTC-6, Erik J wrote:
>
> Hello,
>
> I am developing some status screen GUIs using QtCreator and am using 
> PyQtGraph widgets in various places (multi-Hz image displays with 
> HIstogramLutWidgets). In this case I am using a GLViewWidget and 
> instantiating a GLSurfacePlotItem in it. If the GLViewWidget is embedded in 
> a QStackedWidget ot QTabWidget it appears in its own separate window when I 
> run the GUI, and its tabbed or stacked widget in the GUI is blank. If I 
> embed the GLViewWidget in a simple QFrame then the GLSurfacePlotItem 
> appears within the QFRame as expected.
>
> Has anyone else experienced this and can provide any help?
>
> Thanks,
> Erik
>
>
>

-- 
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/2be29599-aff0-4946-8a6a-42c8e031cda0%40googlegroups.com.

Reply via email to