source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui @ 3b3b40b

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

Merging feature branches

  • Property mode set to 100755
File size: 17.2 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>605</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>434</width>
22    <height>466</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>FittingWidget</string>
27  </property>
28  <layout class="QGridLayout" name="gridLayout_5">
29   <item row="0" column="0">
30    <layout class="QHBoxLayout" name="horizontalLayout">
31     <item>
32      <widget class="QLabel" name="label">
33       <property name="text">
34        <string>File name:</string>
35       </property>
36      </widget>
37     </item>
38     <item>
39      <layout class="QGridLayout" name="gridLayout_3">
40       <item row="0" column="0">
41        <widget class="QComboBox" name="cbFileNames">
42         <property name="toolTip">
43          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose a file to set initial fit parameters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
44         </property>
45         <property name="sizeAdjustPolicy">
46          <enum>QComboBox::AdjustToContents</enum>
47         </property>
48        </widget>
49       </item>
50       <item row="0" column="1">
51        <widget class="QLabel" name="lblFilename">
52         <property name="text">
53          <string>None</string>
54         </property>
55        </widget>
56       </item>
57      </layout>
58     </item>
59     <item>
60      <spacer name="horizontalSpacer_4">
61       <property name="orientation">
62        <enum>Qt::Horizontal</enum>
63       </property>
64       <property name="sizeHint" stdset="0">
65        <size>
66         <width>459</width>
67         <height>20</height>
68        </size>
69       </property>
70      </spacer>
71     </item>
72    </layout>
73   </item>
74   <item row="1" column="0">
75    <widget class="QTabWidget" name="tabFitting">
76     <property name="currentIndex">
77      <number>0</number>
78     </property>
79     <widget class="QWidget" name="tab_3">
80      <attribute name="title">
81       <string>Model</string>
82      </attribute>
83      <layout class="QGridLayout" name="gridLayout_4">
84       <item row="0" column="0" colspan="4">
85        <widget class="QGroupBox" name="groupBox_6">
86         <property name="sizePolicy">
87          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
88           <horstretch>0</horstretch>
89           <verstretch>0</verstretch>
90          </sizepolicy>
91         </property>
92         <property name="title">
93          <string>Model </string>
94         </property>
95         <layout class="QGridLayout" name="gridLayout_2">
96          <item row="0" column="0">
97           <layout class="QGridLayout" name="gridLayout">
98            <item row="0" column="0">
99             <widget class="QLabel" name="label_2">
100              <property name="text">
101               <string>Category</string>
102              </property>
103             </widget>
104            </item>
105            <item row="0" column="1">
106             <widget class="QLabel" name="lblModel">
107              <property name="text">
108               <string>Model name</string>
109              </property>
110             </widget>
111            </item>
112            <item row="0" column="2">
113             <widget class="QLabel" name="lblStructure">
114              <property name="text">
115               <string>Structure factor</string>
116              </property>
117             </widget>
118            </item>
119            <item row="1" column="0">
120             <widget class="QComboBox" name="cbCategory">
121              <property name="toolTip">
122               <string>Select a category</string>
123              </property>
124             </widget>
125            </item>
126            <item row="1" column="1">
127             <widget class="QComboBox" name="cbModel">
128              <property name="toolTip">
129               <string>Select a model</string>
130              </property>
131             </widget>
132            </item>
133            <item row="1" column="2">
134             <widget class="QComboBox" name="cbStructureFactor">
135              <property name="toolTip">
136               <string>Select a structure factor</string>
137              </property>
138             </widget>
139            </item>
140           </layout>
141          </item>
142          <item row="1" column="0">
143           <widget class="QTreeView" name="lstParams">
144            <property name="styleSheet">
145             <string notr="true"/>
146            </property>
147            <property name="editTriggers">
148             <set>QAbstractItemView::CurrentChanged|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
149            </property>
150            <property name="selectionMode">
151             <enum>QAbstractItemView::ExtendedSelection</enum>
152            </property>
153           </widget>
154          </item>
155         </layout>
156        </widget>
157       </item>
158       <item row="1" column="0">
159        <widget class="QGroupBox" name="groupBox_7">
160         <property name="title">
161          <string>Options </string>
162         </property>
163         <layout class="QVBoxLayout" name="verticalLayout">
164          <item>
165           <widget class="QCheckBox" name="chkPolydispersity">
166            <property name="enabled">
167             <bool>true</bool>
168            </property>
169            <property name="toolTip">
170             <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>
171            </property>
172            <property name="text">
173             <string>Polydispersity</string>
174            </property>
175            <property name="checkable">
176             <bool>true</bool>
177            </property>
178           </widget>
179          </item>
180          <item>
181           <widget class="QCheckBox" name="chk2DView">
182            <property name="enabled">
183             <bool>true</bool>
184            </property>
185            <property name="toolTip">
186             <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>
187            </property>
188            <property name="text">
189             <string>2D view</string>
190            </property>
191            <property name="checkable">
192             <bool>true</bool>
193            </property>
194           </widget>
195          </item>
196          <item>
197           <widget class="QCheckBox" name="chkMagnetism">
198            <property name="enabled">
199             <bool>true</bool>
200            </property>
201            <property name="toolTip">
202             <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>
203            </property>
204            <property name="text">
205             <string>Magnetism</string>
206            </property>
207            <property name="checkable">
208             <bool>true</bool>
209            </property>
210           </widget>
211          </item>
212          <item>
213           <widget class="QCheckBox" name="chkChainFit">
214            <property name="enabled">
215             <bool>true</bool>
216            </property>
217            <property name="toolTip">
218             <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>
219            </property>
220            <property name="text">
221             <string>Chain fit</string>
222            </property>
223            <property name="checkable">
224             <bool>true</bool>
225            </property>
226           </widget>
227          </item>
228         </layout>
229        </widget>
230       </item>
231       <item row="1" column="1">
232        <widget class="QGroupBox" name="groupBox_8">
233         <property name="title">
234          <string>Fitting details </string>
235         </property>
236         <layout class="QGridLayout" name="gridLayout_17">
237          <item row="0" column="0" colspan="2">
238           <layout class="QGridLayout" name="gridLayout_8">
239            <item row="0" column="0">
240             <widget class="QLabel" name="label_16">
241              <property name="text">
242               <string>Min range</string>
243              </property>
244             </widget>
245            </item>
246            <item row="0" column="1">
247             <widget class="QLabel" name="lblMinRangeDef">
248              <property name="text">
249               <string>0.005</string>
250              </property>
251             </widget>
252            </item>
253            <item row="0" column="2">
254             <widget class="QLabel" name="label_17">
255              <property name="text">
256               <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>
257              </property>
258             </widget>
259            </item>
260            <item row="1" column="0">
261             <widget class="QLabel" name="label_18">
262              <property name="text">
263               <string>Max range</string>
264              </property>
265             </widget>
266            </item>
267            <item row="1" column="1">
268             <widget class="QLabel" name="lblMaxRangeDef">
269              <property name="text">
270               <string>0.1</string>
271              </property>
272             </widget>
273            </item>
274            <item row="1" column="2">
275             <widget class="QLabel" name="label_19">
276              <property name="text">
277               <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>
278              </property>
279             </widget>
280            </item>
281           </layout>
282          </item>
283          <item row="1" column="0">
284           <widget class="QLabel" name="label_20">
285            <property name="text">
286             <string>Smearing:</string>
287            </property>
288           </widget>
289          </item>
290          <item row="1" column="1">
291           <widget class="QLabel" name="lblCurrentSmearing">
292            <property name="text">
293             <string>None</string>
294            </property>
295           </widget>
296          </item>
297         </layout>
298        </widget>
299       </item>
300       <item row="1" column="2">
301        <spacer name="horizontalSpacer_3">
302         <property name="orientation">
303          <enum>Qt::Horizontal</enum>
304         </property>
305         <property name="sizeHint" stdset="0">
306          <size>
307           <width>207</width>
308           <height>20</height>
309          </size>
310         </property>
311        </spacer>
312       </item>
313       <item row="1" column="3">
314        <widget class="QGroupBox" name="groupBox_9">
315         <property name="title">
316          <string>Fitting error</string>
317         </property>
318         <layout class="QGridLayout" name="gridLayout_18">
319          <item row="0" column="0">
320           <layout class="QHBoxLayout" name="horizontalLayout_2">
321            <item>
322             <widget class="QLabel" name="label_23">
323              <property name="text">
324               <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>
325              </property>
326             </widget>
327            </item>
328            <item>
329             <widget class="QLabel" name="lblChi2Value">
330              <property name="text">
331               <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>
332              </property>
333             </widget>
334            </item>
335           </layout>
336          </item>
337         </layout>
338        </widget>
339       </item>
340      </layout>
341     </widget>
342     <widget class="QWidget" name="tabOptions">
343      <attribute name="title">
344       <string>Fit Options</string>
345      </attribute>
346     </widget>
347     <widget class="QWidget" name="tabResolution">
348      <attribute name="title">
349       <string>Resolution</string>
350      </attribute>
351     </widget>
352     <widget class="QWidget" name="tab_4">
353      <attribute name="title">
354       <string>Polydispersity</string>
355      </attribute>
356      <layout class="QGridLayout" name="gridLayout_10">
357       <item row="0" column="0">
358        <widget class="QGroupBox" name="groupBox_3">
359         <property name="title">
360          <string>Polydispersity and Orientational Distribution</string>
361         </property>
362         <layout class="QGridLayout" name="gridLayout_9">
363          <item row="0" column="0">
364           <widget class="QTableView" name="lstPoly">
365            <property name="editTriggers">
366             <set>QAbstractItemView::AllEditTriggers</set>
367            </property>
368            <property name="alternatingRowColors">
369             <bool>true</bool>
370            </property>
371            <property name="selectionMode">
372             <enum>QAbstractItemView::ExtendedSelection</enum>
373            </property>
374            <property name="selectionBehavior">
375             <enum>QAbstractItemView::SelectRows</enum>
376            </property>
377           </widget>
378          </item>
379         </layout>
380        </widget>
381       </item>
382      </layout>
383     </widget>
384     <widget class="QWidget" name="tab_6">
385      <attribute name="title">
386       <string>Magnetism</string>
387      </attribute>
388      <layout class="QGridLayout" name="gridLayout_22">
389       <item row="0" column="0">
390        <widget class="QGroupBox" name="groupBox_10">
391         <property name="title">
392          <string>Polarisation/Magnetic Scattering </string>
393         </property>
394         <layout class="QGridLayout" name="gridLayout_21">
395          <item row="1" column="1">
396           <spacer name="horizontalSpacer_6">
397            <property name="orientation">
398             <enum>Qt::Horizontal</enum>
399            </property>
400            <property name="sizeHint" stdset="0">
401             <size>
402              <width>498</width>
403              <height>20</height>
404             </size>
405            </property>
406           </spacer>
407          </item>
408          <item row="0" column="0" colspan="3">
409           <widget class="QTableView" name="lstMagnetic"/>
410          </item>
411          <item row="1" column="2">
412           <widget class="QPushButton" name="cmdMagneticDisplay">
413            <property name="text">
414             <string>Display
415magnetic
416angles</string>
417            </property>
418           </widget>
419          </item>
420         </layout>
421        </widget>
422       </item>
423      </layout>
424     </widget>
425    </widget>
426   </item>
427   <item row="2" column="0">
428    <layout class="QHBoxLayout" name="horizontalLayout_3">
429     <item>
430      <spacer name="horizontalSpacer">
431       <property name="orientation">
432        <enum>Qt::Horizontal</enum>
433       </property>
434       <property name="sizeHint" stdset="0">
435        <size>
436         <width>273</width>
437         <height>20</height>
438        </size>
439       </property>
440      </spacer>
441     </item>
442     <item>
443      <widget class="QPushButton" name="cmdPlot">
444       <property name="sizePolicy">
445        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
446         <horstretch>0</horstretch>
447         <verstretch>0</verstretch>
448        </sizepolicy>
449       </property>
450       <property name="minimumSize">
451        <size>
452         <width>93</width>
453         <height>28</height>
454        </size>
455       </property>
456       <property name="text">
457        <string>Show Plot</string>
458       </property>
459      </widget>
460     </item>
461     <item>
462      <widget class="QPushButton" name="cmdFit">
463       <property name="sizePolicy">
464        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
465         <horstretch>0</horstretch>
466         <verstretch>0</verstretch>
467        </sizepolicy>
468       </property>
469       <property name="minimumSize">
470        <size>
471         <width>93</width>
472         <height>28</height>
473        </size>
474       </property>
475       <property name="text">
476        <string>Fit</string>
477       </property>
478      </widget>
479     </item>
480     <item>
481      <widget class="QPushButton" name="cmdHelp">
482       <property name="sizePolicy">
483        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
484         <horstretch>0</horstretch>
485         <verstretch>0</verstretch>
486        </sizepolicy>
487       </property>
488       <property name="minimumSize">
489        <size>
490         <width>93</width>
491         <height>28</height>
492        </size>
493       </property>
494       <property name="text">
495        <string>Help</string>
496       </property>
497      </widget>
498     </item>
499    </layout>
500   </item>
501  </layout>
502 </widget>
503 <resources/>
504 <connections/>
505</ui>
Note: See TracBrowser for help on using the repository browser.