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

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since d7adf97 was 68dc2873, checked in by wojciech, 6 years ago

Disabling batch fitting functionality

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