Ignore:
Timestamp:
Mar 25, 2019 9:06:44 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
b38c8c8
Parents:
2e7be0d
Message:

Removed redundant Chi2/npts display. SASVIEW-1173
Made Q range display a bit nicer to read

File:
1 edited

Legend:

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

    r309fa1b r17e6a2b  
    122122      <item row="0" column="0"> 
    123123       <layout class="QGridLayout" name="gridLayout_15"> 
    124         <item row="0" column="0"> 
    125          <widget class="QLabel" name="label_21"> 
    126           <property name="text"> 
    127            <string>Npts</string> 
    128           </property> 
    129          </widget> 
    130         </item> 
    131         <item row="0" column="1"> 
    132          <widget class="QLineEdit" name="txtNpts"> 
    133           <property name="toolTip"> 
    134            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Total number of data points.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    135           </property> 
    136          </widget> 
    137         </item> 
    138         <item row="0" column="2"> 
    139          <widget class="QCheckBox" name="chkLogData"> 
    140           <property name="toolTip"> 
    141            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to use log spaced points.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    142           </property> 
    143           <property name="text"> 
    144            <string>Log spaced points</string> 
    145           </property> 
    146          </widget> 
    147         </item> 
    148         <item row="1" column="0"> 
    149          <widget class="QLabel" name="label_22"> 
    150           <property name="text"> 
    151            <string>Npts(Fit)</string> 
    152           </property> 
    153          </widget> 
    154         </item> 
    155         <item row="1" column="1"> 
    156          <widget class="QLineEdit" name="txtNptsFit"> 
    157           <property name="toolTip"> 
    158            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of points selected for fitting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    159           </property> 
    160           <property name="readOnly"> 
    161            <bool>true</bool> 
    162           </property> 
    163          </widget> 
    164         </item> 
    165         <item row="2" column="0"> 
    166          <widget class="QLabel" name="label_24"> 
    167           <property name="text"> 
    168            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;χ&lt;span style=&quot; vertical-align:super;&quot;&gt;2&lt;/span&gt;/Npts&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    169           </property> 
    170          </widget> 
    171         </item> 
    172         <item row="2" column="1"> 
    173          <widget class="QLineEdit" name="txtChi2"> 
    174           <property name="readOnly"> 
    175            <bool>true</bool> 
    176           </property> 
    177          </widget> 
    178         </item> 
    179         <item row="2" column="3"> 
    180          <widget class="QPushButton" name="cmdComputePoints"> 
    181           <property name="text"> 
    182            <string>Compute</string> 
    183           </property> 
    184          </widget> 
    185         </item> 
    186124        <item row="1" column="2"> 
    187125         <spacer name="horizontalSpacer_9"> 
     
    197135         </spacer> 
    198136        </item> 
     137        <item row="0" column="1"> 
     138         <widget class="QLineEdit" name="txtNpts"> 
     139          <property name="toolTip"> 
     140           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Total number of data points.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     141          </property> 
     142         </widget> 
     143        </item> 
     144        <item row="1" column="0"> 
     145         <widget class="QLabel" name="label_22"> 
     146          <property name="text"> 
     147           <string>Npts(Fit)</string> 
     148          </property> 
     149         </widget> 
     150        </item> 
     151        <item row="1" column="1"> 
     152         <widget class="QLineEdit" name="txtNptsFit"> 
     153          <property name="toolTip"> 
     154           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of points selected for fitting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     155          </property> 
     156          <property name="readOnly"> 
     157           <bool>true</bool> 
     158          </property> 
     159         </widget> 
     160        </item> 
     161        <item row="0" column="2"> 
     162         <widget class="QCheckBox" name="chkLogData"> 
     163          <property name="toolTip"> 
     164           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to use log spaced points.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     165          </property> 
     166          <property name="text"> 
     167           <string>Log spaced points</string> 
     168          </property> 
     169         </widget> 
     170        </item> 
     171        <item row="0" column="0"> 
     172         <widget class="QLabel" name="label_21"> 
     173          <property name="text"> 
     174           <string>Npts</string> 
     175          </property> 
     176         </widget> 
     177        </item> 
    199178       </layout> 
    200179      </item> 
Note: See TracChangeset for help on using the changeset viewer.