source: palm/trunk/SCRIPTS/palm_gf_files/palm_gf.ui

Last change on this file was 4869, checked in by schwenkel, 3 years ago

update palm_gf to python3

  • Property svn:mime-type set to application/xml
File size: 22.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>797</width>
10    <height>500</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>MainWindow</string>
15  </property>
16  <property name="layoutDirection">
17   <enum>Qt::LeftToRight</enum>
18  </property>
19  <property name="locale">
20   <locale language="German" country="Germany"/>
21  </property>
22  <property name="dockOptions">
23   <set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
24  </property>
25  <widget class="QWidget" name="centralwidget">
26   <widget class="QWidget" name="gridLayoutWidget">
27    <property name="geometry">
28     <rect>
29      <x>85</x>
30      <y>60</y>
31      <width>361</width>
32      <height>111</height>
33     </rect>
34    </property>
35    <layout class="QGridLayout" name="grid_layout_1">
36     <property name="sizeConstraint">
37      <enum>QLayout::SetDefaultConstraint</enum>
38     </property>
39     <property name="leftMargin">
40      <number>5</number>
41     </property>
42     <property name="topMargin">
43      <number>0</number>
44     </property>
45     <property name="rightMargin">
46      <number>5</number>
47     </property>
48     <property name="bottomMargin">
49      <number>5</number>
50     </property>
51     <property name="horizontalSpacing">
52      <number>25</number>
53     </property>
54     <item row="0" column="2">
55      <widget class="QSpinBox" name="nz_min_box">
56       <property name="minimumSize">
57        <size>
58         <width>0</width>
59         <height>24</height>
60        </size>
61       </property>
62       <property name="minimum">
63        <number>0</number>
64       </property>
65       <property name="maximum">
66        <number>99999999</number>
67       </property>
68      </widget>
69     </item>
70     <item row="1" column="2">
71      <widget class="QSpinBox" name="nz_max_box">
72       <property name="minimumSize">
73        <size>
74         <width>0</width>
75         <height>24</height>
76        </size>
77       </property>
78       <property name="minimum">
79        <number>1</number>
80       </property>
81       <property name="maximum">
82        <number>99999999</number>
83       </property>
84      </widget>
85     </item>
86     <item row="0" column="1">
87      <widget class="QSpinBox" name="ny_min_box">
88       <property name="minimumSize">
89        <size>
90         <width>0</width>
91         <height>24</height>
92        </size>
93       </property>
94       <property name="minimum">
95        <number>0</number>
96       </property>
97       <property name="maximum">
98        <number>99999999</number>
99       </property>
100      </widget>
101     </item>
102     <item row="1" column="1">
103      <widget class="QSpinBox" name="ny_max_box">
104       <property name="minimumSize">
105        <size>
106         <width>0</width>
107         <height>24</height>
108        </size>
109       </property>
110       <property name="minimum">
111        <number>1</number>
112       </property>
113       <property name="maximum">
114        <number>99999999</number>
115       </property>
116      </widget>
117     </item>
118     <item row="1" column="0">
119      <widget class="QSpinBox" name="nx_max_box">
120       <property name="minimumSize">
121        <size>
122         <width>0</width>
123         <height>24</height>
124        </size>
125       </property>
126       <property name="minimum">
127        <number>1</number>
128       </property>
129       <property name="maximum">
130        <number>99999999</number>
131       </property>
132      </widget>
133     </item>
134     <item row="0" column="0">
135      <widget class="QSpinBox" name="nx_min_box">
136       <property name="minimumSize">
137        <size>
138         <width>25</width>
139         <height>22</height>
140        </size>
141       </property>
142       <property name="minimum">
143        <number>0</number>
144       </property>
145       <property name="maximum">
146        <number>99999999</number>
147       </property>
148      </widget>
149     </item>
150    </layout>
151   </widget>
152   <widget class="QLabel" name="grid_header_label">
153    <property name="geometry">
154     <rect>
155      <x>0</x>
156      <y>10</y>
157      <width>171</width>
158      <height>16</height>
159     </rect>
160    </property>
161    <property name="font">
162     <font>
163      <weight>75</weight>
164      <bold>true</bold>
165     </font>
166    </property>
167    <property name="text">
168     <string>   Define numerical grid</string>
169    </property>
170   </widget>
171   <widget class="QLabel" name="grid_min_label">
172    <property name="geometry">
173     <rect>
174      <x>10</x>
175      <y>82</y>
176      <width>71</width>
177      <height>21</height>
178     </rect>
179    </property>
180    <property name="text">
181     <string>Minimum</string>
182    </property>
183   </widget>
184   <widget class="QLabel" name="grid_max_label">
185    <property name="geometry">
186     <rect>
187      <x>10</x>
188      <y>128</y>
189      <width>71</width>
190      <height>21</height>
191     </rect>
192    </property>
193    <property name="text">
194     <string>Maximum</string>
195    </property>
196   </widget>
197   <widget class="QLabel" name="grid_nx_label">
198    <property name="geometry">
199     <rect>
200      <x>110</x>
201      <y>53</y>
202      <width>47</width>
203      <height>13</height>
204     </rect>
205    </property>
206    <property name="text">
207     <string>nx</string>
208    </property>
209   </widget>
210   <widget class="QLabel" name="grid_ny_label">
211    <property name="geometry">
212     <rect>
213      <x>240</x>
214      <y>53</y>
215      <width>47</width>
216      <height>13</height>
217     </rect>
218    </property>
219    <property name="text">
220     <string>ny</string>
221    </property>
222   </widget>
223   <widget class="QLabel" name="grid_nz_label">
224    <property name="geometry">
225     <rect>
226      <x>370</x>
227      <y>53</y>
228      <width>47</width>
229      <height>13</height>
230     </rect>
231    </property>
232    <property name="text">
233     <string>nz</string>
234    </property>
235   </widget>
236   <widget class="QWidget" name="verticalLayoutWidget">
237    <property name="geometry">
238     <rect>
239      <x>569</x>
240      <y>59</y>
241      <width>131</width>
242      <height>111</height>
243     </rect>
244    </property>
245    <layout class="QVBoxLayout" name="proc_layout_1">
246     <property name="spacing">
247      <number>5</number>
248     </property>
249     <item>
250      <widget class="QSpinBox" name="proc_min_box">
251       <property name="minimumSize">
252        <size>
253         <width>110</width>
254         <height>24</height>
255        </size>
256       </property>
257       <property name="maximumSize">
258        <size>
259         <width>100</width>
260         <height>16777215</height>
261        </size>
262       </property>
263       <property name="minimum">
264        <number>0</number>
265       </property>
266       <property name="maximum">
267        <number>99999999</number>
268       </property>
269      </widget>
270     </item>
271     <item>
272      <widget class="QSpinBox" name="proc_max_box">
273       <property name="minimumSize">
274        <size>
275         <width>110</width>
276         <height>24</height>
277        </size>
278       </property>
279       <property name="maximumSize">
280        <size>
281         <width>100</width>
282         <height>16777215</height>
283        </size>
284       </property>
285       <property name="minimum">
286        <number>1</number>
287       </property>
288       <property name="maximum">
289        <number>99999999</number>
290       </property>
291      </widget>
292     </item>
293    </layout>
294   </widget>
295   <widget class="QLabel" name="proc_header_label">
296    <property name="geometry">
297     <rect>
298      <x>500</x>
299      <y>10</y>
300      <width>191</width>
301      <height>16</height>
302     </rect>
303    </property>
304    <property name="font">
305     <font>
306      <weight>75</weight>
307      <bold>true</bold>
308     </font>
309    </property>
310    <property name="text">
311     <string>Define processor topology</string>
312    </property>
313   </widget>
314   <widget class="QLabel" name="proc_min_label">
315    <property name="geometry">
316     <rect>
317      <x>490</x>
318      <y>80</y>
319      <width>71</width>
320      <height>20</height>
321     </rect>
322    </property>
323    <property name="text">
324     <string>Minimum</string>
325    </property>
326   </widget>
327   <widget class="QLabel" name="proc_max_label">
328    <property name="geometry">
329     <rect>
330      <x>490</x>
331      <y>130</y>
332      <width>71</width>
333      <height>20</height>
334     </rect>
335    </property>
336    <property name="text">
337     <string>Maximum</string>
338    </property>
339   </widget>
340   <widget class="QLabel" name="proc_nr_label">
341    <property name="geometry">
342     <rect>
343      <x>570</x>
344      <y>50</y>
345      <width>161</width>
346      <height>16</height>
347     </rect>
348    </property>
349    <property name="text">
350     <string>Number of Processors</string>
351    </property>
352   </widget>
353   <widget class="Line" name="line">
354    <property name="geometry">
355     <rect>
356      <x>460</x>
357      <y>72</y>
358      <width>21</width>
359      <height>261</height>
360     </rect>
361    </property>
362    <property name="orientation">
363     <enum>Qt::Vertical</enum>
364    </property>
365   </widget>
366   <widget class="QLabel" name="psolver_header_label">
367    <property name="geometry">
368     <rect>
369      <x>9</x>
370      <y>223</y>
371      <width>141</width>
372      <height>16</height>
373     </rect>
374    </property>
375    <property name="font">
376     <font>
377      <weight>75</weight>
378      <bold>true</bold>
379     </font>
380    </property>
381    <property name="text">
382     <string>Pressure Solver</string>
383    </property>
384   </widget>
385   <widget class="QWidget" name="horizontalLayoutWidget">
386    <property name="geometry">
387     <rect>
388      <x>20</x>
389      <y>276</y>
390      <width>299</width>
391      <height>51</height>
392     </rect>
393    </property>
394    <layout class="QHBoxLayout" name="psolver_layout">
395     <property name="spacing">
396      <number>50</number>
397     </property>
398     <item>
399      <widget class="QComboBox" name="psolver_combo_box">
400       <item>
401        <property name="text">
402         <string>-</string>
403        </property>
404       </item>
405       <item>
406        <property name="text">
407         <string>poisfft</string>
408        </property>
409       </item>
410       <item>
411        <property name="text">
412         <string>multigrid_noopt</string>
413        </property>
414       </item>
415       <item>
416        <property name="text">
417         <string>multigrid</string>
418        </property>
419       </item>
420       <item>
421        <property name="text">
422         <string>sor</string>
423        </property>
424       </item>
425      </widget>
426     </item>
427     <item>
428      <widget class="QComboBox" name="fft_combo_box">
429       <property name="enabled">
430        <bool>false</bool>
431       </property>
432       <item>
433        <property name="text">
434         <string>-</string>
435        </property>
436       </item>
437       <item>
438        <property name="text">
439         <string>FFTW</string>
440        </property>
441       </item>
442       <item>
443        <property name="text">
444         <string>Temperton</string>
445        </property>
446       </item>
447       <item>
448        <property name="text">
449         <string>Singleton</string>
450        </property>
451       </item>
452      </widget>
453     </item>
454    </layout>
455   </widget>
456   <widget class="QLabel" name="psolver_method_label">
457    <property name="geometry">
458     <rect>
459      <x>9</x>
460      <y>263</y>
461      <width>141</width>
462      <height>21</height>
463     </rect>
464    </property>
465    <property name="layoutDirection">
466     <enum>Qt::LeftToRight</enum>
467    </property>
468    <property name="text">
469     <string>Method (psolver)</string>
470    </property>
471    <property name="alignment">
472     <set>Qt::AlignCenter</set>
473    </property>
474   </widget>
475   <widget class="QLabel" name="psolver_fft_label">
476    <property name="geometry">
477     <rect>
478      <x>190</x>
479      <y>263</y>
480      <width>161</width>
481      <height>21</height>
482     </rect>
483    </property>
484    <property name="text">
485     <string>Specify FFT-Method</string>
486    </property>
487    <property name="alignment">
488     <set>Qt::AlignCenter</set>
489    </property>
490   </widget>
491   <widget class="QWidget" name="gridLayoutWidget_2">
492    <property name="geometry">
493     <rect>
494      <x>500</x>
495      <y>169</y>
496      <width>292</width>
497      <height>131</height>
498     </rect>
499    </property>
500    <layout class="QGridLayout" name="proc_layout_2">
501     <item row="1" column="0">
502      <widget class="QCheckBox" name="npex_npey_ratio_check">
503       <property name="text">
504        <string>Set fixed ratio (npex/npey)</string>
505       </property>
506      </widget>
507     </item>
508     <item row="0" column="0">
509      <widget class="QCheckBox" name="strict_matching_check">
510       <property name="layoutDirection">
511        <enum>Qt::LeftToRight</enum>
512       </property>
513       <property name="text">
514        <string>Strict Matching</string>
515       </property>
516       <property name="tristate">
517        <bool>false</bool>
518       </property>
519      </widget>
520     </item>
521     <item row="0" column="1">
522      <widget class="QSpinBox" name="strict_matching_box">
523       <property name="enabled">
524        <bool>false</bool>
525       </property>
526       <property name="minimumSize">
527        <size>
528         <width>44</width>
529         <height>24</height>
530        </size>
531       </property>
532       <property name="maximum">
533        <number>999</number>
534       </property>
535       <property name="value">
536        <number>24</number>
537       </property>
538      </widget>
539     </item>
540     <item row="2" column="1">
541      <widget class="QSpinBox" name="npex_npey_deviation_box">
542       <property name="enabled">
543        <bool>false</bool>
544       </property>
545       <property name="minimumSize">
546        <size>
547         <width>0</width>
548         <height>24</height>
549        </size>
550       </property>
551       <property name="minimum">
552        <number>1</number>
553       </property>
554       <property name="maximum">
555        <number>3</number>
556       </property>
557       <property name="value">
558        <number>1</number>
559       </property>
560      </widget>
561     </item>
562     <item row="2" column="0">
563      <widget class="QSlider" name="npex_npey_deviation_slider">
564       <property name="enabled">
565        <bool>false</bool>
566       </property>
567       <property name="minimum">
568        <number>1</number>
569       </property>
570       <property name="maximum">
571        <number>3</number>
572       </property>
573       <property name="value">
574        <number>1</number>
575       </property>
576       <property name="sliderPosition">
577        <number>1</number>
578       </property>
579       <property name="orientation">
580        <enum>Qt::Horizontal</enum>
581       </property>
582      </widget>
583     </item>
584     <item row="1" column="1">
585      <widget class="QDoubleSpinBox" name="npex_npey_ratio_box">
586       <property name="enabled">
587        <bool>false</bool>
588       </property>
589       <property name="minimumSize">
590        <size>
591         <width>0</width>
592         <height>24</height>
593        </size>
594       </property>
595       <property name="minimum">
596        <double>1.000000000000000</double>
597       </property>
598       <property name="maximum">
599        <double>100.000000000000000</double>
600       </property>
601       <property name="value">
602        <double>1.000000000000000</double>
603       </property>
604      </widget>
605     </item>
606    </layout>
607   </widget>
608   <widget class="QWidget" name="horizontalLayoutWidget_2">
609    <property name="geometry">
610     <rect>
611      <x>20</x>
612      <y>170</y>
613      <width>234</width>
614      <height>41</height>
615     </rect>
616    </property>
617    <layout class="QHBoxLayout" name="grid_layout_2">
618     <property name="spacing">
619      <number>0</number>
620     </property>
621     <item>
622      <widget class="QCheckBox" name="nx_ny_ratio_check">
623       <property name="minimumSize">
624        <size>
625         <width>0</width>
626         <height>24</height>
627        </size>
628       </property>
629       <property name="text">
630        <string>Set fixed ratio (nx/ny)</string>
631       </property>
632      </widget>
633     </item>
634     <item>
635      <widget class="QDoubleSpinBox" name="nx_ny_ratio_box">
636       <property name="enabled">
637        <bool>false</bool>
638       </property>
639       <property name="minimumSize">
640        <size>
641         <width>0</width>
642         <height>24</height>
643        </size>
644       </property>
645       <property name="maximumSize">
646        <size>
647         <width>60</width>
648         <height>16777215</height>
649        </size>
650       </property>
651       <property name="value">
652        <double>1.000000000000000</double>
653       </property>
654      </widget>
655     </item>
656    </layout>
657   </widget>
658   <widget class="Line" name="line_2">
659    <property name="geometry">
660     <rect>
661      <x>480</x>
662      <y>292</y>
663      <width>241</width>
664      <height>16</height>
665     </rect>
666    </property>
667    <property name="orientation">
668     <enum>Qt::Horizontal</enum>
669    </property>
670   </widget>
671   <widget class="QCheckBox" name="spectra_box">
672    <property name="geometry">
673     <rect>
674      <x>500</x>
675      <y>309</y>
676      <width>151</width>
677      <height>21</height>
678     </rect>
679    </property>
680    <property name="text">
681     <string>Output of Spectra</string>
682    </property>
683   </widget>
684   <widget class="Line" name="line_3">
685    <property name="geometry">
686     <rect>
687      <x>20</x>
688      <y>331</y>
689      <width>701</width>
690      <height>20</height>
691     </rect>
692    </property>
693    <property name="orientation">
694     <enum>Qt::Horizontal</enum>
695    </property>
696   </widget>
697   <widget class="QPushButton" name="start_button">
698    <property name="geometry">
699     <rect>
700      <x>640</x>
701      <y>420</y>
702      <width>80</width>
703      <height>31</height>
704     </rect>
705    </property>
706    <property name="text">
707     <string>Start</string>
708    </property>
709   </widget>
710   <widget class="QLabel" name="results_header_label">
711    <property name="geometry">
712     <rect>
713      <x>10</x>
714      <y>350</y>
715      <width>91</width>
716      <height>16</height>
717     </rect>
718    </property>
719    <property name="font">
720     <font>
721      <weight>75</weight>
722      <bold>true</bold>
723     </font>
724    </property>
725    <property name="text">
726     <string>Results</string>
727    </property>
728   </widget>
729   <widget class="QLabel" name="results_information_label">
730    <property name="geometry">
731     <rect>
732      <x>21</x>
733      <y>419</y>
734      <width>321</width>
735      <height>31</height>
736     </rect>
737    </property>
738    <property name="text">
739     <string>Welcome to the Gridfinder.</string>
740    </property>
741   </widget>
742   <widget class="Line" name="line_4">
743    <property name="geometry">
744     <rect>
745      <x>460</x>
746      <y>346</y>
747      <width>20</width>
748      <height>111</height>
749     </rect>
750    </property>
751    <property name="orientation">
752     <enum>Qt::Vertical</enum>
753    </property>
754   </widget>
755   <widget class="QPushButton" name="quit_button">
756    <property name="geometry">
757     <rect>
758      <x>510</x>
759      <y>420</y>
760      <width>50</width>
761      <height>31</height>
762     </rect>
763    </property>
764    <property name="text">
765     <string>Quit</string>
766    </property>
767   </widget>
768   <widget class="QProgressBar" name="progressbar">
769    <property name="geometry">
770     <rect>
771      <x>20</x>
772      <y>380</y>
773      <width>441</width>
774      <height>23</height>
775     </rect>
776    </property>
777    <property name="value">
778     <number>0</number>
779    </property>
780    <property name="textVisible">
781     <bool>true</bool>
782    </property>
783   </widget>
784   <widget class="QPushButton" name="reset_button">
785    <property name="geometry">
786     <rect>
787      <x>560</x>
788      <y>420</y>
789      <width>80</width>
790      <height>31</height>
791     </rect>
792    </property>
793    <property name="text">
794     <string>Reset</string>
795    </property>
796   </widget>
797   <widget class="QPushButton" name="view_button">
798    <property name="geometry">
799     <rect>
800      <x>350</x>
801      <y>420</y>
802      <width>100</width>
803      <height>31</height>
804     </rect>
805    </property>
806    <property name="text">
807     <string>View Data</string>
808    </property>
809   </widget>
810  </widget>
811  <widget class="QMenuBar" name="menubar">
812   <property name="geometry">
813    <rect>
814     <x>0</x>
815     <y>0</y>
816     <width>797</width>
817     <height>22</height>
818    </rect>
819   </property>
820  </widget>
821  <widget class="QStatusBar" name="statusbar"/>
822 </widget>
823 <tabstops>
824  <tabstop>nx_min_box</tabstop>
825  <tabstop>nx_max_box</tabstop>
826  <tabstop>ny_min_box</tabstop>
827  <tabstop>ny_max_box</tabstop>
828  <tabstop>nz_min_box</tabstop>
829  <tabstop>nz_max_box</tabstop>
830  <tabstop>proc_min_box</tabstop>
831  <tabstop>proc_max_box</tabstop>
832  <tabstop>psolver_combo_box</tabstop>
833  <tabstop>fft_combo_box</tabstop>
834  <tabstop>nx_ny_ratio_check</tabstop>
835  <tabstop>nx_ny_ratio_box</tabstop>
836  <tabstop>strict_matching_check</tabstop>
837  <tabstop>strict_matching_box</tabstop>
838  <tabstop>npex_npey_ratio_check</tabstop>
839  <tabstop>npex_npey_ratio_box</tabstop>
840  <tabstop>npex_npey_deviation_slider</tabstop>
841  <tabstop>npex_npey_deviation_box</tabstop>
842  <tabstop>spectra_box</tabstop>
843  <tabstop>start_button</tabstop>
844  <tabstop>quit_button</tabstop>
845 </tabstops>
846 <resources/>
847 <connections>
848  <connection>
849   <sender>npex_npey_deviation_slider</sender>
850   <signal>valueChanged(int)</signal>
851   <receiver>npex_npey_deviation_box</receiver>
852   <slot>setValue(int)</slot>
853   <hints>
854    <hint type="sourcelabel">
855     <x>580</x>
856     <y>295</y>
857    </hint>
858    <hint type="destinationlabel">
859     <x>693</x>
860     <y>295</y>
861    </hint>
862   </hints>
863  </connection>
864  <connection>
865   <sender>npex_npey_deviation_box</sender>
866   <signal>valueChanged(int)</signal>
867   <receiver>npex_npey_deviation_slider</receiver>
868   <slot>setValue(int)</slot>
869   <hints>
870    <hint type="sourcelabel">
871     <x>693</x>
872     <y>295</y>
873    </hint>
874    <hint type="destinationlabel">
875     <x>580</x>
876     <y>295</y>
877    </hint>
878   </hints>
879  </connection>
880  <connection>
881   <sender>quit_button</sender>
882   <signal>clicked()</signal>
883   <receiver>MainWindow</receiver>
884   <slot>close()</slot>
885   <hints>
886    <hint type="sourcelabel">
887     <x>534</x>
888     <y>456</y>
889    </hint>
890    <hint type="destinationlabel">
891     <x>370</x>
892     <y>249</y>
893    </hint>
894   </hints>
895  </connection>
896 </connections>
897</ui>
Note: See TracBrowser for help on using the repository browser.