Changeset dee9e5f in sasview for src/sas/qtgui/Perspectives/Invariant
- Timestamp:
- Sep 19, 2018 7:28:12 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:
- c1bc9de
- Parents:
- ccd2b87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r42d79fc rdee9e5f 112 112 # Let's choose the Standard Item Model. 113 113 self.model = QtGui.QStandardItemModel(self) 114 115 #Disable reporting results116 self.parent._workspace.actionReport.setEnabled(False)117 114 118 115 # Connect buttons to slots.
Note: See TracChangeset
for help on using the changeset viewer.