Changeset 68dc2873 in sasview for src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
- Timestamp:
- Sep 17, 2018 7:16:20 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:
- d7adf97
- Parents:
- 4fbf0db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r4fbf0db r68dc2873 113 113 # Set up the Widget Map 114 114 self.setupMapper() 115 116 #Hidding calculate all buton 117 self.calculateAllButton.setVisible(False) 115 118 # Set base window state 116 119 self.setupWindow() … … 123 126 124 127 def allowBatch(self): 125 return True128 return False 126 129 127 130 def setClosable(self, value=True):
Note: See TracChangeset
for help on using the changeset viewer.