Changeset 976978b in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- May 16, 2018 7:03:21 AM (7 years ago)
- Branches:
- ESS_GUI, 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:
- 57be490
- Parents:
- 2e27cdb6
- git-author:
- Piotr Rozyczko <rozyczko@…> (05/16/18 07:01:00)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (05/16/18 07:03:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/OptionsWidget.py
rd6b8a1d r976978b 116 116 self.mapper.addMapping(self.txtNpts, MODEL.index('NPTS')) 117 117 self.mapper.addMapping(self.chkLogData, MODEL.index('LOG_SPACED')) 118 # FIXME DOESNT WORK WITH QT5 119 #self.mapper.toFirst()118 119 self.mapper.toFirst() 120 120 121 121 def toggleLogData(self, isChecked):
Note: See TracChangeset
for help on using the changeset viewer.