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

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

Start adding Corfunc Panel

  • Property mode set to 100644
File size: 7.6 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       </widget>
41      </item>
42      <item row="0" column="1">
43       <widget class="QLabel" name="label">
44        <property name="text">
45         <string>Lower</string>
46        </property>
47       </widget>
48      </item>
49      <item row="1" column="0">
50       <widget class="QDoubleSpinBox" name="qMax1">
51        <property name="toolTip">
52         <string>Values with Uppder &lt; q &lt; Cutoff will be used for Porod forward extrapolation</string>
53        </property>
54       </widget>
55      </item>
56      <item row="1" column="1">
57       <widget class="QLabel" name="label_2">
58        <property name="text">
59         <string>Upper</string>
60        </property>
61       </widget>
62      </item>
63      <item row="2" column="0">
64       <widget class="QDoubleSpinBox" name="qMax2">
65        <property name="toolTip">
66         <string>Values with Uppder &lt; q &lt; Cutoff will be used for Porod forward extrapolation</string>
67        </property>
68       </widget>
69      </item>
70      <item row="2" column="1">
71       <widget class="QLabel" name="label_4">
72        <property name="text">
73         <string>Cutoff</string>
74        </property>
75       </widget>
76      </item>
77     </layout>
78    </item>
79   </layout>
80  </widget>
81  <widget class="QWidget" name="verticalLayoutWidget_2">
82   <property name="geometry">
83    <rect>
84     <x>410</x>
85     <y>220</y>
86     <width>160</width>
87     <height>80</height>
88    </rect>
89   </property>
90   <layout class="QVBoxLayout" name="verticalLayout_2">
91    <item alignment="Qt::AlignHCenter">
92     <widget class="QLabel" name="label_5">
93      <property name="text">
94       <string>Transform Type</string>
95      </property>
96     </widget>
97    </item>
98    <item>
99     <widget class="QRadioButton" name="fourierBtn">
100      <property name="text">
101       <string>Fourier</string>
102      </property>
103     </widget>
104    </item>
105    <item>
106     <widget class="QRadioButton" name="hilbertBtn">
107      <property name="text">
108       <string>Hilbert</string>
109      </property>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <widget class="QWidget" name="horizontalLayoutWidget">
115   <property name="geometry">
116    <rect>
117     <x>350</x>
118     <y>350</y>
119     <width>334</width>
120     <height>81</height>
121    </rect>
122   </property>
123   <layout class="QHBoxLayout" name="horizontalLayout_2">
124    <item>
125     <layout class="QVBoxLayout" name="verticalLayout_3">
126      <item alignment="Qt::AlignHCenter">
127       <widget class="QLabel" name="label_8">
128        <property name="text">
129         <string>Guinier</string>
130        </property>
131       </widget>
132      </item>
133      <item>
134       <layout class="QFormLayout" name="formLayout_2">
135        <item row="0" column="0">
136         <widget class="QDoubleSpinBox" name="guinierA">
137          <property name="readOnly">
138           <bool>true</bool>
139          </property>
140         </widget>
141        </item>
142        <item row="0" column="1">
143         <widget class="QLabel" name="label_6">
144          <property name="text">
145           <string>A</string>
146          </property>
147         </widget>
148        </item>
149        <item row="1" column="0">
150         <widget class="QDoubleSpinBox" name="guinierB">
151          <property name="readOnly">
152           <bool>true</bool>
153          </property>
154         </widget>
155        </item>
156        <item row="1" column="1">
157         <widget class="QLabel" name="label_7">
158          <property name="text">
159           <string>B</string>
160          </property>
161         </widget>
162        </item>
163       </layout>
164      </item>
165     </layout>
166    </item>
167    <item>
168     <layout class="QVBoxLayout" name="verticalLayout_4">
169      <item alignment="Qt::AlignHCenter">
170       <widget class="QLabel" name="label_9">
171        <property name="text">
172         <string>Porod</string>
173        </property>
174       </widget>
175      </item>
176      <item>
177       <layout class="QFormLayout" name="formLayout_3">
178        <item row="0" column="0">
179         <widget class="QDoubleSpinBox" name="porodK">
180          <property name="readOnly">
181           <bool>true</bool>
182          </property>
183         </widget>
184        </item>
185        <item row="0" column="1">
186         <widget class="QLabel" name="label_10">
187          <property name="text">
188           <string>K</string>
189          </property>
190         </widget>
191        </item>
192        <item row="1" column="0">
193         <widget class="QDoubleSpinBox" name="porodSigma">
194          <property name="readOnly">
195           <bool>true</bool>
196          </property>
197         </widget>
198        </item>
199        <item row="1" column="1">
200         <widget class="QLabel" name="label_11">
201          <property name="text">
202           <string> σ </string>
203          </property>
204         </widget>
205        </item>
206       </layout>
207      </item>
208     </layout>
209    </item>
210    <item>
211     <layout class="QVBoxLayout" name="verticalLayout_5">
212      <item alignment="Qt::AlignHCenter">
213       <widget class="QLabel" name="label_12">
214        <property name="text">
215         <string>Background</string>
216        </property>
217       </widget>
218      </item>
219      <item>
220       <widget class="QDoubleSpinBox" name="bg">
221        <property name="readOnly">
222         <bool>true</bool>
223        </property>
224       </widget>
225      </item>
226      <item>
227       <widget class="QPushButton" name="calculateBackground">
228        <property name="text">
229         <string>Calculate Background</string>
230        </property>
231       </widget>
232      </item>
233     </layout>
234    </item>
235   </layout>
236  </widget>
237  <widget class="QWidget" name="verticalLayoutWidget_7">
238   <property name="geometry">
239    <rect>
240     <x>390</x>
241     <y>480</y>
242     <width>321</width>
243     <height>80</height>
244    </rect>
245   </property>
246   <layout class="QVBoxLayout" name="verticalLayout_6">
247    <item alignment="Qt::AlignHCenter">
248     <widget class="QLabel" name="label_13">
249      <property name="text">
250       <string>Controls</string>
251      </property>
252     </widget>
253    </item>
254    <item>
255     <layout class="QHBoxLayout" name="horizontalLayout">
256      <item>
257       <widget class="QPushButton" name="extractBtn">
258        <property name="text">
259         <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        </property>
275       </widget>
276      </item>
277     </layout>
278    </item>
279   </layout>
280  </widget>
281 </widget>
282 <resources/>
283 <connections/>
284</ui>
Note: See TracBrowser for help on using the repository browser.