@@ -270,14 +270,8 @@ void mbServerUi::initialize()
270270 connect (ui->actionScriptModuleExport , &QAction::triggered, this , &mbServerUi::menuSlotScriptModuleExport );
271271
272272 // Menu Window
273- // connect(ui->actionWindowDeviceShowAll , &QAction::triggered, this, &mbServerUi::menuSlotWindowDeviceShowAll );
274- // connect(ui->actionWindowDeviceShowActive , &QAction::triggered, this, &mbServerUi::menuSlotWindowDeviceShowActive );
275- // connect(ui->actionWindowDeviceCloseAll , &QAction::triggered, this, &mbServerUi::menuSlotWindowDeviceCloseAll );
276- // connect(ui->actionWindowDeviceCloseActive , &QAction::triggered, this, &mbServerUi::menuSlotWindowDeviceCloseActive );
277- // connect(ui->actionWindowDataViewShowAll , &QAction::triggered, this, &mbServerUi::menuSlotWindowDataViewShowAll );
278- // connect(ui->actionWindowDataViewShowActive , &QAction::triggered, this, &mbServerUi::menuSlotWindowDataViewShowActive );
279- // connect(ui->actionWindowDataViewCloseAll , &QAction::triggered, this, &mbServerUi::menuSlotWindowDataViewCloseAll );
280- // connect(ui->actionWindowDataViewCloseActive, &QAction::triggered, this, &mbServerUi::menuSlotWindowDataViewCloseActive);
273+ connect (ui->actionWindowDeviceCloseAll , &QAction::triggered, this , &mbServerUi::menuSlotWindowDeviceCloseAll );
274+ connect (ui->actionWindowScriptCloseAll , &QAction::triggered, this , &mbServerUi::menuSlotWindowScriptCloseAll );
281275
282276 // tool bar
283277 // add data view format functionality to the end of toolbar
@@ -1038,24 +1032,14 @@ void mbServerUi::menuSlotScriptModuleExport()
10381032 }
10391033}
10401034
1041- void mbServerUi::menuSlotWindowDeviceShowAll ()
1042- {
1043- windowManager ()->actionWindowDeviceShowAll ();
1044- }
1045-
1046- void mbServerUi::menuSlotWindowDeviceShowActive ()
1047- {
1048- windowManager ()->actionWindowDeviceShowActive ();
1049- }
1050-
10511035void mbServerUi::menuSlotWindowDeviceCloseAll ()
10521036{
10531037 windowManager ()->actionWindowDeviceCloseAll ();
10541038}
10551039
1056- void mbServerUi::menuSlotWindowDeviceCloseActive ()
1040+ void mbServerUi::menuSlotWindowScriptCloseAll ()
10571041{
1058- windowManager ()->actionWindowDeviceCloseActive ();
1042+ windowManager ()->actionWindowScriptCloseAll ();
10591043}
10601044
10611045void mbServerUi::slotSimActionCopy ()
0 commit comments