Re: [PyQt] multiple inheritance + QtCore.pyqtSignal()

2010-07-13 Thread Phil Thompson
On Mon, 12 Jul 2010 18:51:47 +0100, Jugdish wrote: > Is there any way to have a class inherit from multiple classes that emit > signals? I know that PyQt4 doesn't support inheriting from one than one > QObject class, so I've got one of the superclasses declared as a subclass > QObject and the othe

[PyQt] multiple inheritance + QtCore.pyqtSignal()

2010-07-12 Thread Jugdish
Is there any way to have a class inherit from multiple classes that emit signals? I know that PyQt4 doesn't support inheriting from one than one QObject class, so I've got one of the superclasses declared as a subclass QObject and the other as a subclass of object. However, I'm not able to define s