Qt基础框架更改
This commit is contained in:
parent
8312feb9e6
commit
42ff59127a
|
|
@ -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)
|
||||||
|
|
|
||||||
Reference in New Issue