Re: [PyQt] connectSlotsByName and signals emitted by dialogs?

2008-08-08 Thread Matti Airas
On to, 2008-08-07 at 16:50 +0100, Phil Thompson wrote: connectSlotsByName() (according to the documentation) connects the children of its argument, and not the argument (ie. the dialog) itself. It does sound like a limitation, but unless there is a bug in the documentation, it is the

Re: [PyQt] connectSlotsByName and signals emitted by dialogs?

2008-08-07 Thread Phil Thompson
On Thu, 07 Aug 2008 12:29:19 +0300, Matti Airas [EMAIL PROTECTED] wrote: Hey all, I'm trying to get the grips on PyQt4 basics. I've been toying with a simple dialogs, which I have constructed using Qt Designer and then converted with pyuic4. I can inherit and use the created class with no