Hello,
In my PyQt app, I frequently use variable-length argument lists with my
signals, like this:
self.emit(QtCore.QObject.SIGNAL('signalName'), *args)Is there any way to accomplish the same thing in PySide using new-style signals? Thanks!
_______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
