Changeset b2c8aef in sasview for src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.ui
- Timestamp:
- Oct 24, 2017 7:54:06 AM (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.ui
r6d96bf9 rb2c8aef 38 38 <string>Values with q < qmin will be used for Guinier back extrapolation</string> 39 39 </property> 40 <property name="decimals"> 41 <number>4</number> 42 </property> 43 <property name="singleStep"> 44 <double>0.001000000000000</double> 45 </property> 40 46 </widget> 41 47 </item> … … 52 58 <string>Values with Uppder < q < Cutoff will be used for Porod forward extrapolation</string> 53 59 </property> 60 <property name="decimals"> 61 <number>4</number> 62 </property> 63 <property name="singleStep"> 64 <double>0.001000000000000</double> 65 </property> 54 66 </widget> 55 67 </item> … … 65 77 <property name="toolTip"> 66 78 <string>Values with Uppder < q < 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> 67 85 </property> 68 86 </widget> … … 82 100 <property name="geometry"> 83 101 <rect> 84 <x> 410</x>85 <y> 220</y>102 <x>120</x> 103 <y>130</y> 86 104 <width>160</width> 87 105 <height>80</height> … … 222 240 <bool>true</bool> 223 241 </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"> 228 249 <property name="text"> 229 250 <string>Calculate Background</string> … … 255 276 <layout class="QHBoxLayout" name="horizontalLayout"> 256 277 <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> 257 292 <widget class="QPushButton" name="extractBtn"> 258 293 <property name="text"> 259 294 <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>274 295 </property> 275 296 </widget>
Note: See TracChangeset
for help on using the changeset viewer.