Qt基础框架更改

This commit is contained in:
weiye.wang 2024-03-02 20:42:04 +08:00
parent 8312feb9e6
commit 42ff59127a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from PySide6.QtWidgets import QWidget, QApplication, QFileDialog from PySide6.QtWidgets import QWidget, QApplication, QFileDialog
import Ui_test from Ui_编辑题目信息 import Ui_Form
class MyWindow(QWidget,Ui_test.Ui_Form): class MyWindow(QWidget,Ui_Form):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
self.setupUi(self) self.setupUi(self)