from PyQt5.QtWidgets import QDialog from PyQt5 import uic """ dialog.py """ class Dialog(QDialog): def __init__(self): super().
確定! 回上一頁