|
|
|
|
|
by mkempe
3901 days ago
|
|
Qt uses slots and signals to control messaging between threads (e.g. the UI and the workers). The Python binding to Qt is good, but it is auto-generated (from C++) and some of it shows up as non-Pythonic mechanisms or conventions. |
|
I guess the author just wanted to keep backwards compatibility with old versions (or isn't aware of the change).
Edit: If anyone's interested, here's the new syntax: http://pyqt.sourceforge.net/Docs/PyQt4/new_style_signals_slo...