QtGui import QIcon from PyQt5.QtWidgets import QApplication, QWidget class Logo(QWidget): def __init__(self): super().__init__() self.
確定! 回上一頁