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?

Armando
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to