Ignore:
Timestamp:
May 30, 2017 4:14:29 AM (7 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:
358b39d
Parents:
c416a17
Message:

Towards polydispersity support SASVIEW-593

File:
1 edited

Legend:

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

    r180bd54 rc1e380e  
    3131        </item> 
    3232        <item row="0" column="1"> 
    33          <widget class="QLineEdit" name="txtMinRange"/> 
     33         <widget class="QLineEdit" name="txtMinRange"> 
     34          <property name="toolTip"> 
     35           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum value of Q.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     36          </property> 
     37         </widget> 
    3438        </item> 
    3539        <item row="0" column="2"> 
     
    4953        </item> 
    5054        <item row="1" column="1"> 
    51          <widget class="QLineEdit" name="txtMaxRange"/> 
     55         <widget class="QLineEdit" name="txtMaxRange"> 
     56          <property name="toolTip"> 
     57           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum value of Q.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     58          </property> 
     59         </widget> 
    5260        </item> 
    5361        <item row="1" column="2"> 
     
    7684      <item row="0" column="2"> 
    7785       <widget class="QPushButton" name="cmdReset"> 
     86        <property name="toolTip"> 
     87         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reset the Q range to the default.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     88        </property> 
    7889        <property name="text"> 
    7990         <string>Reset</string> 
     
    107118        </item> 
    108119        <item row="0" column="1"> 
    109          <widget class="QLineEdit" name="txtNpts"/> 
     120         <widget class="QLineEdit" name="txtNpts"> 
     121          <property name="toolTip"> 
     122           <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> 
     123          </property> 
     124         </widget> 
    110125        </item> 
    111126        <item row="0" column="2"> 
    112127         <widget class="QCheckBox" name="chkLogData"> 
     128          <property name="toolTip"> 
     129           <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> 
     130          </property> 
    113131          <property name="text"> 
    114132           <string>Log spaced points</string> 
     
    125143        <item row="1" column="1"> 
    126144         <widget class="QLineEdit" name="txtNptsFit"> 
     145          <property name="toolTip"> 
     146           <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> 
     147          </property> 
    127148          <property name="readOnly"> 
    128149           <bool>true</bool> 
Note: See TracChangeset for help on using the changeset viewer.