Ignore:
Timestamp:
Mar 1, 2018 8:02:28 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:
e4c475b7
Parents:
fde5bcd
Message:

Chain fitting for constraint batch fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UI/ConstraintWidgetUI.ui

    rbe8f4b0 r91ad45c  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>340</width> 
    10     <height>441</height> 
     9    <width>428</width> 
     10    <height>457</height> 
    1111   </rect> 
    1212  </property> 
     
    1414   <string>Constrained and Simultaneous Fit</string> 
    1515  </property> 
    16   <layout class="QGridLayout" name="gridLayout_3"> 
     16  <layout class="QGridLayout" name="gridLayout"> 
    1717   <item row="0" column="0"> 
    1818    <widget class="QGroupBox" name="groupBox"> 
     
    2020      <string>Source choice for simultaneous fitting</string> 
    2121     </property> 
    22      <layout class="QGridLayout" name="gridLayout"> 
    23       <item row="0" column="0"> 
     22     <layout class="QVBoxLayout" name="verticalLayout"> 
     23      <item> 
    2424       <layout class="QHBoxLayout" name="horizontalLayout_2"> 
    2525        <item> 
     
    4141        </item> 
    4242        <item> 
     43         <widget class="QCheckBox" name="chkChain"> 
     44          <property name="text"> 
     45           <string>Chained fit</string> 
     46          </property> 
     47         </widget> 
     48        </item> 
     49        <item> 
    4350         <spacer name="horizontalSpacer"> 
    4451          <property name="orientation"> 
     
    4754          <property name="sizeHint" stdset="0"> 
    4855           <size> 
    49             <width>198</width> 
    50             <height>20</height> 
     56            <width>18</width> 
     57            <height>17</height> 
    5158           </size> 
    5259          </property> 
     
    5562       </layout> 
    5663      </item> 
    57       <item row="1" column="0"> 
     64      <item> 
    5865       <widget class="QTableWidget" name="tblTabList"> 
    5966        <property name="sizePolicy"> 
Note: See TracChangeset for help on using the changeset viewer.