Changeset e4c475b7 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Mar 5, 2018 1:39:00 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:
- 3b3b40b, fca1f50
- Parents:
- 91ad45c
- Location:
- src/sas/qtgui/Perspectives/Fitting
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py
r91ad45c re4c475b7 177 177 no_params_msg = "Fitting can not be performed.\n" +\ 178 178 "Not all tabs chosen for fitting have parameters selected for fitting." 179 QtWidgets.QMessageBox. question(self,179 QtWidgets.QMessageBox.warning(self, 180 180 'Warning', 181 181 no_params_msg, -
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r91ad45c re4c475b7 1174 1174 msg = "Fitting did not converge!" 1175 1175 self.communicate.statusBarUpdateSignal.emit(msg) 1176 msg += res.mesg 1176 1177 logging.error(msg) 1177 1178 return -
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
r7fd20fc re4c475b7 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 448</width>10 <height> 526</height>9 <width>568</width> 10 <height>605</height> 11 11 </rect> 12 12 </property> … … 452 452 <property name="minimumSize"> 453 453 <size> 454 <width> 75</width>455 <height>2 3</height>454 <width>93</width> 455 <height>28</height> 456 456 </size> 457 457 </property> … … 471 471 <property name="minimumSize"> 472 472 <size> 473 <width> 75</width>474 <height>2 3</height>473 <width>93</width> 474 <height>28</height> 475 475 </size> 476 476 </property> … … 490 490 <property name="minimumSize"> 491 491 <size> 492 <width> 75</width>493 <height>2 3</height>492 <width>93</width> 493 <height>28</height> 494 494 </size> 495 495 </property>
Note: See TracChangeset
for help on using the changeset viewer.