Hi all,

I have class A, which contains a main window and instantiates class B, which 
contains a public widget that is called without a parent and shall be displayed 
as a separate window.

It does so when I call myWidet.show() with in the constructor of class B.

However, it does not when I call show() later from different functions of 
different objects including class object A.

This does not throw any error - it simply does not show the window.

Can anyone help ?

Thanks,
best

Alex


--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to