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

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

Code review fixes for SASVIEW-273

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