Code: Select all: from PyQt4 import QtCore class JobThread(QtCore.QThread): def __init__(self, app): QtCore.QThread.__init__(self)
確定! 回上一頁