Changeset ad6b4e2 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- May 12, 2017 6:18:48 AM (8 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:
- 6011788
- Parents:
- d60da0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rd60da0c rad6b4e2 33 33 from sas.qtgui.Perspectives.Fitting.OptionsWidget import OptionsWidget 34 34 from sas.qtgui.Perspectives.Fitting.FitPage import FitPage 35 from sas.qtgui.Perspectives.Fitting.ViewDelegate import ModelViewDelegate 35 36 36 37 TAB_MAGNETISM = 4 … … 126 127 self.readCategoryInfo() 127 128 self.model_parameters = None 129 130 # Delegates for custom editing and display 131 self.lstParams.setItemDelegate(ModelViewDelegate(self)) 132 128 133 self.lstParams.setAlternatingRowColors(True) 129 134 stylesheet = """
Note: See TracChangeset
for help on using the changeset viewer.