[PyQt] ANN: PyQt5 Snapshots Available
V. Armando Sole
sole at esrf.fr
Mon May 6 17:24:59 BST 2013
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
More information about the PyQt
mailing list