From 02a53f91ccfb82ffbd88b81a3295b1eba28dfc10 Mon Sep 17 00:00:00 2001 From: p57492168 <2577192526@qq.com> Date: Sun, 19 Jun 2022 21:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/main.py b/main.py index 60376ce..460fc78 100644 --- a/main.py +++ b/main.py @@ -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()