QtWidgets import QDialog, QApplication from shift_test import Ui_Dialog. class AppWindow(QDialog): def __init__(self): super().__init__()
確定! 回上一頁