QtCore import Qt, \ QObject, \ pyqtSignal from PyQt5.QtGui import QFont, \ QIcon class Communicate(QObject): closeApp = pyqtSignal() ...
確定! 回上一頁