修正 寻找空闲题号 中的一处bug
This commit is contained in:
parent
2fec406212
commit
af664bc2e8
|
|
@ -23,6 +23,7 @@ class MyWindow(QWidget,Ui_Form):
|
||||||
def getFilePathandShow(self):
|
def getFilePathandShow(self):
|
||||||
pathlist = QFileDialog.getOpenFileName(self,"选择文件",".","json文件(*.json);;所有文件(*)")
|
pathlist = QFileDialog.getOpenFileName(self,"选择文件",".","json文件(*.json);;所有文件(*)")
|
||||||
self.lineEdit_FilePath.setText(pathlist[0])
|
self.lineEdit_FilePath.setText(pathlist[0])
|
||||||
|
self.ShowAvailable()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in New Issue