source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui @ 60af928

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

Fitting perspective refactoring for multitab support SASVIEW-345

  • Property mode set to 100755
File size: 24.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FittingWidgetUI</class>
4 <widget class="QWidget" name="FittingWidgetUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>680</width>
10    <height>721</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>FittingWidget</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_15">
17   <item row="0" column="0">
18    <widget class="QLabel" name="label">
19     <property name="text">
20      <string>File name:</string>
21     </property>
22    </widget>
23   </item>
24   <item row="0" column="1">
25    <widget class="QLabel" name="lblFilename">
26     <property name="text">
27      <string>None</string>
28     </property>
29    </widget>
30   </item>
31   <item row="0" column="2" colspan="4">
32    <spacer name="horizontalSpacer_4">
33     <property name="orientation">
34      <enum>Qt::Horizontal</enum>
35     </property>
36     <property name="sizeHint" stdset="0">
37      <size>
38       <width>459</width>
39       <height>20</height>
40      </size>
41     </property>
42    </spacer>
43   </item>
44   <item row="1" column="0" colspan="6">
45    <widget class="QTabWidget" name="tabFitting">
46     <property name="currentIndex">
47      <number>0</number>
48     </property>
49     <widget class="QWidget" name="tab_3">
50      <attribute name="title">
51       <string>Model</string>
52      </attribute>
53      <layout class="QGridLayout" name="gridLayout_19">
54       <item row="0" column="0" colspan="4">
55        <widget class="QGroupBox" name="groupBox_6">
56         <property name="sizePolicy">
57          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
58           <horstretch>0</horstretch>
59           <verstretch>0</verstretch>
60          </sizepolicy>
61         </property>
62         <property name="title">
63          <string>Model </string>
64         </property>
65         <layout class="QGridLayout" name="gridLayout_2">
66          <item row="0" column="0">
67           <layout class="QGridLayout" name="gridLayout">
68            <item row="0" column="0">
69             <widget class="QLabel" name="label_2">
70              <property name="text">
71               <string>Category</string>
72              </property>
73             </widget>
74            </item>
75            <item row="0" column="1">
76             <widget class="QLabel" name="label_3">
77              <property name="text">
78               <string>Model name</string>
79              </property>
80             </widget>
81            </item>
82            <item row="0" column="2">
83             <widget class="QLabel" name="label_4">
84              <property name="text">
85               <string>Structure factor</string>
86              </property>
87             </widget>
88            </item>
89            <item row="1" column="0">
90             <widget class="QComboBox" name="cbCategory"/>
91            </item>
92            <item row="1" column="1">
93             <widget class="QComboBox" name="cbModel"/>
94            </item>
95            <item row="1" column="2">
96             <widget class="QComboBox" name="cbStructureFactor">
97              <item>
98               <property name="text">
99                <string>Hard Sphere Structure</string>
100               </property>
101              </item>
102              <item>
103               <property name="text">
104                <string>None</string>
105               </property>
106              </item>
107             </widget>
108            </item>
109           </layout>
110          </item>
111          <item row="1" column="0">
112           <widget class="QTableView" name="lstParams">
113            <property name="styleSheet">
114             <string notr="true"/>
115            </property>
116            <property name="selectionMode">
117             <enum>QAbstractItemView::ExtendedSelection</enum>
118            </property>
119           </widget>
120          </item>
121         </layout>
122        </widget>
123       </item>
124       <item row="1" column="0">
125        <widget class="QGroupBox" name="groupBox_7">
126         <property name="title">
127          <string>Options </string>
128         </property>
129         <layout class="QGridLayout" name="gridLayout_16">
130          <item row="0" column="0">
131           <widget class="QCheckBox" name="chkPolydispersity">
132            <property name="enabled">
133             <bool>true</bool>
134            </property>
135            <property name="toolTip">
136             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch on orientational polydispersity.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
137            </property>
138            <property name="text">
139             <string>Polydispersity</string>
140            </property>
141            <property name="checkable">
142             <bool>true</bool>
143            </property>
144           </widget>
145          </item>
146          <item row="1" column="0">
147           <widget class="QCheckBox" name="chk2DView">
148            <property name="enabled">
149             <bool>true</bool>
150            </property>
151            <property name="toolTip">
152             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch on 2D view of the model.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
153            </property>
154            <property name="text">
155             <string>2D view</string>
156            </property>
157            <property name="checkable">
158             <bool>true</bool>
159            </property>
160           </widget>
161          </item>
162          <item row="2" column="0">
163           <widget class="QCheckBox" name="chkMagnetism">
164            <property name="enabled">
165             <bool>true</bool>
166            </property>
167            <property name="toolTip">
168             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch on magnetic scattering parameters.&lt;/p&gt;&lt;p&gt;This option is available only for 2D models.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
169            </property>
170            <property name="text">
171             <string>Magnetism</string>
172            </property>
173            <property name="checkable">
174             <bool>true</bool>
175            </property>
176           </widget>
177          </item>
178         </layout>
179        </widget>
180       </item>
181       <item row="1" column="1">
182        <widget class="QGroupBox" name="groupBox_8">
183         <property name="title">
184          <string>Fitting details </string>
185         </property>
186         <layout class="QGridLayout" name="gridLayout_17">
187          <item row="0" column="0" colspan="2">
188           <layout class="QGridLayout" name="gridLayout_8">
189            <item row="0" column="0">
190             <widget class="QLabel" name="label_16">
191              <property name="text">
192               <string>Min range</string>
193              </property>
194             </widget>
195            </item>
196            <item row="0" column="1">
197             <widget class="QLabel" name="lblMinRangeDef">
198              <property name="text">
199               <string>0.005</string>
200              </property>
201             </widget>
202            </item>
203            <item row="0" column="2">
204             <widget class="QLabel" name="label_17">
205              <property name="text">
206               <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>
207              </property>
208             </widget>
209            </item>
210            <item row="1" column="0">
211             <widget class="QLabel" name="label_18">
212              <property name="text">
213               <string>Max range</string>
214              </property>
215             </widget>
216            </item>
217            <item row="1" column="1">
218             <widget class="QLabel" name="lblMaxRangeDef">
219              <property name="text">
220               <string>0.1</string>
221              </property>
222             </widget>
223            </item>
224            <item row="1" column="2">
225             <widget class="QLabel" name="label_19">
226              <property name="text">
227               <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>
228              </property>
229             </widget>
230            </item>
231           </layout>
232          </item>
233          <item row="1" column="0">
234           <widget class="QLabel" name="label_20">
235            <property name="text">
236             <string>Smearing:</string>
237            </property>
238           </widget>
239          </item>
240          <item row="1" column="1">
241           <widget class="QLabel" name="lblCurrentSmearing">
242            <property name="text">
243             <string>None</string>
244            </property>
245           </widget>
246          </item>
247         </layout>
248        </widget>
249       </item>
250       <item row="1" column="2">
251        <spacer name="horizontalSpacer_3">
252         <property name="orientation">
253          <enum>Qt::Horizontal</enum>
254         </property>
255         <property name="sizeHint" stdset="0">
256          <size>
257           <width>207</width>
258           <height>20</height>
259          </size>
260         </property>
261        </spacer>
262       </item>
263       <item row="1" column="3">
264        <widget class="QGroupBox" name="groupBox_9">
265         <property name="title">
266          <string>Fitting error</string>
267         </property>
268         <layout class="QGridLayout" name="gridLayout_18">
269          <item row="0" column="0">
270           <layout class="QHBoxLayout" name="horizontalLayout_2">
271            <item>
272             <widget class="QLabel" name="label_23">
273              <property name="text">
274               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;χ&lt;/span&gt;&lt;span style=&quot; font-weight:600; vertical-align:super;&quot;&gt;2&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
275              </property>
276             </widget>
277            </item>
278            <item>
279             <widget class="QLabel" name="lblChi2Value">
280              <property name="text">
281               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;0.01625&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
282              </property>
283             </widget>
284            </item>
285           </layout>
286          </item>
287         </layout>
288        </widget>
289       </item>
290      </layout>
291     </widget>
292     <widget class="QWidget" name="QRanges">
293      <attribute name="title">
294       <string>Fit Options</string>
295      </attribute>
296      <layout class="QGridLayout" name="gridLayout_7">
297       <item row="0" column="0">
298        <widget class="QGroupBox" name="groupBox">
299         <property name="title">
300          <string>Fitting range</string>
301         </property>
302         <layout class="QGridLayout" name="gridLayout_4">
303          <item row="0" column="0" rowspan="2">
304           <layout class="QGridLayout" name="gridLayout_3">
305            <item row="0" column="0">
306             <widget class="QLabel" name="label_5">
307              <property name="text">
308               <string>Min range</string>
309              </property>
310             </widget>
311            </item>
312            <item row="0" column="1">
313             <widget class="QLineEdit" name="lineEdit"/>
314            </item>
315            <item row="0" column="2">
316             <widget class="QLabel" name="label_7">
317              <property name="text">
318               <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>
319              </property>
320             </widget>
321            </item>
322            <item row="1" column="0">
323             <widget class="QLabel" name="label_6">
324              <property name="text">
325               <string>Max range</string>
326              </property>
327             </widget>
328            </item>
329            <item row="1" column="1">
330             <widget class="QLineEdit" name="lineEdit_2"/>
331            </item>
332            <item row="1" column="2">
333             <widget class="QLabel" name="label_8">
334              <property name="text">
335               <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>
336              </property>
337             </widget>
338            </item>
339           </layout>
340          </item>
341          <item row="0" column="1" rowspan="2">
342           <spacer name="horizontalSpacer_5">
343            <property name="orientation">
344             <enum>Qt::Horizontal</enum>
345            </property>
346            <property name="sizeHint" stdset="0">
347             <size>
348              <width>217</width>
349              <height>20</height>
350             </size>
351            </property>
352           </spacer>
353          </item>
354          <item row="0" column="2">
355           <widget class="QPushButton" name="pushButton_3">
356            <property name="text">
357             <string>Reset</string>
358            </property>
359           </widget>
360          </item>
361          <item row="1" column="2">
362           <widget class="QPushButton" name="pushButton_4">
363            <property name="text">
364             <string>Mask Editor</string>
365            </property>
366           </widget>
367          </item>
368         </layout>
369        </widget>
370       </item>
371       <item row="1" column="0">
372        <widget class="QGroupBox" name="groupBox_2">
373         <property name="title">
374          <string>Data points</string>
375         </property>
376         <layout class="QGridLayout" name="gridLayout_6">
377          <item row="0" column="0">
378           <layout class="QGridLayout" name="gridLayout_5">
379            <item row="0" column="0">
380             <widget class="QLabel" name="label_10">
381              <property name="text">
382               <string>Npts</string>
383              </property>
384             </widget>
385            </item>
386            <item row="0" column="1">
387             <widget class="QLineEdit" name="lineEdit_3"/>
388            </item>
389            <item row="0" column="2">
390             <widget class="QCheckBox" name="checkBox">
391              <property name="text">
392               <string>Log spaced points</string>
393              </property>
394             </widget>
395            </item>
396            <item row="1" column="0">
397             <widget class="QLabel" name="label_11">
398              <property name="text">
399               <string>Npts(Fit)</string>
400              </property>
401             </widget>
402            </item>
403            <item row="1" column="1">
404             <widget class="QLineEdit" name="lineEdit_4"/>
405            </item>
406            <item row="2" column="0">
407             <widget class="QLabel" name="label_12">
408              <property name="text">
409               <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;/Npts&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
410              </property>
411             </widget>
412            </item>
413            <item row="2" column="1">
414             <widget class="QLineEdit" name="lineEdit_5"/>
415            </item>
416            <item row="2" column="3">
417             <widget class="QPushButton" name="pushButton_5">
418              <property name="text">
419               <string>Compute</string>
420              </property>
421             </widget>
422            </item>
423           </layout>
424          </item>
425         </layout>
426        </widget>
427       </item>
428       <item row="2" column="0">
429        <widget class="QGroupBox" name="groupBox_5">
430         <property name="title">
431          <string>Weighting</string>
432         </property>
433         <layout class="QGridLayout" name="gridLayout_12">
434          <item row="0" column="0">
435           <layout class="QVBoxLayout" name="verticalLayout">
436            <item>
437             <widget class="QRadioButton" name="radioButton">
438              <property name="text">
439               <string>None</string>
440              </property>
441             </widget>
442            </item>
443            <item>
444             <widget class="QRadioButton" name="radioButton_2">
445              <property name="text">
446               <string>Use dI Data</string>
447              </property>
448             </widget>
449            </item>
450            <item>
451             <widget class="QRadioButton" name="radioButton_3">
452              <property name="text">
453               <string>Use |sqrt(I Data)|</string>
454              </property>
455             </widget>
456            </item>
457            <item>
458             <widget class="QRadioButton" name="radioButton_4">
459              <property name="text">
460               <string>Use |I Data|</string>
461              </property>
462             </widget>
463            </item>
464           </layout>
465          </item>
466         </layout>
467        </widget>
468       </item>
469       <item row="3" column="0">
470        <spacer name="verticalSpacer">
471         <property name="orientation">
472          <enum>Qt::Vertical</enum>
473         </property>
474         <property name="sizeHint" stdset="0">
475          <size>
476           <width>20</width>
477           <height>347</height>
478          </size>
479         </property>
480        </spacer>
481       </item>
482      </layout>
483     </widget>
484     <widget class="QWidget" name="tab_5">
485      <attribute name="title">
486       <string>Resolution</string>
487      </attribute>
488      <layout class="QGridLayout" name="gridLayout_14">
489       <item row="0" column="0">
490        <widget class="QGroupBox" name="groupBox_4">
491         <property name="title">
492          <string>Instrumental Smearing</string>
493         </property>
494         <layout class="QGridLayout" name="gridLayout_13">
495          <item row="0" column="0">
496           <widget class="QComboBox" name="comboBox_4">
497            <property name="currentIndex">
498             <number>2</number>
499            </property>
500            <item>
501             <property name="text">
502              <string>None</string>
503             </property>
504            </item>
505            <item>
506             <property name="text">
507              <string>Use dQ Data</string>
508             </property>
509            </item>
510            <item>
511             <property name="text">
512              <string>Custom Pinhole Smear</string>
513             </property>
514            </item>
515            <item>
516             <property name="text">
517              <string>Custom Slit Smear</string>
518             </property>
519            </item>
520           </widget>
521          </item>
522          <item row="0" column="1">
523           <layout class="QGridLayout" name="gridLayout_11">
524            <item row="0" column="0">
525             <widget class="QLabel" name="label_9">
526              <property name="text">
527               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;dQ&lt;span style=&quot; vertical-align:sub;&quot;&gt;low&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
528              </property>
529             </widget>
530            </item>
531            <item row="0" column="1">
532             <widget class="QLineEdit" name="lineEdit_6"/>
533            </item>
534            <item row="0" column="2">
535             <widget class="QLabel" name="label_14">
536              <property name="text">
537               <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>
538              </property>
539             </widget>
540            </item>
541            <item row="1" column="0">
542             <widget class="QLabel" name="label_13">
543              <property name="text">
544               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;dQ&lt;span style=&quot; vertical-align:sub;&quot;&gt;high&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
545              </property>
546             </widget>
547            </item>
548            <item row="1" column="1">
549             <widget class="QLineEdit" name="lineEdit_7"/>
550            </item>
551            <item row="1" column="2">
552             <widget class="QLabel" name="label_15">
553              <property name="text">
554               <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>
555              </property>
556             </widget>
557            </item>
558           </layout>
559          </item>
560          <item row="0" column="2">
561           <spacer name="horizontalSpacer_2">
562            <property name="orientation">
563             <enum>Qt::Horizontal</enum>
564            </property>
565            <property name="sizeHint" stdset="0">
566             <size>
567              <width>71</width>
568              <height>20</height>
569             </size>
570            </property>
571           </spacer>
572          </item>
573         </layout>
574         <zorder>comboBox_4</zorder>
575         <zorder>horizontalSpacer_2</zorder>
576        </widget>
577       </item>
578       <item row="1" column="0">
579        <spacer name="verticalSpacer_2">
580         <property name="orientation">
581          <enum>Qt::Vertical</enum>
582         </property>
583         <property name="sizeHint" stdset="0">
584          <size>
585           <width>20</width>
586           <height>340</height>
587          </size>
588         </property>
589        </spacer>
590       </item>
591      </layout>
592     </widget>
593     <widget class="QWidget" name="tab_4">
594      <attribute name="title">
595       <string>Polydispersity</string>
596      </attribute>
597      <layout class="QGridLayout" name="gridLayout_10">
598       <item row="0" column="0">
599        <widget class="QGroupBox" name="groupBox_3">
600         <property name="title">
601          <string>Polydispersity and Orientational Distribution</string>
602         </property>
603         <layout class="QGridLayout" name="gridLayout_9">
604          <item row="0" column="0">
605           <widget class="QTableView" name="lstPoly"/>
606          </item>
607         </layout>
608        </widget>
609       </item>
610      </layout>
611     </widget>
612     <widget class="QWidget" name="tab_6">
613      <attribute name="title">
614       <string>Magnetism</string>
615      </attribute>
616      <layout class="QGridLayout" name="gridLayout_22">
617       <item row="0" column="0">
618        <widget class="QGroupBox" name="groupBox_10">
619         <property name="title">
620          <string>Polarisation/Magnetic Scattering </string>
621         </property>
622         <layout class="QGridLayout" name="gridLayout_21">
623          <item row="1" column="1">
624           <spacer name="horizontalSpacer_6">
625            <property name="orientation">
626             <enum>Qt::Horizontal</enum>
627            </property>
628            <property name="sizeHint" stdset="0">
629             <size>
630              <width>498</width>
631              <height>20</height>
632             </size>
633            </property>
634           </spacer>
635          </item>
636          <item row="0" column="0" colspan="3">
637           <widget class="QTableView" name="lstMagnetic"/>
638          </item>
639          <item row="1" column="2">
640           <widget class="QPushButton" name="cmdMagneticDisplay">
641            <property name="text">
642             <string>Display
643magnetic
644angles</string>
645            </property>
646           </widget>
647          </item>
648         </layout>
649        </widget>
650       </item>
651      </layout>
652     </widget>
653    </widget>
654   </item>
655   <item row="2" column="1" colspan="2">
656    <spacer name="horizontalSpacer">
657     <property name="orientation">
658      <enum>Qt::Horizontal</enum>
659     </property>
660     <property name="sizeHint" stdset="0">
661      <size>
662       <width>273</width>
663       <height>20</height>
664      </size>
665     </property>
666    </spacer>
667   </item>
668   <item row="2" column="3">
669    <widget class="QPushButton" name="cmdPlot">
670     <property name="text">
671      <string>Show Plot</string>
672     </property>
673    </widget>
674   </item>
675   <item row="2" column="4">
676    <widget class="QPushButton" name="cmdFit">
677     <property name="text">
678      <string>Fit</string>
679     </property>
680    </widget>
681   </item>
682   <item row="2" column="5">
683    <widget class="QPushButton" name="cmdHelp">
684     <property name="text">
685      <string>Help</string>
686     </property>
687    </widget>
688   </item>
689  </layout>
690 </widget>
691 <resources/>
692 <connections/>
693</ui>
Note: See TracBrowser for help on using the repository browser.