Ignore:
Timestamp:
Mar 26, 2019 10:52:56 AM (5 years ago)
Author:
GitHub <noreply@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
9f3db13
Parents:
60e20d8 (diff), 82efbe9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (03/26/19 10:52:56)
git-committer:
GitHub <noreply@…> (03/26/19 10:52:56)
Message:

Merge pull request #216 from rprospero/Sasview-1142

Sasview-1142 - SLD Calculator issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/UI/SldPanel.ui

    r5c0e717 r82efbe9  
    182182       <widget class="QLineEdit" name="editNeutronSldReal"> 
    183183        <property name="enabled"> 
    184          <bool>false</bool> 
     184         <bool>true</bool> 
    185185        </property> 
    186186        <property name="readOnly"> 
     
    206206       <widget class="QLineEdit" name="editNeutronIncXs"> 
    207207        <property name="enabled"> 
    208          <bool>false</bool> 
     208         <bool>true</bool> 
    209209        </property> 
    210210        <property name="readOnly"> 
     
    237237       <widget class="QLineEdit" name="editNeutronSldImag"> 
    238238        <property name="enabled"> 
    239          <bool>false</bool> 
     239         <bool>true</bool> 
    240240        </property> 
    241241        <property name="readOnly"> 
     
    254254       <widget class="QLineEdit" name="editNeutronLength"> 
    255255        <property name="enabled"> 
    256          <bool>false</bool> 
     256         <bool>true</bool> 
    257257        </property> 
    258258        <property name="readOnly"> 
     
    271271       <widget class="QLineEdit" name="editNeutronAbsXs"> 
    272272        <property name="enabled"> 
    273          <bool>false</bool> 
     273         <bool>true</bool> 
    274274        </property> 
    275275        <property name="readOnly"> 
     
    340340       <widget class="QLineEdit" name="editXraySldReal"> 
    341341        <property name="enabled"> 
    342          <bool>false</bool> 
     342         <bool>true</bool> 
    343343        </property> 
    344344        <property name="readOnly"> 
     
    350350       <widget class="QLineEdit" name="editXraySldImag"> 
    351351        <property name="enabled"> 
    352          <bool>false</bool> 
     352         <bool>true</bool> 
    353353        </property> 
    354354        <property name="readOnly"> 
Note: See TracChangeset for help on using the changeset viewer.