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

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

Initial setup for batch fitting. SASVIEW-615

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