source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/FittingOptionsUI.ui @ 2d0e0c1

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

Initial version of the Fitting Options dialog SASVIEW-276

  • Property mode set to 100755
File size: 16.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FittingOptions</class>
4 <widget class="QDialog" name="FittingOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>503</width>
10    <height>672</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</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_12">
21   <item row="0" column="0">
22    <widget class="QGroupBox" name="groupBox">
23     <property name="title">
24      <string>Fit Algorithms </string>
25     </property>
26     <layout class="QGridLayout" name="gridLayout_9">
27      <item row="0" column="0">
28       <widget class="QComboBox" name="cbAlgorithm">
29        <property name="sizeAdjustPolicy">
30         <enum>QComboBox::AdjustToContents</enum>
31        </property>
32       </widget>
33      </item>
34      <item row="1" column="0">
35       <widget class="QStackedWidget" name="stackedWidget">
36        <property name="frameShape">
37         <enum>QFrame::NoFrame</enum>
38        </property>
39        <property name="currentIndex">
40         <number>0</number>
41        </property>
42        <widget class="QWidget" name="page_dream">
43         <layout class="QGridLayout" name="gridLayout_2">
44          <item row="0" column="0">
45           <widget class="QGroupBox" name="groupBox_2">
46            <property name="sizePolicy">
47             <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
48              <horstretch>0</horstretch>
49              <verstretch>0</verstretch>
50             </sizepolicy>
51            </property>
52            <property name="title">
53             <string>DREAM</string>
54            </property>
55            <layout class="QGridLayout" name="gridLayout">
56             <item row="0" column="0">
57              <widget class="QLabel" name="label">
58               <property name="text">
59                <string>Samples:</string>
60               </property>
61              </widget>
62             </item>
63             <item row="0" column="1">
64              <widget class="QLineEdit" name="samples_dream"/>
65             </item>
66             <item row="1" column="0">
67              <widget class="QLabel" name="label_2">
68               <property name="text">
69                <string>Burn-in Steps:</string>
70               </property>
71              </widget>
72             </item>
73             <item row="1" column="1">
74              <widget class="QLineEdit" name="burn_dream"/>
75             </item>
76             <item row="2" column="0">
77              <widget class="QLabel" name="label_3">
78               <property name="text">
79                <string>Population:</string>
80               </property>
81              </widget>
82             </item>
83             <item row="2" column="1">
84              <widget class="QLineEdit" name="pop_dream"/>
85             </item>
86             <item row="3" column="0">
87              <widget class="QLabel" name="label_4">
88               <property name="text">
89                <string>Initializer:</string>
90               </property>
91              </widget>
92             </item>
93             <item row="3" column="1">
94              <widget class="QComboBox" name="init_dream">
95               <item>
96                <property name="text">
97                 <string>eps</string>
98                </property>
99               </item>
100               <item>
101                <property name="text">
102                 <string>lhs</string>
103                </property>
104               </item>
105               <item>
106                <property name="text">
107                 <string>cov</string>
108                </property>
109               </item>
110               <item>
111                <property name="text">
112                 <string>radom</string>
113                </property>
114               </item>
115              </widget>
116             </item>
117             <item row="4" column="0">
118              <widget class="QLabel" name="label_5">
119               <property name="text">
120                <string>Thinning:</string>
121               </property>
122              </widget>
123             </item>
124             <item row="4" column="1">
125              <widget class="QLineEdit" name="thin_dream"/>
126             </item>
127             <item row="5" column="0">
128              <widget class="QLabel" name="label_6">
129               <property name="text">
130                <string>Steps:</string>
131               </property>
132              </widget>
133             </item>
134             <item row="5" column="1">
135              <widget class="QLineEdit" name="steps_dream"/>
136             </item>
137            </layout>
138           </widget>
139          </item>
140          <item row="1" column="0">
141           <spacer name="verticalSpacer_5">
142            <property name="orientation">
143             <enum>Qt::Vertical</enum>
144            </property>
145            <property name="sizeHint" stdset="0">
146             <size>
147              <width>20</width>
148              <height>268</height>
149             </size>
150            </property>
151           </spacer>
152          </item>
153         </layout>
154        </widget>
155        <widget class="QWidget" name="page_lm">
156         <layout class="QGridLayout" name="gridLayout_4">
157          <item row="0" column="0">
158           <widget class="QGroupBox" name="groupBox_3">
159            <property name="title">
160             <string>Levenberg</string>
161            </property>
162            <layout class="QGridLayout" name="gridLayout_3">
163             <item row="0" column="0">
164              <widget class="QLabel" name="label_7">
165               <property name="text">
166                <string>Steps:</string>
167               </property>
168              </widget>
169             </item>
170             <item row="0" column="1">
171              <widget class="QLineEdit" name="steps_lm"/>
172             </item>
173             <item row="1" column="0">
174              <widget class="QLabel" name="label_8">
175               <property name="text">
176                <string>f(x) tolerance:</string>
177               </property>
178              </widget>
179             </item>
180             <item row="1" column="1">
181              <widget class="QLineEdit" name="ftol_lm"/>
182             </item>
183             <item row="2" column="0">
184              <widget class="QLabel" name="label_9">
185               <property name="text">
186                <string>x tolerance:</string>
187               </property>
188              </widget>
189             </item>
190             <item row="2" column="1">
191              <widget class="QLineEdit" name="xtol_lm"/>
192             </item>
193            </layout>
194           </widget>
195          </item>
196          <item row="1" column="0">
197           <spacer name="verticalSpacer_2">
198            <property name="orientation">
199             <enum>Qt::Vertical</enum>
200            </property>
201            <property name="sizeHint" stdset="0">
202             <size>
203              <width>20</width>
204              <height>434</height>
205             </size>
206            </property>
207           </spacer>
208          </item>
209         </layout>
210        </widget>
211        <widget class="QWidget" name="page_newton">
212         <layout class="QGridLayout" name="gridLayout_7">
213          <item row="0" column="0">
214           <widget class="QGroupBox" name="groupBox_5">
215            <property name="title">
216             <string>Quasi-Newton BFGS </string>
217            </property>
218            <layout class="QGridLayout" name="gridLayout_5">
219             <item row="0" column="0">
220              <widget class="QLabel" name="label_10">
221               <property name="text">
222                <string>Steps:</string>
223               </property>
224              </widget>
225             </item>
226             <item row="0" column="1">
227              <widget class="QLineEdit" name="steps_newton"/>
228             </item>
229             <item row="1" column="0">
230              <widget class="QLabel" name="label_13">
231               <property name="text">
232                <string>Starts:</string>
233               </property>
234              </widget>
235             </item>
236             <item row="1" column="1">
237              <widget class="QLineEdit" name="starts_newton"/>
238             </item>
239             <item row="2" column="0">
240              <widget class="QLabel" name="label_11">
241               <property name="text">
242                <string>f(x) tolerance:</string>
243               </property>
244              </widget>
245             </item>
246             <item row="2" column="1">
247              <widget class="QLineEdit" name="ftol_newton"/>
248             </item>
249             <item row="3" column="0">
250              <widget class="QLabel" name="label_12">
251               <property name="text">
252                <string>x tolerance:</string>
253               </property>
254              </widget>
255             </item>
256             <item row="3" column="1">
257              <widget class="QLineEdit" name="xtol_newton"/>
258             </item>
259            </layout>
260           </widget>
261          </item>
262          <item row="1" column="0">
263           <spacer name="verticalSpacer">
264            <property name="orientation">
265             <enum>Qt::Vertical</enum>
266            </property>
267            <property name="sizeHint" stdset="0">
268             <size>
269              <width>20</width>
270              <height>68</height>
271             </size>
272            </property>
273           </spacer>
274          </item>
275         </layout>
276        </widget>
277        <widget class="QWidget" name="page_de">
278         <layout class="QGridLayout" name="gridLayout_8">
279          <item row="0" column="0">
280           <widget class="QGroupBox" name="groupBox_6">
281            <property name="title">
282             <string>Differential Evolution</string>
283            </property>
284            <layout class="QGridLayout" name="gridLayout_6">
285             <item row="0" column="0">
286              <widget class="QLabel" name="label_14">
287               <property name="text">
288                <string>Steps:</string>
289               </property>
290              </widget>
291             </item>
292             <item row="0" column="1">
293              <widget class="QLineEdit" name="steps_de"/>
294             </item>
295             <item row="1" column="0">
296              <widget class="QLabel" name="label_15">
297               <property name="text">
298                <string>Population:</string>
299               </property>
300              </widget>
301             </item>
302             <item row="1" column="1">
303              <widget class="QLineEdit" name="pop_de"/>
304             </item>
305             <item row="2" column="0">
306              <widget class="QLabel" name="label_18">
307               <property name="text">
308                <string>Crossover ratio:</string>
309               </property>
310              </widget>
311             </item>
312             <item row="2" column="1">
313              <widget class="QLineEdit" name="CR_de"/>
314             </item>
315             <item row="3" column="0">
316              <widget class="QLabel" name="label_19">
317               <property name="text">
318                <string>Scale:</string>
319               </property>
320              </widget>
321             </item>
322             <item row="3" column="1">
323              <widget class="QLineEdit" name="F_de"/>
324             </item>
325             <item row="4" column="0">
326              <widget class="QLabel" name="label_16">
327               <property name="text">
328                <string>f(x) tolerance:</string>
329               </property>
330              </widget>
331             </item>
332             <item row="4" column="1">
333              <widget class="QLineEdit" name="ftol_de"/>
334             </item>
335             <item row="5" column="0">
336              <widget class="QLabel" name="label_17">
337               <property name="text">
338                <string>x tolerance:</string>
339               </property>
340              </widget>
341             </item>
342             <item row="5" column="1">
343              <widget class="QLineEdit" name="xtol_de"/>
344             </item>
345            </layout>
346           </widget>
347          </item>
348          <item row="1" column="0">
349           <spacer name="verticalSpacer_3">
350            <property name="orientation">
351             <enum>Qt::Vertical</enum>
352            </property>
353            <property name="sizeHint" stdset="0">
354             <size>
355              <width>20</width>
356              <height>356</height>
357             </size>
358            </property>
359           </spacer>
360          </item>
361         </layout>
362        </widget>
363        <widget class="QWidget" name="page_amoeba">
364         <layout class="QGridLayout" name="gridLayout_10">
365          <item row="0" column="0">
366           <widget class="QGroupBox" name="groupBox_7">
367            <property name="title">
368             <string>Nelder-Mead Simplex</string>
369            </property>
370            <layout class="QGridLayout" name="gridLayout_11">
371             <item row="0" column="0">
372              <widget class="QLabel" name="label_20">
373               <property name="text">
374                <string>Steps:</string>
375               </property>
376              </widget>
377             </item>
378             <item row="0" column="1">
379              <widget class="QLineEdit" name="steps_amoeba"/>
380             </item>
381             <item row="1" column="0">
382              <widget class="QLabel" name="label_21">
383               <property name="text">
384                <string>Starts:</string>
385               </property>
386              </widget>
387             </item>
388             <item row="1" column="1">
389              <widget class="QLineEdit" name="starts_amoeba"/>
390             </item>
391             <item row="2" column="0">
392              <widget class="QLabel" name="label_22">
393               <property name="text">
394                <string>Simplex radius:</string>
395               </property>
396              </widget>
397             </item>
398             <item row="2" column="1">
399              <widget class="QLineEdit" name="radius_amoeba"/>
400             </item>
401             <item row="3" column="0">
402              <widget class="QLabel" name="label_24">
403               <property name="text">
404                <string>f(x) tolerance:</string>
405               </property>
406              </widget>
407             </item>
408             <item row="3" column="1">
409              <widget class="QLineEdit" name="ftol_amoeba"/>
410             </item>
411             <item row="4" column="0">
412              <widget class="QLabel" name="label_25">
413               <property name="text">
414                <string>x tolerance:</string>
415               </property>
416              </widget>
417             </item>
418             <item row="4" column="1">
419              <widget class="QLineEdit" name="xtol_amoeba"/>
420             </item>
421            </layout>
422           </widget>
423          </item>
424          <item row="1" column="0">
425           <spacer name="verticalSpacer_4">
426            <property name="orientation">
427             <enum>Qt::Vertical</enum>
428            </property>
429            <property name="sizeHint" stdset="0">
430             <size>
431              <width>20</width>
432              <height>382</height>
433             </size>
434            </property>
435           </spacer>
436          </item>
437         </layout>
438        </widget>
439       </widget>
440      </item>
441     </layout>
442    </widget>
443   </item>
444   <item row="1" column="0">
445    <widget class="QDialogButtonBox" name="buttonBox">
446     <property name="orientation">
447      <enum>Qt::Horizontal</enum>
448     </property>
449     <property name="standardButtons">
450      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
451     </property>
452    </widget>
453   </item>
454  </layout>
455 </widget>
456 <resources/>
457 <connections>
458  <connection>
459   <sender>buttonBox</sender>
460   <signal>accepted()</signal>
461   <receiver>FittingOptions</receiver>
462   <slot>accept()</slot>
463   <hints>
464    <hint type="sourcelabel">
465     <x>248</x>
466     <y>254</y>
467    </hint>
468    <hint type="destinationlabel">
469     <x>157</x>
470     <y>274</y>
471    </hint>
472   </hints>
473  </connection>
474  <connection>
475   <sender>buttonBox</sender>
476   <signal>rejected()</signal>
477   <receiver>FittingOptions</receiver>
478   <slot>reject()</slot>
479   <hints>
480    <hint type="sourcelabel">
481     <x>316</x>
482     <y>260</y>
483    </hint>
484    <hint type="destinationlabel">
485     <x>286</x>
486     <y>274</y>
487    </hint>
488   </hints>
489  </connection>
490 </connections>
491</ui>
Note: See TracBrowser for help on using the repository browser.