QtGui import QIcon from PyQt5.QtCore import Qt import sys class PushButton(QWidget): def __init__(self): super(PushButton,self).
確定! 回上一頁