[PyQt] ANN: PyQt5 Snapshots Available

Phil Thompson phil at riverbankcomputing.com
Mon May 6 17:44:47 BST 2013


On Mon, 06 May 2013 18:24:59 +0200, "V. Armando Sole" <sole at esrf.fr>
wrote:
> Hello,
> 
> On 06.05.2013 16:49, Phil Thompson wrote:
>>
>> Still to do:
>>
>> - Removal of support for old-style connections.
>>
> 
> Does this mean that things like this will not work?
> 
> ...
> class MyWidget(QWidget):
>      def emitMySignal(self, mydDct):
>          self.emit(QSignal('MyWidgetSignal', myDict)
> 
> a = MyWidget()
> ...
> a.emitMySignal({'event': 'Whatever', 'data':[1,2,3])
> 
> If so, is to remove it an absolute necessity?

Nothing is absolutely necessary - but I see no reason to keep the old,
verbose, error prone way of doing things.

Phil


More information about the PyQt mailing list