Changeset ee18d33 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Aug 9, 2017 9:52:07 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 38eb433
- Parents:
- 985ad94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
rb0c5e8c ree18d33 539 539 self.mapper.toFirst() 540 540 541 def setData(self, data_item ):541 def setData(self, data_item, is_batch=False): 542 542 """ 543 543 Obtain a QStandardItem object and dissect it to get Data1D/2D
Note: See TracChangeset
for help on using the changeset viewer.