Changeset d9e7792 in sasview for src/sas/qtgui/MainWindow/GuiManager.py
- Timestamp:
- Nov 30, 2018 4:57:46 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- 99f8760, 11a336f, 9d23e4c
- Parents:
- 5d75a181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
re5ae812 rd9e7792 521 521 self._workspace.actionNext.triggered.connect(self.actionNext) 522 522 self._workspace.actionPrevious.triggered.connect(self.actionPrevious) 523 self._workspace.actionMinimizePlots.triggered.connect(self.actionMinimizePlots) 523 524 self._workspace.actionClosePlots.triggered.connect(self.actionClosePlots) 524 525 # Analysis … … 994 995 pass 995 996 997 def actionMinimizePlots(self): 998 """ 999 Minimizes all Plotters and Plotter2Ds. 1000 """ 1001 self.filesWidget.minimizeAllPlots() 1002 pass 1003 996 1004 #============ HELP ================= 997 1005 def actionDocumentation(self):
Note: See TracChangeset
for help on using the changeset viewer.