[Interest] show() doesn't
Thiago Macieira
thiago.macieira at intel.com
Mon Jul 2 16:58:07 CEST 2018
On Monday, 2 July 2018 06:58:07 PDT Alexander CarĂ´t wrote:
> 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 ?
There's some other error in your code.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list