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

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 7d353af was 7d353af, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Minor sizing corrections to the widgets SASVIEW-250

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