Re: [PyQt] newbie question on getting widget handles

2010-06-09 Thread Baz Walter
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

[PyQt] newbie question on getting widget handles

2010-06-08 Thread Danny
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@

[PyQt] newbie question on getting widget handles

2010-06-08 Thread Danny Shevitz
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