注释删除

This commit is contained in:
p57492168 2022-06-19 21:11:41 +08:00
parent d41725a0b0
commit 02a53f91cc
1 changed files with 1 additions and 15 deletions

16
main.py
View File

@ -37,7 +37,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.stopEvent = threading.Event()
self.stopEvent.clear()
def exit(self):
self.close()
@ -124,20 +124,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)
# for xmlFile in files:
# 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()