import sys from PyQt5.QtWidgets import * from PyQt5.QtGui import * from PyQt5.QtCore import * class Yellow(QWidget): def __init__(self, ...
確定! 回上一頁