- Timestamp:
- Sep 19, 2018 5:33:10 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:
- ccd2b87
- Parents:
- d7adf97
- Location:
- src/sas/qtgui/Perspectives
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py
re9359e0a r42d79fc 123 123 # Set up the model. 124 124 self.setup_model() 125 126 #Disable reporting results 127 self.parent._workspace.actionReport.setEnabled(False) 125 128 126 129 # Set up the mapper -
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
r10fee37 r42d79fc 78 78 79 79 self.updateWindowTitle() 80 81 #Enabling Results reporting 82 self.parent._workspace.actionReport.setEnabled(True) 83 80 84 81 85 def updateWindowTitle(self): -
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r9ce69ec r42d79fc 112 112 # Let's choose the Standard Item Model. 113 113 self.model = QtGui.QStandardItemModel(self) 114 115 #Disable reporting results 116 self.parent._workspace.actionReport.setEnabled(False) 114 117 115 118 # Connect buttons to slots. -
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
rd7adf97 r42d79fc 55 55 56 56 self._manager = parent 57 #Needed for Batch fitting 57 58 self._parent = parent 58 59 self.communicate = parent.communicator() … … 113 114 # Set up the Widget Map 114 115 self.setupMapper() 116 117 #Disable reporting results 118 self._parent._workspace.actionReport.setEnabled(False) 115 119 116 120 #Hidding calculate all buton
Note: See TracChangeset
for help on using the changeset viewer.