Changeset 42d79fc in sasview for src/sas/qtgui/Perspectives/Invariant
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note: See TracChangeset
for help on using the changeset viewer.