@@ -402,21 +402,13 @@ def setupUi(self, MainWindow):
402402 self .actionauto_update .setObjectName ("actionauto_update" )
403403 self .action_open_folder = QtWidgets .QAction (MainWindow )
404404 self .action_open_folder .setObjectName ("action_open_folder" )
405- self .actionchajian = QtWidgets .QAction (MainWindow )
405+ self .actionlu = QtWidgets .QAction (MainWindow )
406406 font = QtGui .QFont ()
407407 font .setFamily ("微软雅黑" )
408408 font .setPointSize (12 )
409- font .setBold (False )
410- font .setWeight (50 )
411- self .actionchajian .setFont (font )
412- self .actionchajian .setObjectName ("actionchajian" )
413- self .action_open_replay = QtWidgets .QAction (MainWindow )
414- font = QtGui .QFont ()
415- font .setFamily ("微软雅黑" )
416- font .setPointSize (12 )
417- self .action_open_replay .setFont (font )
418- self .action_open_replay .setMenuRole (QtWidgets .QAction .TextHeuristicRole )
419- self .action_open_replay .setObjectName ("action_open_replay" )
409+ self .actionlu .setFont (font )
410+ self .actionlu .setMenuRole (QtWidgets .QAction .TextHeuristicRole )
411+ self .actionlu .setObjectName ("actionlu" )
420412 self .actionddd = QtWidgets .QAction (MainWindow )
421413 font = QtGui .QFont ()
422414 font .setFamily ("微软雅黑" )
@@ -446,8 +438,7 @@ def setupUi(self, MainWindow):
446438 self .menu_2 .addAction (self .language_menu .menuAction ())
447439 self .menu_3 .addAction (self .actiongaun_yv )
448440 self .menu_3 .addAction (self .actionauto_update )
449- self .menu_3 .addAction (self .actionchajian )
450- self .menu_4 .addAction (self .action_open_replay )
441+ self .menu_4 .addAction (self .actionlu )
451442 self .menu_4 .addAction (self .actionddd )
452443 self .menubar .addAction (self .menu .menuAction ())
453444 self .menubar .addAction (self .menu_2 .menuAction ())
@@ -481,8 +472,7 @@ def retranslateUi(self, MainWindow):
481472 self .actionauto_update .setText (_translate ("MainWindow" , "检查更新" ))
482473 self .action_open_folder .setText (_translate ("MainWindow" , "录像位置" ))
483474 self .action_open_folder .setShortcut (_translate ("MainWindow" , "W" ))
484- self .actionchajian .setText (_translate ("MainWindow" , "插件" ))
485- self .action_open_replay .setText (_translate ("MainWindow" , "录像所在位置" ))
475+ self .actionlu .setText (_translate ("MainWindow" , "录像所在位置" ))
486476 self .actionddd .setText (_translate ("MainWindow" , "设置所在位置" ))
487477from ui .mineLabel import mineLabel
488478from ui .mineNumLabel import mineNumLabel
0 commit comments