source: sasview/src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui @ 0580c77

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

Added a tab to Inversion so the widget looks a bit less intimidating

  • Property mode set to 100755
File size: 28.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrInversion</class>
4 <widget class="QDialog" name="PrInversion">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>473</width>
10    <height>540</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>0</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>16777215</width>
28    <height>16777215</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>P(r) Inversion</string>
33  </property>
34  <layout class="QGridLayout" name="gridLayout_10">
35   <item row="0" column="0">
36    <widget class="QTabWidget" name="PrTabWidget">
37     <property name="sizePolicy">
38      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
39       <horstretch>0</horstretch>
40       <verstretch>0</verstretch>
41      </sizepolicy>
42     </property>
43     <property name="minimumSize">
44      <size>
45       <width>0</width>
46       <height>0</height>
47      </size>
48     </property>
49     <property name="currentIndex">
50      <number>0</number>
51     </property>
52     <widget class="QWidget" name="tabMain">
53      <attribute name="title">
54       <string>P(r) Parameters</string>
55      </attribute>
56      <layout class="QGridLayout" name="gridLayout_7">
57       <item row="0" column="0" colspan="2">
58        <widget class="QGroupBox" name="dataSourceGroupBox">
59         <property name="title">
60          <string>I(q) data source</string>
61         </property>
62         <layout class="QGridLayout" name="gridLayout_2">
63          <item row="0" column="0">
64           <layout class="QHBoxLayout" name="horizontalLayout_2">
65            <item>
66             <widget class="QLabel" name="label">
67              <property name="text">
68               <string>Data File Name:</string>
69              </property>
70             </widget>
71            </item>
72            <item>
73             <widget class="QComboBox" name="dataList">
74              <property name="sizePolicy">
75               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
76                <horstretch>0</horstretch>
77                <verstretch>0</verstretch>
78               </sizepolicy>
79              </property>
80             </widget>
81            </item>
82            <item>
83             <widget class="QPushButton" name="removeButton">
84              <property name="enabled">
85               <bool>false</bool>
86              </property>
87              <property name="sizePolicy">
88               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
89                <horstretch>0</horstretch>
90                <verstretch>0</verstretch>
91               </sizepolicy>
92              </property>
93              <property name="text">
94               <string>Remove</string>
95              </property>
96             </widget>
97            </item>
98           </layout>
99          </item>
100         </layout>
101        </widget>
102       </item>
103       <item row="1" column="0" colspan="2">
104        <layout class="QGridLayout" name="gridLayout_6">
105         <item row="0" column="0">
106          <widget class="QGroupBox" name="paramGroupBox">
107           <property name="sizePolicy">
108            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
109             <horstretch>0</horstretch>
110             <verstretch>0</verstretch>
111            </sizepolicy>
112           </property>
113           <property name="toolTip">
114            <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
115&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
116p, li { white-space: pre-wrap; }
117&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
118&lt;pre style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&gt;&lt;span style=&quot; font-family:'Courier New'; font-size:9pt; color:#000000;&quot;&gt;P(r) is found by fitting a set of base functions to I(Q). The minimization involves a regularization term to ensure a smooth P(r). The regularization constant gives the size of that term. The suggested value is the value above which the output P(r) will have only one peak.&lt;/span&gt;&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</string>
119           </property>
120           <property name="title">
121            <string>Parameters</string>
122           </property>
123           <layout class="QGridLayout" name="gridLayout">
124            <item row="0" column="0">
125             <widget class="QLabel" name="label_12">
126              <property name="sizePolicy">
127               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
128                <horstretch>0</horstretch>
129                <verstretch>0</verstretch>
130               </sizepolicy>
131              </property>
132              <property name="text">
133               <string>Number of terms</string>
134              </property>
135             </widget>
136            </item>
137            <item row="0" column="1">
138             <widget class="QLineEdit" name="noOfTermsInput">
139              <property name="sizePolicy">
140               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
141                <horstretch>0</horstretch>
142                <verstretch>0</verstretch>
143               </sizepolicy>
144              </property>
145              <property name="minimumSize">
146               <size>
147                <width>40</width>
148                <height>0</height>
149               </size>
150              </property>
151             </widget>
152            </item>
153            <item row="0" column="2">
154             <widget class="QPushButton" name="noOfTermsSuggestionButton">
155              <property name="enabled">
156               <bool>false</bool>
157              </property>
158              <property name="text">
159               <string/>
160              </property>
161             </widget>
162            </item>
163            <item row="1" column="0">
164             <widget class="QLabel" name="label_13">
165              <property name="sizePolicy">
166               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
167                <horstretch>0</horstretch>
168                <verstretch>0</verstretch>
169               </sizepolicy>
170              </property>
171              <property name="minimumSize">
172               <size>
173                <width>80</width>
174                <height>0</height>
175               </size>
176              </property>
177              <property name="text">
178               <string>Reg. constant</string>
179              </property>
180             </widget>
181            </item>
182            <item row="1" column="1">
183             <widget class="QLineEdit" name="regularizationConstantInput">
184              <property name="sizePolicy">
185               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
186                <horstretch>0</horstretch>
187                <verstretch>0</verstretch>
188               </sizepolicy>
189              </property>
190              <property name="minimumSize">
191               <size>
192                <width>40</width>
193                <height>0</height>
194               </size>
195              </property>
196             </widget>
197            </item>
198            <item row="1" column="2">
199             <widget class="QPushButton" name="regConstantSuggestionButton">
200              <property name="enabled">
201               <bool>false</bool>
202              </property>
203              <property name="text">
204               <string/>
205              </property>
206             </widget>
207            </item>
208            <item row="2" column="0">
209             <widget class="QLabel" name="label_14">
210              <property name="sizePolicy">
211               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
212                <horstretch>0</horstretch>
213                <verstretch>0</verstretch>
214               </sizepolicy>
215              </property>
216              <property name="text">
217               <string>Max distance [Å]</string>
218              </property>
219             </widget>
220            </item>
221            <item row="2" column="1">
222             <widget class="QLineEdit" name="maxDistanceInput">
223              <property name="sizePolicy">
224               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
225                <horstretch>0</horstretch>
226                <verstretch>0</verstretch>
227               </sizepolicy>
228              </property>
229              <property name="minimumSize">
230               <size>
231                <width>40</width>
232                <height>0</height>
233               </size>
234              </property>
235             </widget>
236            </item>
237            <item row="2" column="2">
238             <widget class="QPushButton" name="explorerButton">
239              <property name="sizePolicy">
240               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
241                <horstretch>0</horstretch>
242                <verstretch>0</verstretch>
243               </sizepolicy>
244              </property>
245              <property name="minimumSize">
246               <size>
247                <width>50</width>
248                <height>0</height>
249               </size>
250              </property>
251              <property name="toolTip">
252               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Open the D&lt;span style=&quot; vertical-align:sub;&quot;&gt;max&lt;/span&gt; explorer window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
253              </property>
254              <property name="layoutDirection">
255               <enum>Qt::LeftToRight</enum>
256              </property>
257              <property name="text">
258               <string>Explore</string>
259              </property>
260             </widget>
261            </item>
262           </layout>
263           <zorder>noOfTermsInput</zorder>
264           <zorder>noOfTermsSuggestionButton</zorder>
265           <zorder>regularizationConstantInput</zorder>
266           <zorder>regConstantSuggestionButton</zorder>
267           <zorder>maxDistanceInput</zorder>
268           <zorder>explorerButton</zorder>
269           <zorder>label_13</zorder>
270           <zorder>label_12</zorder>
271           <zorder>label_14</zorder>
272          </widget>
273         </item>
274        </layout>
275       </item>
276       <item row="2" column="0">
277        <widget class="QGroupBox" name="outputsGroupBox">
278         <property name="title">
279          <string>Outputs</string>
280         </property>
281         <layout class="QGridLayout" name="gridLayout_4">
282          <item row="1" column="1">
283           <widget class="QLineEdit" name="rgValue">
284            <property name="enabled">
285             <bool>true</bool>
286            </property>
287            <property name="sizePolicy">
288             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
289              <horstretch>0</horstretch>
290              <verstretch>0</verstretch>
291             </sizepolicy>
292            </property>
293            <property name="readOnly">
294             <bool>true</bool>
295            </property>
296           </widget>
297          </item>
298          <item row="5" column="1">
299           <widget class="QLineEdit" name="chiDofValue">
300            <property name="enabled">
301             <bool>true</bool>
302            </property>
303            <property name="sizePolicy">
304             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
305              <horstretch>0</horstretch>
306              <verstretch>0</verstretch>
307             </sizepolicy>
308            </property>
309            <property name="readOnly">
310             <bool>true</bool>
311            </property>
312           </widget>
313          </item>
314          <item row="3" column="1">
315           <widget class="QLineEdit" name="backgroundValue">
316            <property name="enabled">
317             <bool>true</bool>
318            </property>
319            <property name="sizePolicy">
320             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
321              <horstretch>0</horstretch>
322              <verstretch>0</verstretch>
323             </sizepolicy>
324            </property>
325            <property name="readOnly">
326             <bool>true</bool>
327            </property>
328           </widget>
329          </item>
330          <item row="0" column="0">
331           <widget class="QLabel" name="label_22">
332            <property name="text">
333             <string>Parameter</string>
334            </property>
335           </widget>
336          </item>
337          <item row="0" column="1">
338           <widget class="QLabel" name="label_23">
339            <property name="text">
340             <string>Calculated Value</string>
341            </property>
342            <property name="alignment">
343             <set>Qt::AlignCenter</set>
344            </property>
345           </widget>
346          </item>
347          <item row="4" column="2">
348           <widget class="QLabel" name="label_27">
349            <property name="text">
350             <string>secs</string>
351            </property>
352           </widget>
353          </item>
354          <item row="0" column="2">
355           <widget class="QLabel" name="label_28">
356            <property name="text">
357             <string>Units</string>
358            </property>
359           </widget>
360          </item>
361          <item row="1" column="0">
362           <widget class="QLabel" name="label_15">
363            <property name="text">
364             <string>Rg</string>
365            </property>
366           </widget>
367          </item>
368          <item row="2" column="2">
369           <widget class="QLabel" name="label_25">
370            <property name="text">
371             <string>Å-1</string>
372            </property>
373           </widget>
374          </item>
375          <item row="7" column="0">
376           <widget class="QLabel" name="label_21">
377            <property name="text">
378             <string>Positive Fraction</string>
379            </property>
380           </widget>
381          </item>
382          <item row="5" column="0">
383           <widget class="QLabel" name="label_19">
384            <property name="text">
385             <string>Chi^2/dof</string>
386            </property>
387           </widget>
388          </item>
389          <item row="6" column="0">
390           <widget class="QLabel" name="label_20">
391            <property name="text">
392             <string>Oscillations</string>
393            </property>
394           </widget>
395          </item>
396          <item row="6" column="1">
397           <widget class="QLineEdit" name="oscillationValue">
398            <property name="enabled">
399             <bool>true</bool>
400            </property>
401            <property name="sizePolicy">
402             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
403              <horstretch>0</horstretch>
404              <verstretch>0</verstretch>
405             </sizepolicy>
406            </property>
407            <property name="readOnly">
408             <bool>true</bool>
409            </property>
410           </widget>
411          </item>
412          <item row="1" column="2">
413           <widget class="QLabel" name="label_24">
414            <property name="text">
415             <string>Å</string>
416            </property>
417           </widget>
418          </item>
419          <item row="4" column="0">
420           <widget class="QLabel" name="label_18">
421            <property name="text">
422             <string>Computation Time</string>
423            </property>
424           </widget>
425          </item>
426          <item row="8" column="0">
427           <widget class="QLabel" name="label_29">
428            <property name="text">
429             <string>1-sigma positive fraction</string>
430            </property>
431           </widget>
432          </item>
433          <item row="8" column="1">
434           <widget class="QLineEdit" name="sigmaPosFractionValue">
435            <property name="enabled">
436             <bool>true</bool>
437            </property>
438            <property name="sizePolicy">
439             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
440              <horstretch>0</horstretch>
441              <verstretch>0</verstretch>
442             </sizepolicy>
443            </property>
444            <property name="readOnly">
445             <bool>true</bool>
446            </property>
447           </widget>
448          </item>
449          <item row="7" column="1">
450           <widget class="QLineEdit" name="posFractionValue">
451            <property name="enabled">
452             <bool>true</bool>
453            </property>
454            <property name="sizePolicy">
455             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
456              <horstretch>0</horstretch>
457              <verstretch>0</verstretch>
458             </sizepolicy>
459            </property>
460            <property name="readOnly">
461             <bool>true</bool>
462            </property>
463           </widget>
464          </item>
465          <item row="3" column="2">
466           <widget class="QLabel" name="label_26">
467            <property name="text">
468             <string>Å-1</string>
469            </property>
470           </widget>
471          </item>
472          <item row="2" column="0">
473           <widget class="QLabel" name="label_16">
474            <property name="text">
475             <string>I(Q=0)</string>
476            </property>
477           </widget>
478          </item>
479          <item row="4" column="1">
480           <widget class="QLineEdit" name="computationTimeValue">
481            <property name="enabled">
482             <bool>true</bool>
483            </property>
484            <property name="sizePolicy">
485             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
486              <horstretch>0</horstretch>
487              <verstretch>0</verstretch>
488             </sizepolicy>
489            </property>
490            <property name="readOnly">
491             <bool>true</bool>
492            </property>
493           </widget>
494          </item>
495          <item row="3" column="0">
496           <widget class="QLabel" name="label_17">
497            <property name="text">
498             <string>Background</string>
499            </property>
500           </widget>
501          </item>
502          <item row="2" column="1">
503           <widget class="QLineEdit" name="iQ0Value">
504            <property name="enabled">
505             <bool>true</bool>
506            </property>
507            <property name="sizePolicy">
508             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
509              <horstretch>0</horstretch>
510              <verstretch>0</verstretch>
511             </sizepolicy>
512            </property>
513            <property name="readOnly">
514             <bool>true</bool>
515            </property>
516           </widget>
517          </item>
518         </layout>
519        </widget>
520       </item>
521      </layout>
522     </widget>
523     <widget class="QWidget" name="tabOptions">
524      <attribute name="title">
525       <string>Options</string>
526      </attribute>
527      <layout class="QGridLayout" name="gridLayout_9">
528       <item row="0" column="0">
529        <widget class="QGroupBox" name="groupBox">
530         <property name="title">
531          <string>Options</string>
532         </property>
533         <layout class="QGridLayout" name="gridLayout_8">
534          <item row="0" column="0">
535           <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="2,1,0,2,2">
536            <item>
537             <widget class="QLabel" name="label_5">
538              <property name="text">
539               <string>Background Level:</string>
540              </property>
541             </widget>
542            </item>
543            <item>
544             <widget class="QLineEdit" name="backgroundInput">
545              <property name="enabled">
546               <bool>false</bool>
547              </property>
548              <property name="text">
549               <string>0.0</string>
550              </property>
551             </widget>
552            </item>
553            <item>
554             <widget class="QLabel" name="label_10">
555              <property name="text">
556               <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>
557              </property>
558             </widget>
559            </item>
560            <item>
561             <widget class="QRadioButton" name="estimateBgd">
562              <property name="text">
563               <string>Estimate</string>
564              </property>
565             </widget>
566            </item>
567            <item>
568             <widget class="QRadioButton" name="manualBgd">
569              <property name="text">
570               <string>Manual Input</string>
571              </property>
572             </widget>
573            </item>
574           </layout>
575          </item>
576          <item row="1" column="0">
577           <widget class="QGroupBox" name="qRangeGroupBox">
578            <property name="title">
579             <string>Total Q range</string>
580            </property>
581            <layout class="QGridLayout" name="gridLayout_3">
582             <item row="0" column="0">
583              <layout class="QHBoxLayout" name="horizontalLayout_4">
584               <item>
585                <widget class="QLabel" name="label_7">
586                 <property name="text">
587                  <string>Min:</string>
588                 </property>
589                </widget>
590               </item>
591               <item>
592                <widget class="QLineEdit" name="minQInput">
593                 <property name="enabled">
594                  <bool>true</bool>
595                 </property>
596                 <property name="sizePolicy">
597                  <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
598                   <horstretch>0</horstretch>
599                   <verstretch>0</verstretch>
600                  </sizepolicy>
601                 </property>
602                </widget>
603               </item>
604               <item>
605                <widget class="QLabel" name="label_11">
606                 <property name="text">
607                  <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>
608                 </property>
609                </widget>
610               </item>
611               <item>
612                <widget class="QLabel" name="label_8">
613                 <property name="text">
614                  <string>Max:</string>
615                 </property>
616                </widget>
617               </item>
618               <item>
619                <widget class="QLineEdit" name="maxQInput">
620                 <property name="enabled">
621                  <bool>true</bool>
622                 </property>
623                 <property name="sizePolicy">
624                  <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
625                   <horstretch>0</horstretch>
626                   <verstretch>0</verstretch>
627                  </sizepolicy>
628                 </property>
629                </widget>
630               </item>
631               <item>
632                <widget class="QLabel" name="label_9">
633                 <property name="text">
634                  <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>
635                 </property>
636                </widget>
637               </item>
638              </layout>
639             </item>
640            </layout>
641           </widget>
642          </item>
643          <item row="2" column="0">
644           <widget class="QGroupBox" name="slitParamsGroupBox">
645            <property name="title">
646             <string>Slit Parameters</string>
647            </property>
648            <layout class="QGridLayout" name="gridLayout_5">
649             <item row="0" column="0">
650              <layout class="QHBoxLayout" name="horizontalLayout">
651               <item>
652                <widget class="QLabel" name="label_3">
653                 <property name="text">
654                  <string>Height</string>
655                 </property>
656                </widget>
657               </item>
658               <item>
659                <widget class="QLineEdit" name="slitHeightInput">
660                 <property name="enabled">
661                  <bool>true</bool>
662                 </property>
663                 <property name="sizePolicy">
664                  <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
665                   <horstretch>0</horstretch>
666                   <verstretch>0</verstretch>
667                  </sizepolicy>
668                 </property>
669                </widget>
670               </item>
671               <item>
672                <widget class="QLabel" name="label_6">
673                 <property name="text">
674                  <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>
675                 </property>
676                </widget>
677               </item>
678               <item>
679                <widget class="QLabel" name="label_4">
680                 <property name="text">
681                  <string>Width</string>
682                 </property>
683                </widget>
684               </item>
685               <item>
686                <widget class="QLineEdit" name="slitWidthInput">
687                 <property name="enabled">
688                  <bool>true</bool>
689                 </property>
690                 <property name="sizePolicy">
691                  <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
692                   <horstretch>0</horstretch>
693                   <verstretch>0</verstretch>
694                  </sizepolicy>
695                 </property>
696                </widget>
697               </item>
698               <item>
699                <widget class="QLabel" name="label_2">
700                 <property name="text">
701                  <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>
702                 </property>
703                </widget>
704               </item>
705              </layout>
706             </item>
707            </layout>
708           </widget>
709          </item>
710         </layout>
711        </widget>
712       </item>
713       <item row="1" column="0">
714        <spacer name="verticalSpacer">
715         <property name="orientation">
716          <enum>Qt::Vertical</enum>
717         </property>
718         <property name="sizeHint" stdset="0">
719          <size>
720           <width>20</width>
721           <height>255</height>
722          </size>
723         </property>
724        </spacer>
725       </item>
726      </layout>
727     </widget>
728    </widget>
729   </item>
730   <item row="1" column="0">
731    <spacer name="verticalSpacer_2">
732     <property name="orientation">
733      <enum>Qt::Vertical</enum>
734     </property>
735     <property name="sizeHint" stdset="0">
736      <size>
737       <width>20</width>
738       <height>0</height>
739      </size>
740     </property>
741    </spacer>
742   </item>
743   <item row="2" column="0">
744    <layout class="QHBoxLayout" name="horizontalLayout_8">
745     <property name="sizeConstraint">
746      <enum>QLayout::SetDefaultConstraint</enum>
747     </property>
748     <item>
749      <widget class="QPushButton" name="calculateThisButton">
750       <property name="enabled">
751        <bool>true</bool>
752       </property>
753       <property name="text">
754        <string>Calculate</string>
755       </property>
756      </widget>
757     </item>
758     <item>
759      <widget class="QPushButton" name="calculateAllButton">
760       <property name="enabled">
761        <bool>true</bool>
762       </property>
763       <property name="sizePolicy">
764        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
765         <horstretch>0</horstretch>
766         <verstretch>0</verstretch>
767        </sizepolicy>
768       </property>
769       <property name="text">
770        <string>Calculate All</string>
771       </property>
772      </widget>
773     </item>
774     <item>
775      <spacer name="horizontalSpacer">
776       <property name="orientation">
777        <enum>Qt::Horizontal</enum>
778       </property>
779       <property name="sizeType">
780        <enum>QSizePolicy::Expanding</enum>
781       </property>
782       <property name="sizeHint" stdset="0">
783        <size>
784         <width>40</width>
785         <height>20</height>
786        </size>
787       </property>
788      </spacer>
789     </item>
790     <item>
791      <widget class="QPushButton" name="helpButton">
792       <property name="sizePolicy">
793        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
794         <horstretch>0</horstretch>
795         <verstretch>0</verstretch>
796        </sizepolicy>
797       </property>
798       <property name="text">
799        <string>Help</string>
800       </property>
801      </widget>
802     </item>
803    </layout>
804   </item>
805  </layout>
806 </widget>
807 <resources/>
808 <connections/>
809</ui>
Note: See TracBrowser for help on using the repository browser.