source: sasview/src/sas/qtgui/Calculators/UI/ResolutionCalculatorPanelUI.ui @ 01cda57

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 01cda57 was 01cda57, checked in by celinedurniak <celine.durniak@…>, 7 years ago

Added new GUI for Q resolution estimator

  • Property mode set to 100644
File size: 28.3 KB
RevLine 
[01cda57]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ResolutionCalculatorPanel</class>
4 <widget class="QDialog" name="ResolutionCalculatorPanel">
5  <property name="enabled">
6   <bool>true</bool>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>1310</width>
13    <height>667</height>
14   </rect>
15  </property>
16  <property name="minimumSize">
17   <size>
18    <width>1310</width>
19    <height>667</height>
20   </size>
21  </property>
22  <property name="maximumSize">
23   <size>
24    <width>1310</width>
25    <height>667</height>
26   </size>
27  </property>
28  <property name="windowTitle">
29   <string>Q Resolution Estimator</string>
30  </property>
31  <layout class="QGridLayout" name="gridLayout_8">
32   <item row="0" column="0">
33    <widget class="QGroupBox" name="groupBox">
34     <property name="title">
35      <string>Instrumental Parameters</string>
36     </property>
37     <layout class="QGridLayout" name="gridLayout_7">
38      <item row="0" column="0">
39       <layout class="QGridLayout" name="gridLayout_5">
40        <item row="8" column="3">
41         <widget class="QLineEdit" name="txtDetectorSize">
42          <property name="minimumSize">
43           <size>
44            <width>100</width>
45            <height>20</height>
46           </size>
47          </property>
48          <property name="baseSize">
49           <size>
50            <width>100</width>
51            <height>20</height>
52           </size>
53          </property>
54          <property name="toolTip">
55           <string>Number of Pixels on Detector.</string>
56          </property>
57          <property name="text">
58           <string>128, 128</string>
59          </property>
60         </widget>
61        </item>
62        <item row="4" column="3">
63         <widget class="QLineEdit" name="txtSampleApertureSize">
64          <property name="sizePolicy">
65           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
66            <horstretch>0</horstretch>
67            <verstretch>0</verstretch>
68           </sizepolicy>
69          </property>
70          <property name="minimumSize">
71           <size>
72            <width>100</width>
73            <height>23</height>
74           </size>
75          </property>
76          <property name="baseSize">
77           <size>
78            <width>100</width>
79            <height>20</height>
80           </size>
81          </property>
82          <property name="focusPolicy">
83           <enum>Qt::StrongFocus</enum>
84          </property>
85          <property name="toolTip">
86           <string>Sample Aperture Size.</string>
87          </property>
88          <property name="text">
89           <string>1.27</string>
90          </property>
91         </widget>
92        </item>
93        <item row="0" column="2">
94         <widget class="QComboBox" name="cbWaveColor">
95          <item>
96           <property name="text">
97            <string>Monochromatic</string>
98           </property>
99          </item>
100          <item>
101           <property name="text">
102            <string>TOF</string>
103           </property>
104          </item>
105         </widget>
106        </item>
107        <item row="0" column="0">
108         <widget class="QLabel" name="label_26">
109          <property name="text">
110           <string>Source:</string>
111          </property>
112         </widget>
113        </item>
114        <item row="1" column="3">
115         <widget class="QLineEdit" name="txtWavelength">
116          <property name="minimumSize">
117           <size>
118            <width>100</width>
119            <height>20</height>
120           </size>
121          </property>
122          <property name="baseSize">
123           <size>
124            <width>100</width>
125            <height>20</height>
126           </size>
127          </property>
128          <property name="focusPolicy">
129           <enum>Qt::StrongFocus</enum>
130          </property>
131          <property name="toolTip">
132           <string>Wavelength of the Neutrons.</string>
133          </property>
134          <property name="text">
135           <string>6.0</string>
136          </property>
137          <property name="echoMode">
138           <enum>QLineEdit::Normal</enum>
139          </property>
140         </widget>
141        </item>
142        <item row="3" column="3">
143         <widget class="QLineEdit" name="txtSourceApertureSize">
144          <property name="sizePolicy">
145           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
146            <horstretch>0</horstretch>
147            <verstretch>0</verstretch>
148           </sizepolicy>
149          </property>
150          <property name="minimumSize">
151           <size>
152            <width>100</width>
153            <height>20</height>
154           </size>
155          </property>
156          <property name="baseSize">
157           <size>
158            <width>100</width>
159            <height>20</height>
160           </size>
161          </property>
162          <property name="focusPolicy">
163           <enum>Qt::StrongFocus</enum>
164          </property>
165          <property name="toolTip">
166           <string>Source Aperture Size.</string>
167          </property>
168          <property name="text">
169           <string>3.81</string>
170          </property>
171         </widget>
172        </item>
173        <item row="7" column="0">
174         <widget class="QLabel" name="label_33">
175          <property name="text">
176           <string>Sample Offset:</string>
177          </property>
178         </widget>
179        </item>
180        <item row="4" column="0" colspan="2">
181         <widget class="QLabel" name="label_30">
182          <property name="text">
183           <string>Sample Aperture Size:</string>
184          </property>
185         </widget>
186        </item>
187        <item row="6" column="3">
188         <widget class="QLineEdit" name="txtSample2DetectorDistance">
189          <property name="minimumSize">
190           <size>
191            <width>100</width>
192            <height>20</height>
193           </size>
194          </property>
195          <property name="baseSize">
196           <size>
197            <width>100</width>
198            <height>20</height>
199           </size>
200          </property>
201          <property name="toolTip">
202           <string>Sample Aperture to Detector Distance.</string>
203          </property>
204          <property name="text">
205           <string>1000</string>
206          </property>
207         </widget>
208        </item>
209        <item row="1" column="0">
210         <widget class="QLabel" name="label_27">
211          <property name="text">
212           <string>Wavelength:</string>
213          </property>
214         </widget>
215        </item>
216        <item row="3" column="0" colspan="2">
217         <widget class="QLabel" name="label_29">
218          <property name="text">
219           <string>Source Aperture Size:</string>
220          </property>
221         </widget>
222        </item>
223        <item row="7" column="3">
224         <widget class="QLineEdit" name="txtSampleOffset">
225          <property name="minimumSize">
226           <size>
227            <width>100</width>
228            <height>20</height>
229           </size>
230          </property>
231          <property name="baseSize">
232           <size>
233            <width>100</width>
234            <height>20</height>
235           </size>
236          </property>
237          <property name="toolTip">
238           <string>Sample Offset.</string>
239          </property>
240          <property name="text">
241           <string>0</string>
242          </property>
243         </widget>
244        </item>
245        <item row="9" column="3">
246         <widget class="QLineEdit" name="txtDetectorPixSize">
247          <property name="minimumSize">
248           <size>
249            <width>100</width>
250            <height>20</height>
251           </size>
252          </property>
253          <property name="baseSize">
254           <size>
255            <width>100</width>
256            <height>20</height>
257           </size>
258          </property>
259          <property name="toolTip">
260           <string>Detector Pixel Size.</string>
261          </property>
262          <property name="text">
263           <string>0.5, 0.5</string>
264          </property>
265         </widget>
266        </item>
267        <item row="9" column="0" colspan="2">
268         <widget class="QLabel" name="label_35">
269          <property name="text">
270           <string>Detector Pixel Size:</string>
271          </property>
272         </widget>
273        </item>
274        <item row="5" column="3">
275         <widget class="QLineEdit" name="txtSource2SampleDistance">
276          <property name="sizePolicy">
277           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
278            <horstretch>0</horstretch>
279            <verstretch>0</verstretch>
280           </sizepolicy>
281          </property>
282          <property name="minimumSize">
283           <size>
284            <width>100</width>
285            <height>20</height>
286           </size>
287          </property>
288          <property name="baseSize">
289           <size>
290            <width>100</width>
291            <height>20</height>
292           </size>
293          </property>
294          <property name="focusPolicy">
295           <enum>Qt::StrongFocus</enum>
296          </property>
297          <property name="toolTip">
298           <string>Source to Sample Aperture Distance.</string>
299          </property>
300          <property name="text">
301           <string>1627</string>
302          </property>
303         </widget>
304        </item>
305        <item row="8" column="0" colspan="2">
306         <widget class="QLabel" name="label_34">
307          <property name="text">
308           <string>Number of Pixels on Detector:</string>
309          </property>
310         </widget>
311        </item>
312        <item row="2" column="0" colspan="2">
313         <widget class="QLabel" name="label_28">
314          <property name="text">
315           <string>Wavelength Spread:</string>
316          </property>
317         </widget>
318        </item>
319        <item row="0" column="1">
320         <widget class="QComboBox" name="cbSource">
321          <property name="toolTip">
322           <string>Source Selection: Affect on the gravitational contribution.</string>
323          </property>
324          <property name="currentIndex">
325           <number>2</number>
326          </property>
327          <item>
328           <property name="text">
329            <string>Alpha</string>
330           </property>
331          </item>
332          <item>
333           <property name="text">
334            <string>Deutron</string>
335           </property>
336          </item>
337          <item>
338           <property name="text">
339            <string>Neutron</string>
340           </property>
341          </item>
342          <item>
343           <property name="text">
344            <string>Photon</string>
345           </property>
346          </item>
347          <item>
348           <property name="text">
349            <string>Proton</string>
350           </property>
351          </item>
352          <item>
353           <property name="text">
354            <string>Triton</string>
355           </property>
356          </item>
357         </widget>
358        </item>
359        <item row="5" column="0" colspan="3">
360         <widget class="QLabel" name="label_31">
361          <property name="text">
362           <string>Source to Sample Aperture Distance:</string>
363          </property>
364         </widget>
365        </item>
366        <item row="2" column="3">
367         <widget class="QLineEdit" name="txtWavelengthSpread">
368          <property name="minimumSize">
369           <size>
370            <width>100</width>
371            <height>20</height>
372           </size>
373          </property>
374          <property name="baseSize">
375           <size>
376            <width>100</width>
377            <height>20</height>
378           </size>
379          </property>
380          <property name="focusPolicy">
381           <enum>Qt::StrongFocus</enum>
382          </property>
383          <property name="toolTip">
384           <string>Wavelength Spread of Neutrons.</string>
385          </property>
386          <property name="text">
387           <string>0.125</string>
388          </property>
389         </widget>
390        </item>
391        <item row="6" column="0" colspan="3">
392         <widget class="QLabel" name="label_32">
393          <property name="text">
394           <string>Sample Aperture to Detector Distance:</string>
395          </property>
396         </widget>
397        </item>
398        <item row="0" column="4" rowspan="10">
399         <layout class="QGridLayout" name="gridLayout_6">
400          <item row="1" column="0">
401           <widget class="QLabel" name="lblUnitWavelength">
402            <property name="text">
403             <string>Å</string>
404            </property>
405           </widget>
406          </item>
407          <item row="2" column="0">
408           <widget class="QLabel" name="lblUnitWavelengthSpread">
409            <property name="text">
410             <string/>
411            </property>
412           </widget>
413          </item>
414          <item row="3" column="0">
415           <widget class="QLabel" name="label_39">
416            <property name="text">
417             <string>cm</string>
418            </property>
419           </widget>
420          </item>
421          <item row="4" column="0">
422           <widget class="QLabel" name="label_40">
423            <property name="text">
424             <string>cm</string>
425            </property>
426           </widget>
427          </item>
428          <item row="5" column="0">
429           <widget class="QLabel" name="label_41">
430            <property name="text">
431             <string>cm</string>
432            </property>
433           </widget>
434          </item>
435          <item row="6" column="0">
436           <widget class="QLabel" name="label_42">
437            <property name="text">
438             <string>cm</string>
439            </property>
440           </widget>
441          </item>
442          <item row="7" column="0">
443           <widget class="QLabel" name="label_43">
444            <property name="text">
445             <string>cm</string>
446            </property>
447           </widget>
448          </item>
449          <item row="8" column="0">
450           <widget class="QLabel" name="label_44">
451            <property name="text">
452             <string/>
453            </property>
454           </widget>
455          </item>
456          <item row="9" column="0">
457           <widget class="QLabel" name="label_45">
458            <property name="text">
459             <string>cm</string>
460            </property>
461           </widget>
462          </item>
463          <item row="0" column="0">
464           <widget class="QLabel" name="label_36">
465            <property name="text">
466             <string/>
467            </property>
468           </widget>
469          </item>
470         </layout>
471        </item>
472        <item row="1" column="2">
473         <widget class="QComboBox" name="cbCustomSpectrum">
474          <property name="toolTip">
475           <string>Wavelength Spectrum: Intensity vs. wavelength.</string>
476          </property>
477          <item>
478           <property name="text">
479            <string>Flat</string>
480           </property>
481          </item>
482          <item>
483           <property name="text">
484            <string>Add New</string>
485           </property>
486          </item>
487         </widget>
488        </item>
489        <item row="1" column="1">
490         <widget class="QLabel" name="lblSpectrum">
491          <property name="minimumSize">
492           <size>
493            <width>80</width>
494            <height>20</height>
495           </size>
496          </property>
497          <property name="baseSize">
498           <size>
499            <width>80</width>
500            <height>20</height>
501           </size>
502          </property>
503          <property name="text">
504           <string>Spectrum</string>
505          </property>
506         </widget>
507        </item>
508       </layout>
509      </item>
510     </layout>
511    </widget>
512   </item>
513   <item row="0" column="1" rowspan="7">
514    <widget class="Line" name="line_4">
515     <property name="orientation">
516      <enum>Qt::Vertical</enum>
517     </property>
518    </widget>
519   </item>
520   <item row="0" column="2" rowspan="3">
521    <widget class="QGraphicsView" name="graphicsView">
522     <property name="sizePolicy">
523      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
524       <horstretch>0</horstretch>
525       <verstretch>0</verstretch>
526      </sizepolicy>
527     </property>
528    </widget>
529   </item>
530   <item row="1" column="0">
531    <widget class="Line" name="line">
532     <property name="orientation">
533      <enum>Qt::Horizontal</enum>
534     </property>
535    </widget>
536   </item>
537   <item row="2" column="0">
538    <widget class="QGroupBox" name="groupBox_2">
539     <property name="title">
540      <string>Q Location of the Estimation</string>
541     </property>
542     <layout class="QGridLayout" name="gridLayout_9">
543      <item row="0" column="0">
544       <layout class="QGridLayout" name="gridLayout">
545        <item row="0" column="0">
546         <widget class="QLabel" name="label_21">
547          <property name="text">
548           <string>Qx:</string>
549          </property>
550         </widget>
551        </item>
552        <item row="0" column="1">
553         <widget class="QLineEdit" name="txtQx">
554          <property name="minimumSize">
555           <size>
556            <width>100</width>
557            <height>21</height>
558           </size>
559          </property>
560          <property name="baseSize">
561           <size>
562            <width>100</width>
563            <height>21</height>
564           </size>
565          </property>
566          <property name="toolTip">
567           <string>Type the Qx value.</string>
568          </property>
569          <property name="text">
570           <string>0.0</string>
571          </property>
572         </widget>
573        </item>
574        <item row="0" column="2">
575         <widget class="QLabel" name="lblUnitQx">
576          <property name="text">
577           <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>
578          </property>
579         </widget>
580        </item>
581        <item row="1" column="0">
582         <widget class="QLabel" name="label_22">
583          <property name="text">
584           <string>Qy:</string>
585          </property>
586         </widget>
587        </item>
588        <item row="1" column="1">
589         <widget class="QLineEdit" name="txtQy">
590          <property name="minimumSize">
591           <size>
592            <width>100</width>
593            <height>21</height>
594           </size>
595          </property>
596          <property name="baseSize">
597           <size>
598            <width>100</width>
599            <height>21</height>
600           </size>
601          </property>
602          <property name="toolTip">
603           <string>Type the Qy value.</string>
604          </property>
605          <property name="text">
606           <string>0.0</string>
607          </property>
608         </widget>
609        </item>
610        <item row="1" column="2">
611         <widget class="QLabel" name="lblUnitQy">
612          <property name="text">
613           <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>
614          </property>
615         </widget>
616        </item>
617       </layout>
618      </item>
619     </layout>
620    </widget>
621   </item>
622   <item row="3" column="0">
623    <widget class="Line" name="line_2">
624     <property name="orientation">
625      <enum>Qt::Horizontal</enum>
626     </property>
627    </widget>
628   </item>
629   <item row="4" column="0">
630    <widget class="QGroupBox" name="groupBox_3">
631     <property name="title">
632      <string>Standard Deviation of the Resolution Distribtion</string>
633     </property>
634     <layout class="QGridLayout" name="gridLayout_4">
635      <item row="0" column="0">
636       <layout class="QGridLayout" name="gridLayout_2">
637        <item row="0" column="0">
638         <widget class="QLabel" name="label">
639          <property name="text">
640           <string>Sigma_x:</string>
641          </property>
642         </widget>
643        </item>
644        <item row="0" column="1">
645         <widget class="QLineEdit" name="txtSigma_x">
646          <property name="enabled">
647           <bool>true</bool>
648          </property>
649          <property name="minimumSize">
650           <size>
651            <width>100</width>
652            <height>21</height>
653           </size>
654          </property>
655          <property name="baseSize">
656           <size>
657            <width>100</width>
658            <height>21</height>
659           </size>
660          </property>
661          <property name="toolTip">
662           <string>The x component of the geometric resolution, excluding sigma_lamda.</string>
663          </property>
664          <property name="text">
665           <string>0.0008288</string>
666          </property>
667          <property name="readOnly">
668           <bool>true</bool>
669          </property>
670         </widget>
671        </item>
672        <item row="0" column="2">
673         <widget class="QLabel" name="lblUnitSigmax">
674          <property name="text">
675           <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>
676          </property>
677         </widget>
678        </item>
679        <item row="0" column="3">
680         <spacer name="horizontalSpacer">
681          <property name="orientation">
682           <enum>Qt::Horizontal</enum>
683          </property>
684          <property name="sizeHint" stdset="0">
685           <size>
686            <width>78</width>
687            <height>20</height>
688           </size>
689          </property>
690         </spacer>
691        </item>
692        <item row="0" column="4">
693         <widget class="QLabel" name="label_5">
694          <property name="text">
695           <string>Sigma_y:</string>
696          </property>
697         </widget>
698        </item>
699        <item row="0" column="5">
700         <widget class="QLineEdit" name="txtSigma_y">
701          <property name="enabled">
702           <bool>true</bool>
703          </property>
704          <property name="minimumSize">
705           <size>
706            <width>100</width>
707            <height>21</height>
708           </size>
709          </property>
710          <property name="baseSize">
711           <size>
712            <width>100</width>
713            <height>21</height>
714           </size>
715          </property>
716          <property name="toolTip">
717           <string>The y component of the geometric resolution, excluding sigma_lamda.</string>
718          </property>
719          <property name="text">
720           <string>0.0008288</string>
721          </property>
722          <property name="readOnly">
723           <bool>true</bool>
724          </property>
725         </widget>
726        </item>
727        <item row="0" column="6">
728         <widget class="QLabel" name="lblUnitSigmay">
729          <property name="text">
730           <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>
731          </property>
732         </widget>
733        </item>
734        <item row="1" column="0">
735         <widget class="QLabel" name="label_2">
736          <property name="text">
737           <string>Sigma_lamd:</string>
738          </property>
739         </widget>
740        </item>
741        <item row="1" column="2">
742         <widget class="QLabel" name="lblUnitSigmalamd">
743          <property name="text">
744           <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>
745          </property>
746         </widget>
747        </item>
748        <item row="1" column="4">
749         <widget class="QLabel" name="label_6">
750          <property name="text">
751           <string>(1D) Sigma:</string>
752          </property>
753         </widget>
754        </item>
755        <item row="1" column="5">
756         <widget class="QLineEdit" name="txt1DSigma">
757          <property name="enabled">
758           <bool>true</bool>
759          </property>
760          <property name="minimumSize">
761           <size>
762            <width>100</width>
763            <height>21</height>
764           </size>
765          </property>
766          <property name="baseSize">
767           <size>
768            <width>100</width>
769            <height>21</height>
770           </size>
771          </property>
772          <property name="toolTip">
773           <string>Resolution in 1-dimension (for 1D data).</string>
774          </property>
775          <property name="text">
776           <string>0.0008289</string>
777          </property>
778          <property name="readOnly">
779           <bool>true</bool>
780          </property>
781         </widget>
782        </item>
783        <item row="1" column="6">
784         <widget class="QLabel" name="lblUnit1DSigma">
785          <property name="text">
786           <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>
787          </property>
788         </widget>
789        </item>
790        <item row="1" column="1">
791         <widget class="QLineEdit" name="txtSigma_lamd">
792          <property name="enabled">
793           <bool>true</bool>
794          </property>
795          <property name="minimumSize">
796           <size>
797            <width>100</width>
798            <height>21</height>
799           </size>
800          </property>
801          <property name="baseSize">
802           <size>
803            <width>100</width>
804            <height>21</height>
805           </size>
806          </property>
807          <property name="toolTip">
808           <string>The wavelength contribution in the radial direction. Note: The phi component is always zero.</string>
809          </property>
810          <property name="text">
811           <string>3.168e-05</string>
812          </property>
813          <property name="readOnly">
814           <bool>true</bool>
815          </property>
816         </widget>
817        </item>
818       </layout>
819      </item>
820     </layout>
821    </widget>
822   </item>
823   <item row="5" column="0">
824    <widget class="Line" name="line_3">
825     <property name="orientation">
826      <enum>Qt::Horizontal</enum>
827     </property>
828    </widget>
829   </item>
830   <item row="6" column="0">
831    <layout class="QGridLayout" name="gridLayout_3">
832     <item row="0" column="0">
833      <widget class="QPushButton" name="cmdReset">
834       <property name="toolTip">
835        <string>Reset to default SAS instrumental parameter</string>
836       </property>
837       <property name="text">
838        <string>Reset</string>
839       </property>
840       <property name="autoDefault">
841        <bool>false</bool>
842       </property>
843      </widget>
844     </item>
845     <item row="0" column="1">
846      <widget class="QPushButton" name="cmdCompute">
847       <property name="toolTip">
848        <string>Compute the resolution of Q from SAS instrumental parameter</string>
849       </property>
850       <property name="text">
851        <string>Compute</string>
852       </property>
853       <property name="autoDefault">
854        <bool>false</bool>
855       </property>
856      </widget>
857     </item>
858     <item row="0" column="2">
859      <widget class="QPushButton" name="cmdClose">
860       <property name="toolTip">
861        <string>Close this window</string>
862       </property>
863       <property name="text">
864        <string>Close</string>
865       </property>
866       <property name="autoDefault">
867        <bool>false</bool>
868       </property>
869      </widget>
870     </item>
871     <item row="0" column="3">
872      <widget class="QPushButton" name="cmdHelp">
873       <property name="toolTip">
874        <string>Help on using the Resolution Calculator</string>
875       </property>
876       <property name="text">
877        <string>Help</string>
878       </property>
879       <property name="autoDefault">
880        <bool>false</bool>
881       </property>
882      </widget>
883     </item>
884    </layout>
885   </item>
886   <item row="5" column="2">
887    <spacer name="horizontalSpacer_2">
888     <property name="orientation">
889      <enum>Qt::Horizontal</enum>
890     </property>
891     <property name="sizeHint" stdset="0">
892      <size>
893       <width>40</width>
894       <height>20</height>
895      </size>
896     </property>
897    </spacer>
898   </item>
899  </layout>
900  <zorder>groupBox</zorder>
901  <zorder>groupBox_2</zorder>
902  <zorder>line</zorder>
903  <zorder>line_2</zorder>
904  <zorder>groupBox_3</zorder>
905  <zorder>line_3</zorder>
906  <zorder>graphicsView</zorder>
907  <zorder>line_4</zorder>
908  <zorder>horizontalSpacer_2</zorder>
909 </widget>
910 <tabstops>
911  <tabstop>cbSource</tabstop>
912  <tabstop>cbWaveColor</tabstop>
913  <tabstop>cbCustomSpectrum</tabstop>
914  <tabstop>txtWavelength</tabstop>
915  <tabstop>txtWavelengthSpread</tabstop>
916  <tabstop>txtSourceApertureSize</tabstop>
917  <tabstop>txtSampleApertureSize</tabstop>
918  <tabstop>txtSource2SampleDistance</tabstop>
919  <tabstop>txtSample2DetectorDistance</tabstop>
920  <tabstop>txtSampleOffset</tabstop>
921  <tabstop>txtDetectorSize</tabstop>
922  <tabstop>txtDetectorPixSize</tabstop>
923  <tabstop>txtQx</tabstop>
924  <tabstop>txtQy</tabstop>
925  <tabstop>cmdCompute</tabstop>
926  <tabstop>cmdClose</tabstop>
927  <tabstop>cmdHelp</tabstop>
928  <tabstop>cmdReset</tabstop>
929  <tabstop>txtSigma_x</tabstop>
930  <tabstop>txtSigma_lamd</tabstop>
931  <tabstop>txtSigma_y</tabstop>
932  <tabstop>txt1DSigma</tabstop>
933  <tabstop>graphicsView</tabstop>
934 </tabstops>
935 <resources/>
936 <connections/>
937</ui>
Note: See TracBrowser for help on using the repository browser.