forked from PulseFocusPlatform/PulseFocusPlatform
注释删除
This commit is contained in:
parent
d41725a0b0
commit
02a53f91cc
16
main.py
16
main.py
|
@ -37,7 +37,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||||
|
|
||||||
self.stopEvent = threading.Event()
|
self.stopEvent = threading.Event()
|
||||||
self.stopEvent.clear()
|
self.stopEvent.clear()
|
||||||
|
|
||||||
|
|
||||||
def exit(self):
|
def exit(self):
|
||||||
self.close()
|
self.close()
|
||||||
|
@ -124,20 +124,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
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):
|
def Sorted(self,files):
|
||||||
files=[int(i.split('.')[0]) for i in files]
|
files=[int(i.split('.')[0]) for i in files]
|
||||||
files.sort()
|
files.sort()
|
||||||
|
|
Loading…
Reference in New Issue