import sys from PyQt5.QtWidgets import QApplication, QMainWindow from calculator import Ui_MainWindow class Calcu(QMainWindow, ...
確定! 回上一頁