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

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

More comments from code review
More properties saved in fitpage

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