from PyQt5.QtGui import QIcon from PyQt5.QtCore import Qt, QThread, pyqtSignal class MyGui(QWidget): """基礎Gui頁面""" def __init__(self):
確定! 回上一頁