Changeset e43fc91 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
- Timestamp:
- Aug 25, 2017 8:37:30 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:
- 4d1eff2
- Parents:
- b2a5042
- git-author:
- Piotr Rozyczko <rozyczko@…> (08/25/17 08:31:37)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (08/25/17 08:37:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
r689222c re43fc91 159 159 model.setHeaderData(5, QtCore.Qt.Horizontal, QtCore.QVariant("Nsigs")) 160 160 model.setHeaderData(6, QtCore.Qt.Horizontal, QtCore.QVariant("Function")) 161 model.setHeaderData(7, QtCore.Qt.Horizontal, QtCore.QVariant("Filename")) 161 162 162 163 def addErrorPolyHeadersToModel(model): … … 172 173 model.setHeaderData(6, QtCore.Qt.Horizontal, QtCore.QVariant("Nsigs")) 173 174 model.setHeaderData(7, QtCore.Qt.Horizontal, QtCore.QVariant("Function")) 175 model.setHeaderData(8, QtCore.Qt.Horizontal, QtCore.QVariant("Filename")) 174 176 175 177 def addShellsToModel(parameters, model, index):
Note: See TracChangeset
for help on using the changeset viewer.