Ignore:
Timestamp:
Oct 24, 2017 7:54:06 AM (7 years ago)
Author:
Adam Washington <adam.washington@…>
Children:
7b536da
Parents:
59183b7
git-author:
Adam Washington <adam.washington@…> (10/24/17 07:48:52)
git-committer:
Adam Washington <adam.washington@…> (10/24/17 07:54:06)
Message:

Start calculating results from the model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.ui

    r6d96bf9 rb2c8aef  
    3838         <string>Values with q &lt; qmin will be used for Guinier back extrapolation</string> 
    3939        </property> 
     40        <property name="decimals"> 
     41         <number>4</number> 
     42        </property> 
     43        <property name="singleStep"> 
     44         <double>0.001000000000000</double> 
     45        </property> 
    4046       </widget> 
    4147      </item> 
     
    5258         <string>Values with Uppder &lt; q &lt; Cutoff will be used for Porod forward extrapolation</string> 
    5359        </property> 
     60        <property name="decimals"> 
     61         <number>4</number> 
     62        </property> 
     63        <property name="singleStep"> 
     64         <double>0.001000000000000</double> 
     65        </property> 
    5466       </widget> 
    5567      </item> 
     
    6577        <property name="toolTip"> 
    6678         <string>Values with Uppder &lt; q &lt; Cutoff will be used for Porod forward extrapolation</string> 
     79        </property> 
     80        <property name="decimals"> 
     81         <number>4</number> 
     82        </property> 
     83        <property name="singleStep"> 
     84         <double>0.001000000000000</double> 
    6785        </property> 
    6886       </widget> 
     
    82100   <property name="geometry"> 
    83101    <rect> 
    84      <x>410</x> 
    85      <y>220</y> 
     102     <x>120</x> 
     103     <y>130</y> 
    86104     <width>160</width> 
    87105     <height>80</height> 
     
    222240         <bool>true</bool> 
    223241        </property> 
    224        </widget> 
    225       </item> 
    226       <item> 
    227        <widget class="QPushButton" name="calculateBackground"> 
     242        <property name="decimals"> 
     243         <number>4</number> 
     244        </property> 
     245       </widget> 
     246      </item> 
     247      <item> 
     248       <widget class="QPushButton" name="calculateBgBtn"> 
    228249        <property name="text"> 
    229250         <string>Calculate Background</string> 
     
    255276     <layout class="QHBoxLayout" name="horizontalLayout"> 
    256277      <item> 
     278       <widget class="QPushButton" name="extrapolateBtn"> 
     279        <property name="text"> 
     280         <string>Extrapolate</string> 
     281        </property> 
     282       </widget> 
     283      </item> 
     284      <item> 
     285       <widget class="QPushButton" name="transformBtn"> 
     286        <property name="text"> 
     287         <string>Transform</string> 
     288        </property> 
     289       </widget> 
     290      </item> 
     291      <item> 
    257292       <widget class="QPushButton" name="extractBtn"> 
    258293        <property name="text"> 
    259294         <string>Extract</string> 
    260         </property> 
    261        </widget> 
    262       </item> 
    263       <item> 
    264        <widget class="QPushButton" name="transformBtn"> 
    265         <property name="text"> 
    266          <string>Transform</string> 
    267         </property> 
    268        </widget> 
    269       </item> 
    270       <item> 
    271        <widget class="QPushButton" name="extrapolateBtn"> 
    272         <property name="text"> 
    273          <string>Extrapolate</string> 
    274295        </property> 
    275296       </widget> 
Note: See TracChangeset for help on using the changeset viewer.