source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/fitting.ui @ 4c7dd9f

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

Fitting perspective mockup

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