Python 3.4.2
PySide 1.2.2

The code: http://pastebin.com/piR42XzQ
Main module: http://pastebin.com/CE2GN3nM

The 'main.ui' only have a QVBoxLayout and it's OK.

Traceback (most recent call last):
  File "D:/.../main.py", line 44, in output_slot
    outpost = Outpost('76561198077080978')
  File "D:\...\outpost.py", line 29, in __init__
    self.finished.emit()
TypeError: finished(QThread*) only accepts 1 arguments, 1 given!

Didn't understood the error...

Anyway, is this a good approach regarding threads and signal/slot?
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to