“修改”

This commit is contained in:
p02945817 2022-06-13 22:33:11 +08:00
parent 7a9c7c8cc7
commit f139c8143b
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
# print(xmlFile)
# self.label_movie.setPixmap(QtGui.QPixmap(
# self.video_image_path+'/'+xmlFile))
# time.sleep(0.5)
def Sorted(self,files):
files=[int(i.split('.')[0]) for i in files]
files.sort()