* upgraded euler to euler-maruyama
[quplot.git] / dimdialog.ui
blobc83089c2b1c92746b4c81e44d1e5c10e988ba173
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DimDialog</class>
4 <widget class="QDialog" name="DimDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>591</width>
10 <height>604</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QPushButton" name="pushButton">
17 <property name="geometry">
18 <rect>
19 <x>250</x>
20 <y>560</y>
21 <width>86</width>
22 <height>28</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>OK</string>
27 </property>
28 </widget>
29 <widget class="QGroupBox" name="groupBox">
30 <property name="geometry">
31 <rect>
32 <x>10</x>
33 <y>40</y>
34 <width>281</width>
35 <height>201</height>
36 </rect>
37 </property>
38 <property name="title">
39 <string>Constants</string>
40 </property>
41 <widget class="QDoubleSpinBox" name="aSpinBox">
42 <property name="enabled">
43 <bool>true</bool>
44 </property>
45 <property name="geometry">
46 <rect>
47 <x>30</x>
48 <y>30</y>
49 <width>62</width>
50 <height>23</height>
51 </rect>
52 </property>
53 <property name="decimals">
54 <number>3</number>
55 </property>
56 <property name="value">
57 <double>1.000000000000000</double>
58 </property>
59 </widget>
60 <widget class="QDoubleSpinBox" name="bSpinBox">
61 <property name="geometry">
62 <rect>
63 <x>120</x>
64 <y>30</y>
65 <width>62</width>
66 <height>23</height>
67 </rect>
68 </property>
69 <property name="decimals">
70 <number>3</number>
71 </property>
72 <property name="maximum">
73 <double>360.000000000000000</double>
74 </property>
75 <property name="value">
76 <double>1.240000000000000</double>
77 </property>
78 </widget>
79 <widget class="QDoubleSpinBox" name="FSpinBox">
80 <property name="geometry">
81 <rect>
82 <x>30</x>
83 <y>60</y>
84 <width>62</width>
85 <height>23</height>
86 </rect>
87 </property>
88 <property name="decimals">
89 <number>3</number>
90 </property>
91 <property name="value">
92 <double>0.000000000000000</double>
93 </property>
94 </widget>
95 <widget class="QLabel" name="aLabel">
96 <property name="geometry">
97 <rect>
98 <x>10</x>
99 <y>30</y>
100 <width>16</width>
101 <height>18</height>
102 </rect>
103 </property>
104 <property name="text">
105 <string>a:</string>
106 </property>
107 <property name="buddy">
108 <cstring>aSpinBox</cstring>
109 </property>
110 </widget>
111 <widget class="QLabel" name="bLabel">
112 <property name="geometry">
113 <rect>
114 <x>100</x>
115 <y>30</y>
116 <width>16</width>
117 <height>20</height>
118 </rect>
119 </property>
120 <property name="text">
121 <string>A:</string>
122 </property>
123 <property name="buddy">
124 <cstring>bSpinBox</cstring>
125 </property>
126 </widget>
127 <widget class="QLabel" name="FLabel">
128 <property name="geometry">
129 <rect>
130 <x>10</x>
131 <y>60</y>
132 <width>16</width>
133 <height>18</height>
134 </rect>
135 </property>
136 <property name="text">
137 <string>F:</string>
138 </property>
139 <property name="buddy">
140 <cstring>FSpinBox</cstring>
141 </property>
142 </widget>
143 <widget class="QLabel" name="wLabel">
144 <property name="geometry">
145 <rect>
146 <x>190</x>
147 <y>30</y>
148 <width>21</width>
149 <height>18</height>
150 </rect>
151 </property>
152 <property name="text">
153 <string>w:</string>
154 </property>
155 <property name="buddy">
156 <cstring>wSpinBox</cstring>
157 </property>
158 </widget>
159 <widget class="QDoubleSpinBox" name="wSpinBox">
160 <property name="geometry">
161 <rect>
162 <x>210</x>
163 <y>30</y>
164 <width>62</width>
165 <height>23</height>
166 </rect>
167 </property>
168 <property name="decimals">
169 <number>3</number>
170 </property>
171 <property name="value">
172 <double>0.010000000000000</double>
173 </property>
174 </widget>
175 <widget class="QDoubleSpinBox" name="eta1SpinBox">
176 <property name="geometry">
177 <rect>
178 <x>120</x>
179 <y>60</y>
180 <width>62</width>
181 <height>22</height>
182 </rect>
183 </property>
184 <property name="decimals">
185 <number>4</number>
186 </property>
187 <property name="value">
188 <double>1.000000000000000</double>
189 </property>
190 </widget>
191 <widget class="QLabel" name="eta1Label">
192 <property name="geometry">
193 <rect>
194 <x>100</x>
195 <y>60</y>
196 <width>16</width>
197 <height>16</height>
198 </rect>
199 </property>
200 <property name="text">
201 <string>n1</string>
202 </property>
203 <property name="buddy">
204 <cstring>eta1SpinBox</cstring>
205 </property>
206 </widget>
207 <widget class="QDoubleSpinBox" name="eta2SpinBox">
208 <property name="geometry">
209 <rect>
210 <x>210</x>
211 <y>60</y>
212 <width>62</width>
213 <height>23</height>
214 </rect>
215 </property>
216 <property name="decimals">
217 <number>3</number>
218 </property>
219 <property name="value">
220 <double>1.200000000000000</double>
221 </property>
222 </widget>
223 <widget class="QLabel" name="eta2Label">
224 <property name="geometry">
225 <rect>
226 <x>190</x>
227 <y>60</y>
228 <width>16</width>
229 <height>18</height>
230 </rect>
231 </property>
232 <property name="text">
233 <string>n2</string>
234 </property>
235 <property name="buddy">
236 <cstring>eta2SpinBox</cstring>
237 </property>
238 </widget>
239 <widget class="QDoubleSpinBox" name="lSpinBox">
240 <property name="geometry">
241 <rect>
242 <x>30</x>
243 <y>90</y>
244 <width>62</width>
245 <height>23</height>
246 </rect>
247 </property>
248 <property name="decimals">
249 <number>3</number>
250 </property>
251 <property name="value">
252 <double>1.700000000000000</double>
253 </property>
254 </widget>
255 <widget class="QLabel" name="lLabel">
256 <property name="geometry">
257 <rect>
258 <x>10</x>
259 <y>90</y>
260 <width>16</width>
261 <height>16</height>
262 </rect>
263 </property>
264 <property name="text">
265 <string>l</string>
266 </property>
267 <property name="buddy">
268 <cstring>lSpinBox</cstring>
269 </property>
270 </widget>
271 <widget class="QCheckBox" name="eulCheck">
272 <property name="geometry">
273 <rect>
274 <x>10</x>
275 <y>170</y>
276 <width>87</width>
277 <height>23</height>
278 </rect>
279 </property>
280 <property name="text">
281 <string>Euler</string>
282 </property>
283 </widget>
284 <widget class="QCheckBox" name="rukCheck">
285 <property name="geometry">
286 <rect>
287 <x>170</x>
288 <y>173</y>
289 <width>261</width>
290 <height>20</height>
291 </rect>
292 </property>
293 <property name="text">
294 <string>Runge-Kutta</string>
295 </property>
296 <property name="checked">
297 <bool>true</bool>
298 </property>
299 </widget>
300 <widget class="QDoubleSpinBox" name="thetaSpinBox">
301 <property name="geometry">
302 <rect>
303 <x>120</x>
304 <y>90</y>
305 <width>62</width>
306 <height>23</height>
307 </rect>
308 </property>
309 <property name="maximum">
310 <double>360.000000000000000</double>
311 </property>
312 </widget>
313 <widget class="QLabel" name="thetaLabel">
314 <property name="geometry">
315 <rect>
316 <x>100</x>
317 <y>90</y>
318 <width>16</width>
319 <height>18</height>
320 </rect>
321 </property>
322 <property name="text">
323 <string>th</string>
324 </property>
325 <property name="buddy">
326 <cstring>thetaSpinBox</cstring>
327 </property>
328 </widget>
329 <widget class="QDoubleSpinBox" name="psiSpinBox">
330 <property name="geometry">
331 <rect>
332 <x>210</x>
333 <y>90</y>
334 <width>62</width>
335 <height>22</height>
336 </rect>
337 </property>
338 <property name="decimals">
339 <number>3</number>
340 </property>
341 </widget>
342 <widget class="QLabel" name="psiLabel">
343 <property name="geometry">
344 <rect>
345 <x>190</x>
346 <y>90</y>
347 <width>21</width>
348 <height>16</height>
349 </rect>
350 </property>
351 <property name="text">
352 <string>psi</string>
353 </property>
354 <property name="buddy">
355 <cstring>psiSpinBox</cstring>
356 </property>
357 </widget>
358 <widget class="QDoubleSpinBox" name="USpinBox">
359 <property name="geometry">
360 <rect>
361 <x>30</x>
362 <y>120</y>
363 <width>62</width>
364 <height>23</height>
365 </rect>
366 </property>
367 </widget>
368 <widget class="QLabel" name="ULabel">
369 <property name="geometry">
370 <rect>
371 <x>10</x>
372 <y>120</y>
373 <width>21</width>
374 <height>18</height>
375 </rect>
376 </property>
377 <property name="text">
378 <string>U</string>
379 </property>
380 <property name="buddy">
381 <cstring>USpinBox</cstring>
382 </property>
383 </widget>
384 <widget class="QDoubleSpinBox" name="tempSpinBox">
385 <property name="geometry">
386 <rect>
387 <x>120</x>
388 <y>120</y>
389 <width>91</width>
390 <height>23</height>
391 </rect>
392 </property>
393 <property name="decimals">
394 <number>6</number>
395 </property>
396 <property name="maximum">
397 <double>9999.989999999999782</double>
398 </property>
399 </widget>
400 <widget class="QLabel" name="tempLabel">
401 <property name="geometry">
402 <rect>
403 <x>100</x>
404 <y>120</y>
405 <width>16</width>
406 <height>18</height>
407 </rect>
408 </property>
409 <property name="text">
410 <string>T</string>
411 </property>
412 <property name="buddy">
413 <cstring>tempSpinBox</cstring>
414 </property>
415 </widget>
416 </widget>
417 <widget class="QComboBox" name="comboBox">
418 <property name="geometry">
419 <rect>
420 <x>310</x>
421 <y>10</y>
422 <width>271</width>
423 <height>22</height>
424 </rect>
425 </property>
426 <property name="currentIndex">
427 <number>-1</number>
428 </property>
429 <property name="maxCount">
430 <number>10</number>
431 </property>
432 <property name="insertPolicy">
433 <enum>QComboBox::NoInsert</enum>
434 </property>
435 <property name="sizeAdjustPolicy">
436 <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
437 </property>
438 <property name="frame">
439 <bool>true</bool>
440 </property>
441 </widget>
442 <widget class="QGroupBox" name="groupBox_2">
443 <property name="geometry">
444 <rect>
445 <x>300</x>
446 <y>40</y>
447 <width>281</width>
448 <height>201</height>
449 </rect>
450 </property>
451 <property name="title">
452 <string>Initial Conditions</string>
453 </property>
454 <widget class="QLabel" name="timeLabel">
455 <property name="geometry">
456 <rect>
457 <x>10</x>
458 <y>30</y>
459 <width>31</width>
460 <height>18</height>
461 </rect>
462 </property>
463 <property name="text">
464 <string>Time</string>
465 </property>
466 <property name="buddy">
467 <cstring>timeSpinBox</cstring>
468 </property>
469 </widget>
470 <widget class="QLabel" name="veloxLabel">
471 <property name="geometry">
472 <rect>
473 <x>130</x>
474 <y>90</y>
475 <width>71</width>
476 <height>20</height>
477 </rect>
478 </property>
479 <property name="text">
480 <string>x velocity</string>
481 </property>
482 <property name="buddy">
483 <cstring>veloxSpinBox</cstring>
484 </property>
485 </widget>
486 <widget class="QDoubleSpinBox" name="timeSpinBox">
487 <property name="geometry">
488 <rect>
489 <x>50</x>
490 <y>30</y>
491 <width>71</width>
492 <height>23</height>
493 </rect>
494 </property>
495 <property name="maximum">
496 <double>999.990000000000009</double>
497 </property>
498 </widget>
499 <widget class="QDoubleSpinBox" name="veloxSpinBox">
500 <property name="geometry">
501 <rect>
502 <x>200</x>
503 <y>90</y>
504 <width>71</width>
505 <height>23</height>
506 </rect>
507 </property>
508 <property name="maximum">
509 <double>999.990000000000009</double>
510 </property>
511 <property name="value">
512 <double>100.000000000000000</double>
513 </property>
514 </widget>
515 <widget class="QDoubleSpinBox" name="offxSpinBox">
516 <property name="geometry">
517 <rect>
518 <x>201</x>
519 <y>35</y>
520 <width>71</width>
521 <height>21</height>
522 </rect>
523 </property>
524 <property name="maximum">
525 <double>999.990000000000009</double>
526 </property>
527 <property name="value">
528 <double>1.000000000000000</double>
529 </property>
530 </widget>
531 <widget class="QLabel" name="offxLabel">
532 <property name="geometry">
533 <rect>
534 <x>140</x>
535 <y>36</y>
536 <width>51</width>
537 <height>20</height>
538 </rect>
539 </property>
540 <property name="text">
541 <string>x offset</string>
542 </property>
543 <property name="buddy">
544 <cstring>offxSpinBox</cstring>
545 </property>
546 </widget>
547 <widget class="QDoubleSpinBox" name="unusedSpinBox">
548 <property name="geometry">
549 <rect>
550 <x>50</x>
551 <y>60</y>
552 <width>71</width>
553 <height>23</height>
554 </rect>
555 </property>
556 <property name="maximum">
557 <double>999.990000000000009</double>
558 </property>
559 </widget>
560 <widget class="QLabel" name="unusedLabel">
561 <property name="geometry">
562 <rect>
563 <x>10</x>
564 <y>58</y>
565 <width>21</width>
566 <height>20</height>
567 </rect>
568 </property>
569 <property name="text">
570 <string>N/A</string>
571 </property>
572 <property name="buddy">
573 <cstring>unusedSpinBox</cstring>
574 </property>
575 </widget>
576 <widget class="QDoubleSpinBox" name="offySpinBox">
577 <property name="geometry">
578 <rect>
579 <x>200</x>
580 <y>60</y>
581 <width>71</width>
582 <height>23</height>
583 </rect>
584 </property>
585 <property name="maximum">
586 <double>999.990000000000009</double>
587 </property>
588 <property name="value">
589 <double>1.000000000000000</double>
590 </property>
591 </widget>
592 <widget class="QDoubleSpinBox" name="veloySpinBox">
593 <property name="geometry">
594 <rect>
595 <x>200</x>
596 <y>120</y>
597 <width>71</width>
598 <height>23</height>
599 </rect>
600 </property>
601 <property name="maximum">
602 <double>999.000000000000000</double>
603 </property>
604 <property name="value">
605 <double>100.000000000000000</double>
606 </property>
607 </widget>
608 <widget class="QLabel" name="offyLabel">
609 <property name="geometry">
610 <rect>
611 <x>140</x>
612 <y>60</y>
613 <width>62</width>
614 <height>18</height>
615 </rect>
616 </property>
617 <property name="text">
618 <string>y offset</string>
619 </property>
620 <property name="buddy">
621 <cstring>offySpinBox</cstring>
622 </property>
623 </widget>
624 <widget class="QLabel" name="veloyLabel">
625 <property name="geometry">
626 <rect>
627 <x>130</x>
628 <y>120</y>
629 <width>62</width>
630 <height>18</height>
631 </rect>
632 </property>
633 <property name="text">
634 <string>y velocity</string>
635 </property>
636 <property name="buddy">
637 <cstring>veloySpinBox</cstring>
638 </property>
639 </widget>
640 <widget class="QCheckBox" name="randomCheck">
641 <property name="geometry">
642 <rect>
643 <x>20</x>
644 <y>120</y>
645 <width>91</width>
646 <height>23</height>
647 </rect>
648 </property>
649 <property name="text">
650 <string>Random IC</string>
651 </property>
652 </widget>
653 <widget class="QDoubleSpinBox" name="phiSpinBox">
654 <property name="geometry">
655 <rect>
656 <x>50</x>
657 <y>93</y>
658 <width>71</width>
659 <height>20</height>
660 </rect>
661 </property>
662 <property name="decimals">
663 <number>2</number>
664 </property>
665 <property name="maximum">
666 <double>360.000000000000000</double>
667 </property>
668 </widget>
669 <widget class="QLabel" name="phiLabel">
670 <property name="geometry">
671 <rect>
672 <x>10</x>
673 <y>90</y>
674 <width>21</width>
675 <height>18</height>
676 </rect>
677 </property>
678 <property name="text">
679 <string>phi</string>
680 </property>
681 <property name="buddy">
682 <cstring>phiSpinBox</cstring>
683 </property>
684 </widget>
685 </widget>
686 <widget class="QLabel" name="label">
687 <property name="geometry">
688 <rect>
689 <x>20</x>
690 <y>10</y>
691 <width>271</width>
692 <height>18</height>
693 </rect>
694 </property>
695 <property name="text">
696 <string>Choose equation to solve :</string>
697 </property>
698 <property name="buddy">
699 <cstring>comboBox</cstring>
700 </property>
701 </widget>
702 <widget class="QGroupBox" name="groupBox_3">
703 <property name="geometry">
704 <rect>
705 <x>10</x>
706 <y>240</y>
707 <width>281</width>
708 <height>101</height>
709 </rect>
710 </property>
711 <property name="title">
712 <string>Parameters</string>
713 </property>
714 <widget class="QDoubleSpinBox" name="stepsizeSpinBox">
715 <property name="geometry">
716 <rect>
717 <x>80</x>
718 <y>20</y>
719 <width>71</width>
720 <height>23</height>
721 </rect>
722 </property>
723 <property name="decimals">
724 <number>3</number>
725 </property>
726 <property name="maximum">
727 <double>1.000000000000000</double>
728 </property>
729 <property name="value">
730 <double>0.100000000000000</double>
731 </property>
732 </widget>
733 <widget class="QLabel" name="stepsizeLabel">
734 <property name="geometry">
735 <rect>
736 <x>10</x>
737 <y>20</y>
738 <width>62</width>
739 <height>18</height>
740 </rect>
741 </property>
742 <property name="text">
743 <string>Step Size</string>
744 </property>
745 <property name="buddy">
746 <cstring>stepsizeSpinBox</cstring>
747 </property>
748 </widget>
749 <widget class="QLabel" name="stepsLabel">
750 <property name="geometry">
751 <rect>
752 <x>10</x>
753 <y>60</y>
754 <width>51</width>
755 <height>18</height>
756 </rect>
757 </property>
758 <property name="text">
759 <string>periods</string>
760 </property>
761 <property name="buddy">
762 <cstring>stepsSpinBox</cstring>
763 </property>
764 </widget>
765 <widget class="QDoubleSpinBox" name="stepsSpinBox">
766 <property name="geometry">
767 <rect>
768 <x>70</x>
769 <y>60</y>
770 <width>71</width>
771 <height>23</height>
772 </rect>
773 </property>
774 <property name="maximum">
775 <double>1000000000.000000000000000</double>
776 </property>
777 <property name="value">
778 <double>100.000000000000000</double>
779 </property>
780 </widget>
781 <widget class="QDoubleSpinBox" name="fromtSpinBox">
782 <property name="geometry">
783 <rect>
784 <x>210</x>
785 <y>20</y>
786 <width>62</width>
787 <height>22</height>
788 </rect>
789 </property>
790 <property name="decimals">
791 <number>3</number>
792 </property>
793 <property name="maximum">
794 <double>9999.000000000000000</double>
795 </property>
796 </widget>
797 <widget class="QLabel" name="fromtLabel">
798 <property name="geometry">
799 <rect>
800 <x>170</x>
801 <y>20</y>
802 <width>31</width>
803 <height>16</height>
804 </rect>
805 </property>
806 <property name="text">
807 <string>from</string>
808 </property>
809 <property name="buddy">
810 <cstring>fromtSpinBox</cstring>
811 </property>
812 </widget>
813 <widget class="QDoubleSpinBox" name="filterSpinBox">
814 <property name="geometry">
815 <rect>
816 <x>190</x>
817 <y>60</y>
818 <width>81</width>
819 <height>23</height>
820 </rect>
821 </property>
822 <property name="toolTip">
823 <string>values with a difference smaller than this value are filtered out</string>
824 </property>
825 <property name="decimals">
826 <number>5</number>
827 </property>
828 <property name="maximum">
829 <double>1.000000000000000</double>
830 </property>
831 <property name="value">
832 <double>0.000100000000000</double>
833 </property>
834 </widget>
835 <widget class="QLabel" name="filterLabel">
836 <property name="geometry">
837 <rect>
838 <x>150</x>
839 <y>60</y>
840 <width>31</width>
841 <height>18</height>
842 </rect>
843 </property>
844 <property name="text">
845 <string>filter</string>
846 </property>
847 <property name="buddy">
848 <cstring>filterSpinBox</cstring>
849 </property>
850 </widget>
851 </widget>
852 <widget class="QGroupBox" name="groupBox_4">
853 <property name="geometry">
854 <rect>
855 <x>300</x>
856 <y>240</y>
857 <width>281</width>
858 <height>101</height>
859 </rect>
860 </property>
861 <property name="title">
862 <string>Converge Mode</string>
863 </property>
864 <widget class="QCheckBox" name="convergeCheck">
865 <property name="geometry">
866 <rect>
867 <x>10</x>
868 <y>40</y>
869 <width>121</width>
870 <height>23</height>
871 </rect>
872 </property>
873 <property name="text">
874 <string>Converge Mode</string>
875 </property>
876 </widget>
877 <widget class="QDoubleSpinBox" name="fromSpinBox">
878 <property name="geometry">
879 <rect>
880 <x>171</x>
881 <y>20</y>
882 <width>91</width>
883 <height>23</height>
884 </rect>
885 </property>
886 <property name="decimals">
887 <number>7</number>
888 </property>
889 <property name="maximum">
890 <double>1.000000000000000</double>
891 </property>
892 <property name="value">
893 <double>0.000010000000000</double>
894 </property>
895 </widget>
896 <widget class="QDoubleSpinBox" name="toSpinBox">
897 <property name="geometry">
898 <rect>
899 <x>171</x>
900 <y>61</y>
901 <width>91</width>
902 <height>20</height>
903 </rect>
904 </property>
905 <property name="decimals">
906 <number>7</number>
907 </property>
908 <property name="maximum">
909 <double>1.000000000000000</double>
910 </property>
911 <property name="value">
912 <double>1.000000000000000</double>
913 </property>
914 </widget>
915 <widget class="QLabel" name="fromLabel">
916 <property name="geometry">
917 <rect>
918 <x>100</x>
919 <y>20</y>
920 <width>61</width>
921 <height>20</height>
922 </rect>
923 </property>
924 <property name="text">
925 <string>stepsize</string>
926 </property>
927 <property name="buddy">
928 <cstring>fromSpinBox</cstring>
929 </property>
930 </widget>
931 <widget class="QLabel" name="toLabel">
932 <property name="geometry">
933 <rect>
934 <x>140</x>
935 <y>60</y>
936 <width>16</width>
937 <height>18</height>
938 </rect>
939 </property>
940 <property name="text">
941 <string>to</string>
942 </property>
943 <property name="buddy">
944 <cstring>toSpinBox</cstring>
945 </property>
946 </widget>
947 </widget>
948 <widget class="QGroupBox" name="groupBox_6">
949 <property name="geometry">
950 <rect>
951 <x>10</x>
952 <y>340</y>
953 <width>571</width>
954 <height>201</height>
955 </rect>
956 </property>
957 <property name="title">
958 <string>Dual Bifurcation Mode</string>
959 </property>
960 <widget class="QCheckBox" name="dualbifCheck">
961 <property name="geometry">
962 <rect>
963 <x>300</x>
964 <y>20</y>
965 <width>71</width>
966 <height>20</height>
967 </rect>
968 </property>
969 <property name="text">
970 <string>Dual Bif</string>
971 </property>
972 </widget>
973 <widget class="QDoubleSpinBox" name="fromr1SpinBox">
974 <property name="geometry">
975 <rect>
976 <x>180</x>
977 <y>20</y>
978 <width>91</width>
979 <height>22</height>
980 </rect>
981 </property>
982 <property name="decimals">
983 <number>5</number>
984 </property>
985 <property name="minimum">
986 <double>-360.000000000000000</double>
987 </property>
988 <property name="maximum">
989 <double>360.000000000000000</double>
990 </property>
991 <property name="value">
992 <double>0.000000000000000</double>
993 </property>
994 </widget>
995 <widget class="QDoubleSpinBox" name="tor1SpinBox">
996 <property name="geometry">
997 <rect>
998 <x>180</x>
999 <y>50</y>
1000 <width>91</width>
1001 <height>22</height>
1002 </rect>
1003 </property>
1004 <property name="decimals">
1005 <number>5</number>
1006 </property>
1007 <property name="maximum">
1008 <double>360.000000000000000</double>
1009 </property>
1010 <property name="value">
1011 <double>359.000000000000000</double>
1012 </property>
1013 </widget>
1014 <widget class="QLabel" name="fromr1Label">
1015 <property name="geometry">
1016 <rect>
1017 <x>130</x>
1018 <y>20</y>
1019 <width>41</width>
1020 <height>20</height>
1021 </rect>
1022 </property>
1023 <property name="text">
1024 <string>from 1</string>
1025 </property>
1026 <property name="buddy">
1027 <cstring>fromr1SpinBox</cstring>
1028 </property>
1029 </widget>
1030 <widget class="QLabel" name="tor1Label">
1031 <property name="geometry">
1032 <rect>
1033 <x>130</x>
1034 <y>50</y>
1035 <width>31</width>
1036 <height>20</height>
1037 </rect>
1038 </property>
1039 <property name="text">
1040 <string>to 1</string>
1041 </property>
1042 <property name="buddy">
1043 <cstring>tor1SpinBox</cstring>
1044 </property>
1045 </widget>
1046 <widget class="QDoubleSpinBox" name="stepr1SpinBox">
1047 <property name="geometry">
1048 <rect>
1049 <x>90</x>
1050 <y>80</y>
1051 <width>181</width>
1052 <height>22</height>
1053 </rect>
1054 </property>
1055 <property name="decimals">
1056 <number>10</number>
1057 </property>
1058 <property name="value">
1059 <double>1.000000000000000</double>
1060 </property>
1061 </widget>
1062 <widget class="QLabel" name="stepr1Label">
1063 <property name="geometry">
1064 <rect>
1065 <x>10</x>
1066 <y>80</y>
1067 <width>71</width>
1068 <height>16</height>
1069 </rect>
1070 </property>
1071 <property name="text">
1072 <string>step size 1</string>
1073 </property>
1074 <property name="buddy">
1075 <cstring>stepr1SpinBox</cstring>
1076 </property>
1077 </widget>
1078 <widget class="QLabel" name="sampleLabel">
1079 <property name="enabled">
1080 <bool>true</bool>
1081 </property>
1082 <property name="geometry">
1083 <rect>
1084 <x>150</x>
1085 <y>110</y>
1086 <width>51</width>
1087 <height>20</height>
1088 </rect>
1089 </property>
1090 <property name="text">
1091 <string>Samples</string>
1092 </property>
1093 <property name="buddy">
1094 <cstring>samplesSpinBox</cstring>
1095 </property>
1096 </widget>
1097 <widget class="QLineEdit" name="param1Edit">
1098 <property name="geometry">
1099 <rect>
1100 <x>90</x>
1101 <y>50</y>
1102 <width>21</width>
1103 <height>16</height>
1104 </rect>
1105 </property>
1106 <property name="inputMask">
1107 <string>A; </string>
1108 </property>
1109 <property name="text">
1110 <string>a</string>
1111 </property>
1112 <property name="frame">
1113 <bool>true</bool>
1114 </property>
1115 </widget>
1116 <widget class="QLabel" name="param1Label">
1117 <property name="geometry">
1118 <rect>
1119 <x>10</x>
1120 <y>50</y>
1121 <width>81</width>
1122 <height>18</height>
1123 </rect>
1124 </property>
1125 <property name="text">
1126 <string>Param 1</string>
1127 </property>
1128 <property name="buddy">
1129 <cstring>param1Edit</cstring>
1130 </property>
1131 </widget>
1132 <widget class="QLabel" name="param2Label">
1133 <property name="geometry">
1134 <rect>
1135 <x>300</x>
1136 <y>50</y>
1137 <width>81</width>
1138 <height>18</height>
1139 </rect>
1140 </property>
1141 <property name="text">
1142 <string>Param 2</string>
1143 </property>
1144 <property name="buddy">
1145 <cstring>param2Edit</cstring>
1146 </property>
1147 </widget>
1148 <widget class="QLineEdit" name="param2Edit">
1149 <property name="geometry">
1150 <rect>
1151 <x>380</x>
1152 <y>50</y>
1153 <width>21</width>
1154 <height>20</height>
1155 </rect>
1156 </property>
1157 <property name="inputMask">
1158 <string>A; </string>
1159 </property>
1160 <property name="text">
1161 <string>w</string>
1162 </property>
1163 </widget>
1164 <widget class="QDoubleSpinBox" name="tor2SpinBox">
1165 <property name="geometry">
1166 <rect>
1167 <x>470</x>
1168 <y>50</y>
1169 <width>91</width>
1170 <height>22</height>
1171 </rect>
1172 </property>
1173 <property name="decimals">
1174 <number>5</number>
1175 </property>
1176 <property name="maximum">
1177 <double>360.000000000000000</double>
1178 </property>
1179 <property name="value">
1180 <double>0.000000000000000</double>
1181 </property>
1182 </widget>
1183 <widget class="QDoubleSpinBox" name="fromr2SpinBox">
1184 <property name="geometry">
1185 <rect>
1186 <x>470</x>
1187 <y>20</y>
1188 <width>91</width>
1189 <height>21</height>
1190 </rect>
1191 </property>
1192 <property name="decimals">
1193 <number>5</number>
1194 </property>
1195 <property name="maximum">
1196 <double>360.000000000000000</double>
1197 </property>
1198 <property name="value">
1199 <double>0.000000000000000</double>
1200 </property>
1201 </widget>
1202 <widget class="QDoubleSpinBox" name="stepr2SpinBox">
1203 <property name="geometry">
1204 <rect>
1205 <x>380</x>
1206 <y>80</y>
1207 <width>181</width>
1208 <height>22</height>
1209 </rect>
1210 </property>
1211 <property name="decimals">
1212 <number>10</number>
1213 </property>
1214 <property name="value">
1215 <double>1.000000000000000</double>
1216 </property>
1217 </widget>
1218 <widget class="QLabel" name="stepr2Label">
1219 <property name="geometry">
1220 <rect>
1221 <x>300</x>
1222 <y>80</y>
1223 <width>71</width>
1224 <height>16</height>
1225 </rect>
1226 </property>
1227 <property name="text">
1228 <string>step size 2</string>
1229 </property>
1230 <property name="buddy">
1231 <cstring>stepr2SpinBox</cstring>
1232 </property>
1233 </widget>
1234 <widget class="QSpinBox" name="samplesSpinBox">
1235 <property name="geometry">
1236 <rect>
1237 <x>210</x>
1238 <y>110</y>
1239 <width>61</width>
1240 <height>21</height>
1241 </rect>
1242 </property>
1243 <property name="maximum">
1244 <number>1000</number>
1245 </property>
1246 <property name="value">
1247 <number>10</number>
1248 </property>
1249 </widget>
1250 <widget class="QLabel" name="fromr2Label">
1251 <property name="geometry">
1252 <rect>
1253 <x>420</x>
1254 <y>20</y>
1255 <width>41</width>
1256 <height>20</height>
1257 </rect>
1258 </property>
1259 <property name="text">
1260 <string>from2</string>
1261 </property>
1262 <property name="buddy">
1263 <cstring>fromr2SpinBox</cstring>
1264 </property>
1265 </widget>
1266 <widget class="QLabel" name="tor2Label">
1267 <property name="geometry">
1268 <rect>
1269 <x>420</x>
1270 <y>50</y>
1271 <width>41</width>
1272 <height>20</height>
1273 </rect>
1274 </property>
1275 <property name="text">
1276 <string>to 2</string>
1277 </property>
1278 <property name="buddy">
1279 <cstring>tor2SpinBox</cstring>
1280 </property>
1281 </widget>
1282 <widget class="QCheckBox" name="bifurcateCheck">
1283 <property name="geometry">
1284 <rect>
1285 <x>10</x>
1286 <y>20</y>
1287 <width>81</width>
1288 <height>20</height>
1289 </rect>
1290 </property>
1291 <property name="text">
1292 <string>Bifurcate</string>
1293 </property>
1294 </widget>
1295 <widget class="QLabel" name="threshLabel">
1296 <property name="geometry">
1297 <rect>
1298 <x>10</x>
1299 <y>170</y>
1300 <width>71</width>
1301 <height>18</height>
1302 </rect>
1303 </property>
1304 <property name="text">
1305 <string>Threshold</string>
1306 </property>
1307 <property name="buddy">
1308 <cstring>threshSpinBox</cstring>
1309 </property>
1310 </widget>
1311 <widget class="QSpinBox" name="threshSpinBox">
1312 <property name="geometry">
1313 <rect>
1314 <x>80</x>
1315 <y>160</y>
1316 <width>54</width>
1317 <height>23</height>
1318 </rect>
1319 </property>
1320 <property name="maximum">
1321 <number>1000000</number>
1322 </property>
1323 <property name="value">
1324 <number>1000</number>
1325 </property>
1326 </widget>
1327 <widget class="QCheckBox" name="searchCheck">
1328 <property name="geometry">
1329 <rect>
1330 <x>10</x>
1331 <y>130</y>
1332 <width>111</width>
1333 <height>23</height>
1334 </rect>
1335 </property>
1336 <property name="text">
1337 <string>Search mode</string>
1338 </property>
1339 </widget>
1340 </widget>
1341 </widget>
1342 <resources/>
1343 <connections>
1344 <connection>
1345 <sender>pushButton</sender>
1346 <signal>clicked()</signal>
1347 <receiver>DimDialog</receiver>
1348 <slot>close()</slot>
1349 <hints>
1350 <hint type="sourcelabel">
1351 <x>552</x>
1352 <y>590</y>
1353 </hint>
1354 <hint type="destinationlabel">
1355 <x>295</x>
1356 <y>105</y>
1357 </hint>
1358 </hints>
1359 </connection>
1360 </connections>
1361 </ui>