I am using something like this: import threading from PySide import QtCore class Smt(threading.Thread): foo_signal = QtCore.Signal(object) def __init__(self): ...
確定! 回上一頁