On 08/06/10 18:21, Danny wrote:
So how do I get a handle to the main window from a child MDI window?
in previous versions of qt, you could have used qApp.mainWidget() but
that has been removed in qt4. so you either have to keep a reference to
the main window yourself, or use the qwidget hiera
howdy,
this is a real newbie question. I have an MDI application. In the child widget
code, I need to get access to a main window setting. So how do I get a handle to
the main window from a child MDI window?
thanks,
Danny
___
PyQt mailing listPyQt@
howdy,
this is a real newbie question. I have an MDI application. In the child
widget
code, I need to get access to a main window setting. So how do I get a
handle to
the main window from a child MDI window?
thanks,
Danny
___
PyQt mailing list