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