Ignore:
Timestamp:
Dec 7, 2017 2:13:42 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:
8353d90
Parents:
50bfab0
Message:

Fixed model update after invariant calculations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.ui

    rd1955d67 r9387fe3  
    142142                <widget class="QLineEdit" name="txtTotalQMin"> 
    143143                 <property name="enabled"> 
    144                   <bool>false</bool> 
     144                  <bool>true</bool> 
    145145                 </property> 
    146146                </widget> 
     
    156156                <widget class="QLineEdit" name="txtTotalQMax"> 
    157157                 <property name="enabled"> 
    158                   <bool>false</bool> 
     158                  <bool>true</bool> 
    159159                 </property> 
    160160                </widget> 
     
    192192           <widget class="QLineEdit" name="txtVolFract"> 
    193193            <property name="enabled"> 
    194              <bool>false</bool> 
     194             <bool>true</bool> 
    195195            </property> 
    196196            <property name="autoFillBackground"> 
     
    221221           <widget class="QLineEdit" name="txtVolFractErr"> 
    222222            <property name="enabled"> 
    223              <bool>false</bool> 
     223             <bool>true</bool> 
    224224            </property> 
    225225            <property name="frame"> 
     
    244244           <widget class="QLineEdit" name="txtSpecSurf"> 
    245245            <property name="enabled"> 
    246              <bool>false</bool> 
     246             <bool>true</bool> 
    247247            </property> 
    248248            <property name="frame"> 
     
    267267           <widget class="QLineEdit" name="txtSpecSurfErr"> 
    268268            <property name="enabled"> 
    269              <bool>false</bool> 
     269             <bool>true</bool> 
    270270            </property> 
    271271            <property name="frame"> 
     
    305305           <widget class="QLineEdit" name="txtInvariantTot"> 
    306306            <property name="enabled"> 
    307              <bool>false</bool> 
     307             <bool>true</bool> 
    308308            </property> 
    309309            <property name="toolTip"> 
     
    331331           <widget class="QLineEdit" name="txtInvariantTotErr"> 
    332332            <property name="enabled"> 
    333              <bool>false</bool> 
     333             <bool>true</bool> 
    334334            </property> 
    335335            <property name="frame"> 
     
    467467             <widget class="QLineEdit" name="txtExtrapolQMin"> 
    468468              <property name="enabled"> 
    469                <bool>false</bool> 
     469               <bool>true</bool> 
    470470              </property> 
    471471              <property name="toolTip"> 
    472472               <string>The minimum extrapolated q value.</string> 
     473              </property> 
     474              <property name="readOnly"> 
     475               <bool>true</bool> 
    473476              </property> 
    474477             </widget> 
     
    484487             <widget class="QLineEdit" name="txtExtrapolQMax"> 
    485488              <property name="enabled"> 
    486                <bool>false</bool> 
     489               <bool>true</bool> 
     490              </property> 
     491              <property name="readOnly"> 
     492               <bool>true</bool> 
    487493              </property> 
    488494             </widget> 
Note: See TracChangeset for help on using the changeset viewer.