“修改”

This commit is contained in:
p02945817 2022-06-24 19:27:45 +08:00
parent c1b7ebb919
commit 94a0f2580a
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ 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))
#
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]