Here's my custom QThread class: from PySide import QtCore class Thread(QtCore.QThread): result = QtCore.Signal(object) def __init__(self, ...
確定! 回上一頁