Changeset dad086f in sasview for src/sas


Ignore:
Timestamp:
Sep 21, 2018 7:49:46 AM (6 years ago)
Author:
rozyczko <piotrrozyczko@…>
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 07:48:44)
git-committer:
rozyczko <piotrrozyczko@…> (09/21/18 07:49:46)
Message:

Disable not yet fully implemented main menu items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    rdee9e5f rdad086f  
    425425        Trigger definitions for all menu/toolbar actions. 
    426426        """ 
     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 
    427437        # File 
    428438        self._workspace.actionLoadData.triggered.connect(self.actionLoadData) 
Note: See TracChangeset for help on using the changeset viewer.