“修改”

This commit is contained in:
p02945817 2022-06-24 19:26:54 +08:00
parent ca159b08d6
commit c1b7ebb919
1 changed files with 1 additions and 1 deletions

View File

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