On Mon, 06 May 2013 18:24:59 +0200, "V. Armando Sole" <s...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to