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

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

Unit tests for fitting options dialog SASVIEW-514

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