Changeset 3b3b40b in sasview for src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py
- Timestamp:
- Mar 21, 2018 4:17:04 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:
- 8b480d27
- Parents:
- e4c475b7
- git-author:
- Piotr Rozyczko <rozyczko@…> (02/08/18 04:19:04)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (03/21/18 04:17:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py
re4c475b7 r3b3b40b 111 111 112 112 # Disconnect all local slots 113 tab_object.disconnect()113 #tab_object.disconnect() 114 114 115 115 # Reconnect tab signals to local slots … … 178 178 "Not all tabs chosen for fitting have parameters selected for fitting." 179 179 QtWidgets.QMessageBox.warning(self, 180 181 182 180 'Warning', 181 no_params_msg, 182 QtWidgets.QMessageBox.Ok) 183 183 184 184 return … … 674 674 675 675 constraint.func = constraint_text 676 # param1 is the parameter we're constraining 676 677 constraint.param = param1 678 677 679 # Find the right tab 678 680 constrained_tab = self.getObjectByName(model1)
Note: See TracChangeset
for help on using the changeset viewer.