切换数据库时自动清空“已导入题目”列表
This commit is contained in:
parent
561073a9c8
commit
2c02699130
|
|
@ -11,6 +11,7 @@ class MyWindow_bdsl(QWidget,Ui_Form):
|
||||||
|
|
||||||
def setdbname(self,string):
|
def setdbname(self,string):
|
||||||
self.database_name = string
|
self.database_name = string
|
||||||
|
self.problemstoimport = []
|
||||||
# print(self.database_name)
|
# print(self.database_name)
|
||||||
|
|
||||||
def bind(self):
|
def bind(self):
|
||||||
|
|
|
||||||
Reference in New Issue