tool_panel第一次运行时创建几个必要的文件夹
This commit is contained in:
parent
498a57e173
commit
6593631c27
|
|
@ -50,6 +50,11 @@ class MyWindow(QMainWindow,Ui_MainWindow):
|
|||
self.pushButton_tiku.clicked.connect(self.SelectTIKU)
|
||||
self.pushButton_tikutest.clicked.connect(self.SelectTIKUTEST) #以上为设置当前数据库的两个按钮
|
||||
|
||||
makedir("./临时文件")
|
||||
makedir("./临时文件/static")
|
||||
makedir("./临时文件/pics")
|
||||
makedir("./临时文件/zips")
|
||||
|
||||
self.layout_kxth = QVBoxLayout(self.tab_kxth)
|
||||
self.kxth = MyWindow_kxth(self.database)
|
||||
self.layout_kxth.addWidget(self.kxth) #以上三行为初始化“空闲题号”tab
|
||||
|
|
|
|||
Reference in New Issue