“修改”

This commit is contained in:
p02945817 2022-06-13 22:38:27 +08:00
parent f139c8143b
commit 13abd449ce
1 changed files with 1 additions and 6 deletions

View File

@ -119,11 +119,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
except Exception as e:
pass
# files=os.listdir(self.video_image_path)
# print(type(files))
# files=self.Sorted(files)
# print(files)
@ -131,7 +126,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
# print(xmlFile)
# self.label_movie.setPixmap(QtGui.QPixmap(
# self.video_image_path+'/'+xmlFile))
def Sorted(self,files):
files=[int(i.split('.')[0]) for i in files]
files.sort()