Maybe the url will help  you.

http://stackoverflow.com/questions/2823112/communication-between-threads-in-pyside


On 2011-03-04 08:12, Luke Campagnola wrote:
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


_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to