forked from PulseFocusPlatform/PulseFocusPlatform
“修改”
This commit is contained in:
parent
c1b7ebb919
commit
94a0f2580a
1
main.py
1
main.py
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue