source: sasview/src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.ui @ b2c8aef

Last change on this file since b2c8aef was b2c8aef, checked in by Adam Washington <adam.washington@…>, 7 years ago

Start calculating results from the model

  • Property mode set to 100644
File size: 8.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CorfuncDialog</class>
4 <widget class="QDialog" name="CorfuncDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>738</width>
10    <height>633</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <widget class="QWidget" name="verticalLayoutWidget_3">
17   <property name="geometry">
18    <rect>
19     <x>140</x>
20     <y>420</y>
21     <width>160</width>
22     <height>109</height>
23    </rect>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout">
26    <item alignment="Qt::AlignHCenter">
27     <widget class="QLabel" name="label_3">
28      <property name="text">
29       <string>Q Range</string>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <layout class="QFormLayout" name="formLayout">
35      <item row="0" column="0">
36       <widget class="QDoubleSpinBox" name="qMin">
37        <property name="toolTip">
38         <string>Values with q &lt; qmin will be used for Guinier back extrapolation</string>
39        </property>
40        <property name="decimals">
41         <number>4</number>
42        </property>
43        <property name="singleStep">
44         <double>0.001000000000000</double>
45        </property>
46       </widget>
47      </item>
48      <item row="0" column="1">
49       <widget class="QLabel" name="label">
50        <property name="text">
51         <string>Lower</string>
52        </property>
53       </widget>
54      </item>
55      <item row="1" column="0">
56       <widget class="QDoubleSpinBox" name="qMax1">
57        <property name="toolTip">
58         <string>Values with Uppder &lt; q &lt; Cutoff will be used for Porod forward extrapolation</string>
59        </property>
60        <property name="decimals">
61         <number>4</number>
62        </property>
63        <property name="singleStep">
64         <double>0.001000000000000</double>
65        </property>
66       </widget>
67      </item>
68      <item row="1" column="1">
69       <widget class="QLabel" name="label_2">
70        <property name="text">
71         <string>Upper</string>
72        </property>
73       </widget>
74      </item>
75      <item row="2" column="0">
76       <widget class="QDoubleSpinBox" name="qMax2">
77        <property name="toolTip">
78         <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>
85        </property>
86       </widget>
87      </item>
88      <item row="2" column="1">
89       <widget class="QLabel" name="label_4">
90        <property name="text">
91         <string>Cutoff</string>
92        </property>
93       </widget>
94      </item>
95     </layout>
96    </item>
97   </layout>
98  </widget>
99  <widget class="QWidget" name="verticalLayoutWidget_2">
100   <property name="geometry">
101    <rect>
102     <x>120</x>
103     <y>130</y>
104     <width>160</width>
105     <height>80</height>
106    </rect>
107   </property>
108   <layout class="QVBoxLayout" name="verticalLayout_2">
109    <item alignment="Qt::AlignHCenter">
110     <widget class="QLabel" name="label_5">
111      <property name="text">
112       <string>Transform Type</string>
113      </property>
114     </widget>
115    </item>
116    <item>
117     <widget class="QRadioButton" name="fourierBtn">
118      <property name="text">
119       <string>Fourier</string>
120      </property>
121     </widget>
122    </item>
123    <item>
124     <widget class="QRadioButton" name="hilbertBtn">
125      <property name="text">
126       <string>Hilbert</string>
127      </property>
128     </widget>
129    </item>
130   </layout>
131  </widget>
132  <widget class="QWidget" name="horizontalLayoutWidget">
133   <property name="geometry">
134    <rect>
135     <x>350</x>
136     <y>350</y>
137     <width>334</width>
138     <height>81</height>
139    </rect>
140   </property>
141   <layout class="QHBoxLayout" name="horizontalLayout_2">
142    <item>
143     <layout class="QVBoxLayout" name="verticalLayout_3">
144      <item alignment="Qt::AlignHCenter">
145       <widget class="QLabel" name="label_8">
146        <property name="text">
147         <string>Guinier</string>
148        </property>
149       </widget>
150      </item>
151      <item>
152       <layout class="QFormLayout" name="formLayout_2">
153        <item row="0" column="0">
154         <widget class="QDoubleSpinBox" name="guinierA">
155          <property name="readOnly">
156           <bool>true</bool>
157          </property>
158         </widget>
159        </item>
160        <item row="0" column="1">
161         <widget class="QLabel" name="label_6">
162          <property name="text">
163           <string>A</string>
164          </property>
165         </widget>
166        </item>
167        <item row="1" column="0">
168         <widget class="QDoubleSpinBox" name="guinierB">
169          <property name="readOnly">
170           <bool>true</bool>
171          </property>
172         </widget>
173        </item>
174        <item row="1" column="1">
175         <widget class="QLabel" name="label_7">
176          <property name="text">
177           <string>B</string>
178          </property>
179         </widget>
180        </item>
181       </layout>
182      </item>
183     </layout>
184    </item>
185    <item>
186     <layout class="QVBoxLayout" name="verticalLayout_4">
187      <item alignment="Qt::AlignHCenter">
188       <widget class="QLabel" name="label_9">
189        <property name="text">
190         <string>Porod</string>
191        </property>
192       </widget>
193      </item>
194      <item>
195       <layout class="QFormLayout" name="formLayout_3">
196        <item row="0" column="0">
197         <widget class="QDoubleSpinBox" name="porodK">
198          <property name="readOnly">
199           <bool>true</bool>
200          </property>
201         </widget>
202        </item>
203        <item row="0" column="1">
204         <widget class="QLabel" name="label_10">
205          <property name="text">
206           <string>K</string>
207          </property>
208         </widget>
209        </item>
210        <item row="1" column="0">
211         <widget class="QDoubleSpinBox" name="porodSigma">
212          <property name="readOnly">
213           <bool>true</bool>
214          </property>
215         </widget>
216        </item>
217        <item row="1" column="1">
218         <widget class="QLabel" name="label_11">
219          <property name="text">
220           <string> σ </string>
221          </property>
222         </widget>
223        </item>
224       </layout>
225      </item>
226     </layout>
227    </item>
228    <item>
229     <layout class="QVBoxLayout" name="verticalLayout_5">
230      <item alignment="Qt::AlignHCenter">
231       <widget class="QLabel" name="label_12">
232        <property name="text">
233         <string>Background</string>
234        </property>
235       </widget>
236      </item>
237      <item>
238       <widget class="QDoubleSpinBox" name="bg">
239        <property name="readOnly">
240         <bool>true</bool>
241        </property>
242        <property name="decimals">
243         <number>4</number>
244        </property>
245       </widget>
246      </item>
247      <item>
248       <widget class="QPushButton" name="calculateBgBtn">
249        <property name="text">
250         <string>Calculate Background</string>
251        </property>
252       </widget>
253      </item>
254     </layout>
255    </item>
256   </layout>
257  </widget>
258  <widget class="QWidget" name="verticalLayoutWidget_7">
259   <property name="geometry">
260    <rect>
261     <x>390</x>
262     <y>480</y>
263     <width>321</width>
264     <height>80</height>
265    </rect>
266   </property>
267   <layout class="QVBoxLayout" name="verticalLayout_6">
268    <item alignment="Qt::AlignHCenter">
269     <widget class="QLabel" name="label_13">
270      <property name="text">
271       <string>Controls</string>
272      </property>
273     </widget>
274    </item>
275    <item>
276     <layout class="QHBoxLayout" name="horizontalLayout">
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>
292       <widget class="QPushButton" name="extractBtn">
293        <property name="text">
294         <string>Extract</string>
295        </property>
296       </widget>
297      </item>
298     </layout>
299    </item>
300   </layout>
301  </widget>
302 </widget>
303 <resources/>
304 <connections/>
305</ui>
Note: See TracBrowser for help on using the repository browser.