QtWidgets import QApplication,QMainWindow from PyQt5.QtGui import QIcon class MainWindow(QMainWindow): def __init__(self,parent=None): ...
確定! 回上一頁