source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/FittingUI.ui @ 84be77e

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

Added empty field to model selection so it resembles SasView?

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