工具面板启动时尝试新建"临时文件"目录
This commit is contained in:
parent
6adb789eef
commit
6fe6d26441
|
|
@ -25,6 +25,7 @@ class MyWindow(QMainWindow,Ui_MainWindow):
|
|||
self.bind()
|
||||
|
||||
def bind(self):
|
||||
makedir("临时文件")
|
||||
self.action_kxth.triggered.connect(lambda: run_command("寻找空闲题号",[]))#已完成
|
||||
self.action_xtbd.triggered.connect(lambda: run_command("新题比对",[]))#已完成
|
||||
self.action_plsl.triggered.connect(lambda: run_command("批量收录题目",[]))#已完成
|
||||
|
|
|
|||
Reference in New Issue