Ignore:
Timestamp:
Sep 17, 2018 9:16:20 AM (6 years ago)
Author:
wojciech
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:
d7adf97
Parents:
4fbf0db
Message:

Disabling batch fitting functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py

    r4fbf0db r68dc2873  
    113113        # Set up the Widget Map 
    114114        self.setupMapper() 
     115 
     116        #Hidding calculate all buton 
     117        self.calculateAllButton.setVisible(False) 
    115118        # Set base window state 
    116119        self.setupWindow() 
     
    123126 
    124127    def allowBatch(self): 
    125         return True 
     128        return False 
    126129 
    127130    def setClosable(self, value=True): 
Note: See TracChangeset for help on using the changeset viewer.