Changeset c1e380e in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- May 30, 2017 4:14:29 AM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/OptionsWidgetUI.ui
r180bd54 rc1e380e 31 31 </item> 32 32 <item row="0" column="1"> 33 <widget class="QLineEdit" name="txtMinRange"/> 33 <widget class="QLineEdit" name="txtMinRange"> 34 <property name="toolTip"> 35 <string><html><head/><body><p>Minimum value of Q.</p></body></html></string> 36 </property> 37 </widget> 34 38 </item> 35 39 <item row="0" column="2"> … … 49 53 </item> 50 54 <item row="1" column="1"> 51 <widget class="QLineEdit" name="txtMaxRange"/> 55 <widget class="QLineEdit" name="txtMaxRange"> 56 <property name="toolTip"> 57 <string><html><head/><body><p>Maximum value of Q.</p></body></html></string> 58 </property> 59 </widget> 52 60 </item> 53 61 <item row="1" column="2"> … … 76 84 <item row="0" column="2"> 77 85 <widget class="QPushButton" name="cmdReset"> 86 <property name="toolTip"> 87 <string><html><head/><body><p>Reset the Q range to the default.</p></body></html></string> 88 </property> 78 89 <property name="text"> 79 90 <string>Reset</string> … … 107 118 </item> 108 119 <item row="0" column="1"> 109 <widget class="QLineEdit" name="txtNpts"/> 120 <widget class="QLineEdit" name="txtNpts"> 121 <property name="toolTip"> 122 <string><html><head/><body><p>Total number of data points.</p></body></html></string> 123 </property> 124 </widget> 110 125 </item> 111 126 <item row="0" column="2"> 112 127 <widget class="QCheckBox" name="chkLogData"> 128 <property name="toolTip"> 129 <string><html><head/><body><p>Check to use log spaced points.</p></body></html></string> 130 </property> 113 131 <property name="text"> 114 132 <string>Log spaced points</string> … … 125 143 <item row="1" column="1"> 126 144 <widget class="QLineEdit" name="txtNptsFit"> 145 <property name="toolTip"> 146 <string><html><head/><body><p>Number of points selected for fitting.</p></body></html></string> 147 </property> 127 148 <property name="readOnly"> 128 149 <bool>true</bool>
Note: See TracChangeset
for help on using the changeset viewer.