Changeset 38eb433 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Aug 14, 2017 4:33:18 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:
- 377ade1
- Parents:
- ee18d33
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
ree18d33 r38eb433 311 311 self.cbFileNames.addItem(filename) 312 312 self.cbFileNames.setVisible(True) 313 # This panel is not designed to view individual fits, so disable plotting 314 self.cmdPlot.setVisible(False) 313 315 # Similarly on other tabs 314 316 self.options_widget.setEnablementOnDataLoad()
Note: See TracChangeset
for help on using the changeset viewer.