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

ESS_GUI
Last change on this file was 85503bc, checked in by awashington, 5 years ago

Fix vertical space on Corfunc panel

  • Property mode set to 100755
File size: 13.9 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>461</width>
10    <height>568</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_8">
17   <item row="0" column="0">
18    <layout class="QVBoxLayout" name="mainVerticalLayout">
19     <item>
20      <widget class="QGroupBox" name="groupBox">
21       <property name="title">
22        <string>I(q) data source</string>
23       </property>
24       <layout class="QGridLayout" name="gridLayout_6">
25        <item row="0" column="0">
26         <layout class="QHBoxLayout" name="horizontalLayout_4">
27          <item>
28           <widget class="QLabel" name="lblName">
29            <property name="text">
30             <string>Name:</string>
31            </property>
32           </widget>
33          </item>
34          <item>
35           <widget class="QLineEdit" name="txtFilename">
36            <property name="enabled">
37             <bool>false</bool>
38            </property>
39            <property name="frame">
40             <bool>false</bool>
41            </property>
42            <property name="readOnly">
43             <bool>false</bool>
44            </property>
45           </widget>
46          </item>
47         </layout>
48        </item>
49        <item row="1" column="0">
50         <widget class="QGroupBox" name="groupBox_2">
51          <property name="title">
52           <string>Lower Q range</string>
53          </property>
54          <layout class="QGridLayout" name="gridLayout">
55           <item row="0" column="0">
56            <layout class="QHBoxLayout" name="horizontalLayout">
57             <item>
58              <widget class="QLabel" name="lblTotalQMin">
59               <property name="text">
60                <string>Min:</string>
61               </property>
62              </widget>
63             </item>
64             <item>
65              <widget class="QLineEdit" name="txtLowerQMin">
66               <property name="enabled">
67                <bool>true</bool>
68               </property>
69              </widget>
70             </item>
71             <item>
72              <widget class="QLabel" name="lblTotalQMax">
73               <property name="text">
74                <string>Max:</string>
75               </property>
76              </widget>
77             </item>
78             <item>
79              <widget class="QLineEdit" name="txtLowerQMax">
80               <property name="enabled">
81                <bool>true</bool>
82               </property>
83              </widget>
84             </item>
85             <item>
86              <widget class="QLabel" name="lblTotalQUnits">
87               <property name="text">
88                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Å&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
89               </property>
90              </widget>
91             </item>
92            </layout>
93           </item>
94          </layout>
95         </widget>
96        </item>
97        <item row="2" column="0">
98         <widget class="QGroupBox" name="groupBox_6">
99          <property name="title">
100           <string>Upper Q range</string>
101          </property>
102          <layout class="QGridLayout" name="gridLayout_5">
103           <item row="0" column="0">
104            <layout class="QHBoxLayout" name="horizontalLayout_3">
105             <item>
106              <widget class="QLabel" name="lblTotalQMin_2">
107               <property name="text">
108                <string>Min:</string>
109               </property>
110              </widget>
111             </item>
112             <item>
113              <widget class="QLineEdit" name="txtUpperQMin">
114               <property name="enabled">
115                <bool>true</bool>
116               </property>
117              </widget>
118             </item>
119             <item>
120              <widget class="QLabel" name="lblTotalQMax_2">
121               <property name="text">
122                <string>Max:</string>
123               </property>
124              </widget>
125             </item>
126             <item>
127              <widget class="QLineEdit" name="txtUpperQMax">
128               <property name="enabled">
129                <bool>true</bool>
130               </property>
131              </widget>
132             </item>
133             <item>
134              <widget class="QLabel" name="lblTotalQUnits_2">
135               <property name="text">
136                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Å&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
137               </property>
138              </widget>
139             </item>
140            </layout>
141           </item>
142          </layout>
143         </widget>
144        </item>
145       </layout>
146      </widget>
147     </item>
148     <item>
149      <widget class="QGroupBox" name="groupBox_4">
150       <property name="title">
151        <string>Extrapolation parameters</string>
152       </property>
153       <layout class="QGridLayout" name="gridLayout_4">
154        <item row="0" column="0">
155         <layout class="QFormLayout" name="formLayout_2">
156          <item row="0" column="0">
157           <widget class="QLabel" name="label_8">
158            <property name="text">
159             <string>Guinier</string>
160            </property>
161            <property name="alignment">
162             <set>Qt::AlignJustify|Qt::AlignVCenter</set>
163            </property>
164           </widget>
165          </item>
166          <item row="1" column="0">
167           <layout class="QHBoxLayout" name="horizontalLayout_7">
168            <item>
169             <widget class="QLabel" name="label_6">
170              <property name="text">
171               <string>A</string>
172              </property>
173             </widget>
174            </item>
175            <item>
176             <widget class="QLineEdit" name="txtGuinierA">
177              <property name="readOnly">
178               <bool>true</bool>
179              </property>
180             </widget>
181            </item>
182           </layout>
183          </item>
184          <item row="2" column="0">
185           <layout class="QHBoxLayout" name="horizontalLayout_2">
186            <item>
187             <widget class="QLabel" name="label_7">
188              <property name="text">
189               <string>B</string>
190              </property>
191             </widget>
192            </item>
193            <item>
194             <widget class="QLineEdit" name="txtGuinierB">
195              <property name="readOnly">
196               <bool>true</bool>
197              </property>
198             </widget>
199            </item>
200           </layout>
201          </item>
202         </layout>
203        </item>
204        <item row="0" column="1">
205         <layout class="QVBoxLayout" name="verticalLayout">
206          <item>
207           <widget class="QLabel" name="label_9">
208            <property name="text">
209             <string>Porod</string>
210            </property>
211           </widget>
212          </item>
213          <item>
214           <layout class="QFormLayout" name="formLayout">
215            <item row="0" column="0">
216             <widget class="QLabel" name="label_10">
217              <property name="text">
218               <string>K</string>
219              </property>
220             </widget>
221            </item>
222            <item row="0" column="1">
223             <widget class="QLineEdit" name="txtPorodK">
224              <property name="readOnly">
225               <bool>true</bool>
226              </property>
227             </widget>
228            </item>
229            <item row="1" column="0">
230             <widget class="QLabel" name="label_11">
231              <property name="text">
232               <string> σ </string>
233              </property>
234             </widget>
235            </item>
236            <item row="1" column="1">
237             <widget class="QLineEdit" name="txtPorodSigma">
238              <property name="readOnly">
239               <bool>true</bool>
240              </property>
241             </widget>
242            </item>
243           </layout>
244          </item>
245         </layout>
246        </item>
247       </layout>
248      </widget>
249     </item>
250     <item>
251      <widget class="QGroupBox" name="groupBox_5">
252       <property name="title">
253        <string>Background</string>
254       </property>
255       <layout class="QGridLayout" name="gridLayout_7">
256        <item row="0" column="0">
257         <layout class="QHBoxLayout" name="horizontalLayout_6">
258          <item>
259           <widget class="QPushButton" name="cmdCalculateBg">
260            <property name="text">
261             <string>Calculate</string>
262            </property>
263           </widget>
264          </item>
265          <item>
266           <widget class="QLabel" name="label">
267            <property name="text">
268             <string>background</string>
269            </property>
270           </widget>
271          </item>
272          <item>
273           <widget class="QLineEdit" name="txtBackground"/>
274          </item>
275          <item>
276           <spacer name="horizontalSpacer_2">
277            <property name="orientation">
278             <enum>Qt::Horizontal</enum>
279            </property>
280            <property name="sizeHint" stdset="0">
281             <size>
282              <width>40</width>
283              <height>20</height>
284             </size>
285            </property>
286           </spacer>
287          </item>
288         </layout>
289        </item>
290       </layout>
291      </widget>
292     </item>
293     <item>
294      <widget class="QGroupBox" name="groupBox_3">
295       <property name="title">
296        <string>Output parameters</string>
297       </property>
298       <layout class="QGridLayout" name="gridLayout_3">
299        <item row="0" column="0">
300         <layout class="QGridLayout" name="gridLayout_2">
301          <item row="0" column="0">
302           <widget class="QLabel" name="label_14">
303            <property name="text">
304             <string>Long Period</string>
305            </property>
306           </widget>
307          </item>
308          <item row="0" column="1">
309           <widget class="QLineEdit" name="txtLongPeriod" width="50">
310             <property name="minimumSize" stdset="0">
311               <size>
312                 <width>60</width>
313                 <height>20</height>
314               </size>
315             </property>
316           </widget>
317          </item>
318          <item row="0" column="2">
319           <widget class="QLabel" name="label_15">
320            <property name="text">
321             <string>Average Interface Thickness</string>
322            </property>
323           </widget>
324          </item>
325          <item row="0" column="3">
326           <widget class="QLineEdit" name="txtAvgIntThick">
327             <property name="minimumSize" stdset="0">
328               <size>
329                 <width>60</width>
330                 <height>20</height>
331               </size>
332             </property>
333           </widget>
334          </item>
335          <item row="1" column="0">
336           <widget class="QLabel" name="label_16">
337            <property name="text">
338             <string>Average Hard Block Thickness</string>
339            </property>
340           </widget>
341          </item>
342          <item row="1" column="1">
343           <widget class="QLineEdit" name="txtAvgHardBlock"/>
344          </item>
345          <item row="1" column="2">
346           <widget class="QLabel" name="label_17">
347            <property name="text">
348             <string>Average Core Thickness</string>
349            </property>
350           </widget>
351          </item>
352          <item row="1" column="3">
353           <widget class="QLineEdit" name="txtAvgCoreThick"/>
354          </item>
355          <item row="2" column="0">
356           <widget class="QLabel" name="label_18">
357            <property name="text">
358             <string>Polydispersity</string>
359            </property>
360           </widget>
361          </item>
362          <item row="2" column="1">
363           <widget class="QLineEdit" name="txtPolydisp"/>
364          </item>
365          <item row="2" column="2">
366           <widget class="QLabel" name="label_19">
367            <property name="text">
368             <string>Local Crystallinity</string>
369            </property>
370           </widget>
371          </item>
372          <item row="2" column="3">
373           <widget class="QLineEdit" name="txtLocalCrystal"/>
374          </item>
375         </layout>
376        </item>
377       </layout>
378      </widget>
379     </item>
380     <item>
381      <layout class="QHBoxLayout" name="horizontalLayout_5">
382       <item>
383        <widget class="QPushButton" name="cmdExtrapolate">
384         <property name="text">
385          <string>Extrapolate</string>
386         </property>
387        </widget>
388       </item>
389       <item>
390        <widget class="QPushButton" name="cmdTransform">
391         <property name="text">
392          <string>Transform</string>
393         </property>
394        </widget>
395       </item>
396       <item>
397        <spacer name="horizontalSpacer">
398         <property name="orientation">
399          <enum>Qt::Horizontal</enum>
400         </property>
401         <property name="sizeHint" stdset="0">
402          <size>
403           <width>40</width>
404           <height>20</height>
405          </size>
406         </property>
407        </spacer>
408       </item>
409       <item>
410        <widget class="QPushButton" name="cmdHelp">
411         <property name="text">
412          <string>Help</string>
413         </property>
414        </widget>
415       </item>
416      </layout>
417     </item>
418     <item>
419        <spacer name="verticalSpacer">
420        <property name="orientation">
421            <enum>Qt::Vertical</enum>
422        </property>
423        <property name="sizeHint" stdset="0">
424            <size>
425            <width>20</width>
426            <height>38</height>
427            </size>
428        </property>
429        </spacer>
430     </item>
431    </layout>
432   </item>
433   <item row="0" column="1">
434    <layout class="QVBoxLayout" name="plotLayout">
435    </layout>
436   </item>
437  </layout>
438 </widget>
439 <resources/>
440 <connections/>
441</ui>
Note: See TracBrowser for help on using the repository browser.