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

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 dba6e57 was dba6e57, checked in by wojciech, 7 years ago

Added support for sasmodels dict

  • Property mode set to 100755
File size: 24.6 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>674</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                <item row="1" column="1">
134                 <widget class="QComboBox" name="comboBox_2"/>
135                </item>
136                <item row="1" column="2">
137                 <widget class="QComboBox" name="comboBox_3">
138                  <item>
139                   <property name="text">
140                    <string>Hard Sphere Structure</string>
141                   </property>
142                  </item>
143                  <item>
144                   <property name="text">
145                    <string>None</string>
146                   </property>
147                  </item>
148                 </widget>
149                </item>
150               </layout>
151              </item>
152              <item row="1" column="0">
153               <widget class="QTableView" name="tableView">
154                <property name="styleSheet">
155                 <string notr="true"/>
156                </property>
157                <property name="selectionMode">
158                 <enum>QAbstractItemView::ExtendedSelection</enum>
159                </property>
160               </widget>
161              </item>
162             </layout>
163            </widget>
164           </item>
165           <item row="1" column="0">
166            <widget class="QGroupBox" name="groupBox_7">
167             <property name="title">
168              <string>Options </string>
169             </property>
170             <layout class="QGridLayout" name="gridLayout_16">
171              <item row="0" column="0">
172               <widget class="QCheckBox" name="checkBox_3">
173                <property name="enabled">
174                 <bool>true</bool>
175                </property>
176                <property name="text">
177                 <string>Polydispersity</string>
178                </property>
179                <property name="checkable">
180                 <bool>true</bool>
181                </property>
182               </widget>
183              </item>
184              <item row="1" column="0">
185               <widget class="QCheckBox" name="checkBox_4">
186                <property name="enabled">
187                 <bool>true</bool>
188                </property>
189                <property name="text">
190                 <string>Smearing</string>
191                </property>
192                <property name="checkable">
193                 <bool>true</bool>
194                </property>
195               </widget>
196              </item>
197             </layout>
198            </widget>
199           </item>
200           <item row="1" column="1">
201            <widget class="QGroupBox" name="groupBox_8">
202             <property name="title">
203              <string>Fitting range </string>
204             </property>
205             <layout class="QGridLayout" name="gridLayout_17">
206              <item row="0" column="0">
207               <layout class="QGridLayout" name="gridLayout_8">
208                <item row="0" column="0">
209                 <widget class="QLabel" name="label_16">
210                  <property name="text">
211                   <string>Min range</string>
212                  </property>
213                 </widget>
214                </item>
215                <item row="0" column="1">
216                 <widget class="QLabel" name="label_20">
217                  <property name="text">
218                   <string>0.005</string>
219                  </property>
220                 </widget>
221                </item>
222                <item row="0" column="2">
223                 <widget class="QLabel" name="label_17">
224                  <property name="text">
225                   <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>
226                  </property>
227                 </widget>
228                </item>
229                <item row="1" column="0">
230                 <widget class="QLabel" name="label_18">
231                  <property name="text">
232                   <string>Max range</string>
233                  </property>
234                 </widget>
235                </item>
236                <item row="1" column="1">
237                 <widget class="QLabel" name="label_21">
238                  <property name="text">
239                   <string>0.1</string>
240                  </property>
241                 </widget>
242                </item>
243                <item row="1" column="2">
244                 <widget class="QLabel" name="label_19">
245                  <property name="text">
246                   <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>
247                  </property>
248                 </widget>
249                </item>
250               </layout>
251              </item>
252             </layout>
253            </widget>
254           </item>
255           <item row="1" column="2">
256            <spacer name="horizontalSpacer_3">
257             <property name="orientation">
258              <enum>Qt::Horizontal</enum>
259             </property>
260             <property name="sizeHint" stdset="0">
261              <size>
262               <width>207</width>
263               <height>20</height>
264              </size>
265             </property>
266            </spacer>
267           </item>
268           <item row="1" column="3">
269            <widget class="QGroupBox" name="groupBox_9">
270             <property name="title">
271              <string>Fitting error</string>
272             </property>
273             <layout class="QGridLayout" name="gridLayout_18">
274              <item row="0" column="0">
275               <layout class="QHBoxLayout" name="horizontalLayout_2">
276                <item>
277                 <widget class="QLabel" name="label_23">
278                  <property name="text">
279                   <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>
280                  </property>
281                 </widget>
282                </item>
283                <item>
284                 <widget class="QLabel" name="label_24">
285                  <property name="text">
286                   <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>
287                  </property>
288                 </widget>
289                </item>
290               </layout>
291              </item>
292             </layout>
293            </widget>
294           </item>
295          </layout>
296         </widget>
297         <widget class="QWidget" name="QRanges">
298          <attribute name="title">
299           <string>Q Range</string>
300          </attribute>
301          <layout class="QGridLayout" name="gridLayout_7">
302           <item row="0" column="0">
303            <widget class="QGroupBox" name="groupBox">
304             <property name="title">
305              <string>Fitting range</string>
306             </property>
307             <layout class="QGridLayout" name="gridLayout_4">
308              <item row="0" column="0" rowspan="2">
309               <layout class="QGridLayout" name="gridLayout_3">
310                <item row="0" column="0">
311                 <widget class="QLabel" name="label_5">
312                  <property name="text">
313                   <string>Min range</string>
314                  </property>
315                 </widget>
316                </item>
317                <item row="0" column="1">
318                 <widget class="QLineEdit" name="lineEdit"/>
319                </item>
320                <item row="0" column="2">
321                 <widget class="QLabel" name="label_7">
322                  <property name="text">
323                   <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>
324                  </property>
325                 </widget>
326                </item>
327                <item row="1" column="0">
328                 <widget class="QLabel" name="label_6">
329                  <property name="text">
330                   <string>Max range</string>
331                  </property>
332                 </widget>
333                </item>
334                <item row="1" column="1">
335                 <widget class="QLineEdit" name="lineEdit_2"/>
336                </item>
337                <item row="1" column="2">
338                 <widget class="QLabel" name="label_8">
339                  <property name="text">
340                   <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>
341                  </property>
342                 </widget>
343                </item>
344               </layout>
345              </item>
346              <item row="0" column="1" rowspan="2">
347               <spacer name="horizontalSpacer_5">
348                <property name="orientation">
349                 <enum>Qt::Horizontal</enum>
350                </property>
351                <property name="sizeHint" stdset="0">
352                 <size>
353                  <width>217</width>
354                  <height>20</height>
355                 </size>
356                </property>
357               </spacer>
358              </item>
359              <item row="0" column="2">
360               <widget class="QPushButton" name="pushButton_3">
361                <property name="text">
362                 <string>Reset</string>
363                </property>
364               </widget>
365              </item>
366              <item row="1" column="2">
367               <widget class="QPushButton" name="pushButton_4">
368                <property name="text">
369                 <string>Mask Editor</string>
370                </property>
371               </widget>
372              </item>
373             </layout>
374            </widget>
375           </item>
376           <item row="1" column="0">
377            <widget class="QGroupBox" name="groupBox_2">
378             <property name="title">
379              <string>Data points</string>
380             </property>
381             <layout class="QGridLayout" name="gridLayout_6">
382              <item row="0" column="0">
383               <layout class="QGridLayout" name="gridLayout_5">
384                <item row="0" column="0">
385                 <widget class="QLabel" name="label_10">
386                  <property name="text">
387                   <string>Npts</string>
388                  </property>
389                 </widget>
390                </item>
391                <item row="0" column="1">
392                 <widget class="QLineEdit" name="lineEdit_3"/>
393                </item>
394                <item row="0" column="2">
395                 <widget class="QCheckBox" name="checkBox">
396                  <property name="text">
397                   <string>Log spaced points</string>
398                  </property>
399                 </widget>
400                </item>
401                <item row="1" column="0">
402                 <widget class="QLabel" name="label_11">
403                  <property name="text">
404                   <string>Npts(Fit)</string>
405                  </property>
406                 </widget>
407                </item>
408                <item row="1" column="1">
409                 <widget class="QLineEdit" name="lineEdit_4"/>
410                </item>
411                <item row="2" column="0">
412                 <widget class="QLabel" name="label_12">
413                  <property name="text">
414                   <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>
415                  </property>
416                 </widget>
417                </item>
418                <item row="2" column="1">
419                 <widget class="QLineEdit" name="lineEdit_5"/>
420                </item>
421                <item row="2" column="3">
422                 <widget class="QPushButton" name="pushButton_5">
423                  <property name="text">
424                   <string>Compute</string>
425                  </property>
426                 </widget>
427                </item>
428               </layout>
429              </item>
430             </layout>
431            </widget>
432           </item>
433           <item row="2" column="0">
434            <spacer name="verticalSpacer">
435             <property name="orientation">
436              <enum>Qt::Vertical</enum>
437             </property>
438             <property name="sizeHint" stdset="0">
439              <size>
440               <width>20</width>
441               <height>347</height>
442              </size>
443             </property>
444            </spacer>
445           </item>
446          </layout>
447         </widget>
448         <widget class="QWidget" name="tab_4">
449          <attribute name="title">
450           <string>Polydisp</string>
451          </attribute>
452          <layout class="QGridLayout" name="gridLayout_10">
453           <item row="0" column="0">
454            <widget class="QGroupBox" name="groupBox_3">
455             <property name="title">
456              <string>Polydispersity and Orientational Distribution</string>
457             </property>
458             <layout class="QGridLayout" name="gridLayout_9">
459              <item row="0" column="0">
460               <widget class="QCheckBox" name="checkBox_2">
461                <property name="text">
462                 <string>Add polydispersity</string>
463                </property>
464               </widget>
465              </item>
466              <item row="1" column="0">
467               <widget class="QTableView" name="tableView_2"/>
468              </item>
469             </layout>
470            </widget>
471           </item>
472          </layout>
473         </widget>
474         <widget class="QWidget" name="tab_5">
475          <attribute name="title">
476           <string>Smearing</string>
477          </attribute>
478          <layout class="QGridLayout" name="gridLayout_14">
479           <item row="0" column="0">
480            <widget class="QGroupBox" name="groupBox_4">
481             <property name="title">
482              <string>Instrumental Smearing</string>
483             </property>
484             <layout class="QGridLayout" name="gridLayout_13">
485              <item row="0" column="0">
486               <widget class="QComboBox" name="comboBox_4">
487                <property name="currentIndex">
488                 <number>2</number>
489                </property>
490                <item>
491                 <property name="text">
492                  <string>None</string>
493                 </property>
494                </item>
495                <item>
496                 <property name="text">
497                  <string>Use dQ Data</string>
498                 </property>
499                </item>
500                <item>
501                 <property name="text">
502                  <string>Custom Pinhole Smear</string>
503                 </property>
504                </item>
505                <item>
506                 <property name="text">
507                  <string>Custom Slit Smear</string>
508                 </property>
509                </item>
510               </widget>
511              </item>
512              <item row="0" column="1">
513               <layout class="QGridLayout" name="gridLayout_11">
514                <item row="0" column="0">
515                 <widget class="QLabel" name="label_9">
516                  <property name="text">
517                   <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>
518                  </property>
519                 </widget>
520                </item>
521                <item row="0" column="1">
522                 <widget class="QLineEdit" name="lineEdit_6"/>
523                </item>
524                <item row="0" column="2">
525                 <widget class="QLabel" name="label_14">
526                  <property name="text">
527                   <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>
528                  </property>
529                 </widget>
530                </item>
531                <item row="1" column="0">
532                 <widget class="QLabel" name="label_13">
533                  <property name="text">
534                   <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>
535                  </property>
536                 </widget>
537                </item>
538                <item row="1" column="1">
539                 <widget class="QLineEdit" name="lineEdit_7"/>
540                </item>
541                <item row="1" column="2">
542                 <widget class="QLabel" name="label_15">
543                  <property name="text">
544                   <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>
545                  </property>
546                 </widget>
547                </item>
548               </layout>
549              </item>
550              <item row="0" column="2">
551               <spacer name="horizontalSpacer_2">
552                <property name="orientation">
553                 <enum>Qt::Horizontal</enum>
554                </property>
555                <property name="sizeHint" stdset="0">
556                 <size>
557                  <width>71</width>
558                  <height>20</height>
559                 </size>
560                </property>
561               </spacer>
562              </item>
563              <item row="1" column="0">
564               <widget class="QGroupBox" name="groupBox_5">
565                <property name="title">
566                 <string>Weighting</string>
567                </property>
568                <layout class="QGridLayout" name="gridLayout_12">
569                 <item row="0" column="0">
570                  <layout class="QVBoxLayout" name="verticalLayout">
571                   <item>
572                    <widget class="QRadioButton" name="radioButton">
573                     <property name="text">
574                      <string>None</string>
575                     </property>
576                    </widget>
577                   </item>
578                   <item>
579                    <widget class="QRadioButton" name="radioButton_2">
580                     <property name="text">
581                      <string>Use dI Data</string>
582                     </property>
583                    </widget>
584                   </item>
585                   <item>
586                    <widget class="QRadioButton" name="radioButton_3">
587                     <property name="text">
588                      <string>Use |sqrt(I Data)|</string>
589                     </property>
590                    </widget>
591                   </item>
592                   <item>
593                    <widget class="QRadioButton" name="radioButton_4">
594                     <property name="text">
595                      <string>Use |I Data|</string>
596                     </property>
597                    </widget>
598                   </item>
599                  </layout>
600                 </item>
601                </layout>
602               </widget>
603              </item>
604             </layout>
605             <zorder>comboBox_4</zorder>
606             <zorder>groupBox_5</zorder>
607             <zorder>horizontalSpacer_2</zorder>
608            </widget>
609           </item>
610           <item row="1" column="0">
611            <spacer name="verticalSpacer_2">
612             <property name="orientation">
613              <enum>Qt::Vertical</enum>
614             </property>
615             <property name="sizeHint" stdset="0">
616              <size>
617               <width>20</width>
618               <height>340</height>
619              </size>
620             </property>
621            </spacer>
622           </item>
623          </layout>
624         </widget>
625        </widget>
626       </item>
627      </layout>
628     </widget>
629     <widget class="QWidget" name="tab_2">
630      <attribute name="title">
631       <string>Fit Page 2</string>
632      </attribute>
633     </widget>
634    </widget>
635   </item>
636  </layout>
637 </widget>
638 <resources/>
639 <connections/>
640</ui>
Note: See TracBrowser for help on using the repository browser.