Changeset e4c475b7 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Mar 5, 2018 1:39:00 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Minor fixes

Location:
src/sas/qtgui/Perspectives/Fitting
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py

    r91ad45c re4c475b7  
    177177            no_params_msg = "Fitting can not be performed.\n" +\ 
    178178                            "Not all tabs chosen for fitting have parameters selected for fitting." 
    179             QtWidgets.QMessageBox.question(self, 
     179            QtWidgets.QMessageBox.warning(self, 
    180180                                           'Warning', 
    181181                                            no_params_msg, 
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r91ad45c re4c475b7  
    11741174            msg = "Fitting did not converge!" 
    11751175            self.communicate.statusBarUpdateSignal.emit(msg) 
     1176            msg += res.mesg 
    11761177            logging.error(msg) 
    11771178            return 
  • src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui

    r7fd20fc re4c475b7  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>448</width> 
    10     <height>526</height> 
     9    <width>568</width> 
     10    <height>605</height> 
    1111   </rect> 
    1212  </property> 
     
    452452       <property name="minimumSize"> 
    453453        <size> 
    454          <width>75</width> 
    455          <height>23</height> 
     454         <width>93</width> 
     455         <height>28</height> 
    456456        </size> 
    457457       </property> 
     
    471471       <property name="minimumSize"> 
    472472        <size> 
    473          <width>75</width> 
    474          <height>23</height> 
     473         <width>93</width> 
     474         <height>28</height> 
    475475        </size> 
    476476       </property> 
     
    490490       <property name="minimumSize"> 
    491491        <size> 
    492          <width>75</width> 
    493          <height>23</height> 
     492         <width>93</width> 
     493         <height>28</height> 
    494494        </size> 
    495495       </property> 
Note: See TracChangeset for help on using the changeset viewer.