Changeset dad086f in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Sep 21, 2018 9:49:46 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 9d23e4c, 3717470
- Parents:
- c928e81
- git-author:
- rozyczko <piotrrozyczko@…> (09/21/18 09:48:44)
- git-committer:
- rozyczko <piotrrozyczko@…> (09/21/18 09:49:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
rdee9e5f rdad086f 425 425 Trigger definitions for all menu/toolbar actions. 426 426 """ 427 # disable not yet fully implemented actions 428 self._workspace.actionOpen_Analysis.setEnabled(False) 429 self._workspace.actionUndo.setEnabled(False) 430 self._workspace.actionRedo.setEnabled(False) 431 self._workspace.actionReset.setEnabled(False) 432 self._workspace.actionStartup_Settings.setEnabled(False) 433 self._workspace.actionImage_Viewer.setEnabled(False) 434 self._workspace.actionCombine_Batch_Fit.setEnabled(False) 435 self._workspace.actionFit_Results.setEnabled(False) 436 427 437 # File 428 438 self._workspace.actionLoadData.triggered.connect(self.actionLoadData)
Note: See TracChangeset
for help on using the changeset viewer.