import sys from PyQt5.QtWidgets import QApplication, QDialog from PyQt5.uic import loadUi class testDialog(QDialog): def __init__(self): ...
確定! 回上一頁