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

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 fc4fec8 was fc4fec8, checked in by celinedurniak <celine.durniak@…>, 7 years ago

Implemented corrections from review of Resolution Calculator Panel

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