Changeset 14ec91c5 in sasview for src/sas/qtgui/Perspectives/Fitting/MultiConstraint.py
- Timestamp:
- Feb 2, 2018 9:21:48 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:
- a90c9c5
- Parents:
- 5e66738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/MultiConstraint.py
r5e66738 r14ec91c5 43 43 self.cmdRevert.clicked.connect(self.revert) 44 44 self.txtConstraint.editingFinished.connect(self.validateFormula) 45 46 # Default focus is on OK 47 self.cmdOK.setFocus() 45 48 46 49 def revert(self):
Note: See TracChangeset
for help on using the changeset viewer.