from PySide import QtCore, QtGui import time class myQThread(QtCore.QThread): myThreadSignal = QtCore.Signal(int) def __init__(self, ...
確定! 回上一頁