Ignore:
Timestamp:
Oct 27, 2018 9:21:44 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
186d678
Parents:
d00475d
Message:

Initial version of the 4.x SVS project file converter. Works for
non-disperse, non-magnetic sets

File:
1 edited

Legend:

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

    rd00475d rb1b71ad  
    464464        self._workspace.actionOpen_Project.triggered.connect(self.actionOpen_Project) 
    465465        self._workspace.actionOpen_Analysis.triggered.connect(self.actionOpen_Analysis) 
    466         self._workspace.actionSave.triggered.connect(self.actionSave) 
     466        self._workspace.actionSave.triggered.connect(self.actionSave_Project) 
    467467        self._workspace.actionSave_Analysis.triggered.connect(self.actionSave_Analysis) 
    468468        self._workspace.actionQuit.triggered.connect(self.actionQuit) 
     
    557557        pass 
    558558 
    559     def actionSave(self): 
     559    def actionSave_Project(self): 
    560560        """ 
    561561        Menu Save Project 
Note: See TracChangeset for help on using the changeset viewer.