修改 系列讲义生成
This commit is contained in:
parent
451973ccac
commit
34e410d71b
|
|
@ -4,9 +4,9 @@ from database_tools_2 import *
|
|||
import os
|
||||
|
||||
class MyWindow_jysc(QWidget,Ui_Form):
|
||||
def __init__(self):
|
||||
def __init__(self,database_name):
|
||||
super().__init__()
|
||||
self.database_name = "tikutest"
|
||||
self.database_name = database_name
|
||||
self.setupUi(self)
|
||||
self.bind()
|
||||
|
||||
|
|
|
|||
Reference in New Issue