修正 寻找空闲题号 中的一处bug

This commit is contained in:
wangweiye7840 2024-02-29 14:20:13 +08:00
parent 2fec406212
commit af664bc2e8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class MyWindow(QWidget,Ui_Form):
def getFilePathandShow(self):
pathlist = QFileDialog.getOpenFileName(self,"选择文件",".","json文件(*.json);;所有文件(*)")
self.lineEdit_FilePath.setText(pathlist[0])
self.ShowAvailable()