source: palm/trunk/SCRIPTS/palm_gf_files/palm_gf_table.ui @ 2116

Last change on this file since 2116 was 2116, checked in by maronga, 7 years ago

added new tool palm_gf

  • Property svn:mime-type set to application/xml
File size: 26.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>822</width>
10    <height>483</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>19</x>
20     <y>79</y>
21     <width>80</width>
22     <height>27</height>
23    </rect>
24   </property>
25   <property name="text">
26    <string>Execute filter</string>
27   </property>
28  </widget>
29  <widget class="QPushButton" name="pushButton_2">
30   <property name="geometry">
31    <rect>
32     <x>19</x>
33     <y>107</y>
34     <width>80</width>
35     <height>27</height>
36    </rect>
37   </property>
38   <property name="text">
39    <string>Reset limits</string>
40   </property>
41  </widget>
42  <widget class="QTableWidget" name="tableWidget">
43   <property name="geometry">
44    <rect>
45     <x>2</x>
46     <y>171</y>
47     <width>805</width>
48     <height>266</height>
49    </rect>
50   </property>
51   <property name="sizePolicy">
52    <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
53     <horstretch>0</horstretch>
54     <verstretch>0</verstretch>
55    </sizepolicy>
56   </property>
57   <property name="acceptDrops">
58    <bool>false</bool>
59   </property>
60   <property name="horizontalScrollBarPolicy">
61    <enum>Qt::ScrollBarAlwaysOff</enum>
62   </property>
63   <property name="dragEnabled">
64    <bool>false</bool>
65   </property>
66   <property name="dragDropOverwriteMode">
67    <bool>false</bool>
68   </property>
69   <property name="selectionBehavior">
70    <enum>QAbstractItemView::SelectRows</enum>
71   </property>
72   <property name="sortingEnabled">
73    <bool>false</bool>
74   </property>
75   <property name="rowCount">
76    <number>8</number>
77   </property>
78   <attribute name="verticalHeaderVisible">
79    <bool>false</bool>
80   </attribute>
81   <row>
82    <property name="text">
83     <string>1</string>
84    </property>
85   </row>
86   <row>
87    <property name="text">
88     <string>2</string>
89    </property>
90   </row>
91   <row>
92    <property name="text">
93     <string>3</string>
94    </property>
95   </row>
96   <row>
97    <property name="text">
98     <string>4</string>
99    </property>
100   </row>
101   <row>
102    <property name="text">
103     <string>5</string>
104    </property>
105   </row>
106   <row>
107    <property name="text">
108     <string>6</string>
109    </property>
110   </row>
111   <row>
112    <property name="text">
113     <string>7</string>
114    </property>
115   </row>
116   <row/>
117   <column>
118    <property name="text">
119     <string>nx</string>
120    </property>
121   </column>
122   <column>
123    <property name="text">
124     <string>ny</string>
125    </property>
126   </column>
127   <column>
128    <property name="text">
129     <string>nz</string>
130    </property>
131   </column>
132   <column>
133    <property name="text">
134     <string>npex</string>
135    </property>
136   </column>
137   <column>
138    <property name="text">
139     <string>npey</string>
140    </property>
141   </column>
142   <column>
143    <property name="text">
144     <string>npex/npey</string>
145    </property>
146   </column>
147   <column>
148    <property name="text">
149     <string>np</string>
150    </property>
151   </column>
152   <column>
153    <property name="text">
154     <string>ngpts</string>
155    </property>
156   </column>
157   <item row="0" column="0">
158    <property name="text">
159     <string/>
160    </property>
161   </item>
162   <item row="1" column="0">
163    <property name="text">
164     <string/>
165    </property>
166   </item>
167   <item row="2" column="0">
168    <property name="text">
169     <string/>
170    </property>
171   </item>
172   <item row="3" column="0">
173    <property name="text">
174     <string/>
175    </property>
176   </item>
177   <item row="4" column="0">
178    <property name="text">
179     <string/>
180    </property>
181   </item>
182   <item row="5" column="0">
183    <property name="text">
184     <string/>
185    </property>
186   </item>
187   <item row="6" column="0">
188    <property name="text">
189     <string/>
190    </property>
191   </item>
192  </widget>
193  <widget class="QPushButton" name="pushButton_3">
194   <property name="geometry">
195    <rect>
196     <x>19</x>
197     <y>51</y>
198     <width>80</width>
199     <height>27</height>
200    </rect>
201   </property>
202   <property name="text">
203    <string>Load all</string>
204   </property>
205  </widget>
206  <widget class="Line" name="line">
207   <property name="geometry">
208    <rect>
209     <x>655</x>
210     <y>60</y>
211     <width>30</width>
212     <height>75</height>
213    </rect>
214   </property>
215   <property name="orientation">
216    <enum>Qt::Vertical</enum>
217   </property>
218  </widget>
219  <widget class="QLabel" name="label_11">
220   <property name="geometry">
221    <rect>
222     <x>675</x>
223     <y>112</y>
224     <width>131</width>
225     <height>17</height>
226    </rect>
227   </property>
228   <property name="text">
229    <string/>
230   </property>
231  </widget>
232  <widget class="QSpinBox" name="nx_max">
233   <property name="geometry">
234    <rect>
235     <x>145</x>
236     <y>110</y>
237     <width>62</width>
238     <height>22</height>
239    </rect>
240   </property>
241   <property name="sizePolicy">
242    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
243     <horstretch>0</horstretch>
244     <verstretch>0</verstretch>
245    </sizepolicy>
246   </property>
247   <property name="minimumSize">
248    <size>
249     <width>62</width>
250     <height>22</height>
251    </size>
252   </property>
253   <property name="maximumSize">
254    <size>
255     <width>62</width>
256     <height>22</height>
257    </size>
258   </property>
259   <property name="correctionMode">
260    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
261   </property>
262   <property name="maximum">
263    <number>99999</number>
264   </property>
265  </widget>
266  <widget class="QSpinBox" name="ny_max">
267   <property name="geometry">
268    <rect>
269     <x>208</x>
270     <y>110</y>
271     <width>62</width>
272     <height>22</height>
273    </rect>
274   </property>
275   <property name="sizePolicy">
276    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
277     <horstretch>0</horstretch>
278     <verstretch>0</verstretch>
279    </sizepolicy>
280   </property>
281   <property name="minimumSize">
282    <size>
283     <width>62</width>
284     <height>22</height>
285    </size>
286   </property>
287   <property name="maximumSize">
288    <size>
289     <width>62</width>
290     <height>22</height>
291    </size>
292   </property>
293   <property name="correctionMode">
294    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
295   </property>
296   <property name="maximum">
297    <number>99999</number>
298   </property>
299  </widget>
300  <widget class="QSpinBox" name="nz_max">
301   <property name="geometry">
302    <rect>
303     <x>271</x>
304     <y>110</y>
305     <width>62</width>
306     <height>22</height>
307    </rect>
308   </property>
309   <property name="sizePolicy">
310    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
311     <horstretch>0</horstretch>
312     <verstretch>0</verstretch>
313    </sizepolicy>
314   </property>
315   <property name="minimumSize">
316    <size>
317     <width>62</width>
318     <height>22</height>
319    </size>
320   </property>
321   <property name="maximumSize">
322    <size>
323     <width>62</width>
324     <height>22</height>
325    </size>
326   </property>
327   <property name="correctionMode">
328    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
329   </property>
330   <property name="maximum">
331    <number>99999</number>
332   </property>
333  </widget>
334  <widget class="QSpinBox" name="npex_max">
335   <property name="geometry">
336    <rect>
337     <x>334</x>
338     <y>110</y>
339     <width>62</width>
340     <height>22</height>
341    </rect>
342   </property>
343   <property name="sizePolicy">
344    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
345     <horstretch>0</horstretch>
346     <verstretch>0</verstretch>
347    </sizepolicy>
348   </property>
349   <property name="minimumSize">
350    <size>
351     <width>62</width>
352     <height>22</height>
353    </size>
354   </property>
355   <property name="maximumSize">
356    <size>
357     <width>62</width>
358     <height>22</height>
359    </size>
360   </property>
361   <property name="correctionMode">
362    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
363   </property>
364   <property name="maximum">
365    <number>99999</number>
366   </property>
367  </widget>
368  <widget class="QSpinBox" name="npey_max">
369   <property name="geometry">
370    <rect>
371     <x>397</x>
372     <y>110</y>
373     <width>62</width>
374     <height>22</height>
375    </rect>
376   </property>
377   <property name="sizePolicy">
378    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
379     <horstretch>0</horstretch>
380     <verstretch>0</verstretch>
381    </sizepolicy>
382   </property>
383   <property name="minimumSize">
384    <size>
385     <width>62</width>
386     <height>22</height>
387    </size>
388   </property>
389   <property name="maximumSize">
390    <size>
391     <width>62</width>
392     <height>22</height>
393    </size>
394   </property>
395   <property name="correctionMode">
396    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
397   </property>
398   <property name="maximum">
399    <number>99999</number>
400   </property>
401  </widget>
402  <widget class="QDoubleSpinBox" name="npxnpy_max">
403   <property name="geometry">
404    <rect>
405     <x>460</x>
406     <y>110</y>
407     <width>62</width>
408     <height>22</height>
409    </rect>
410   </property>
411   <property name="sizePolicy">
412    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
413     <horstretch>0</horstretch>
414     <verstretch>0</verstretch>
415    </sizepolicy>
416   </property>
417   <property name="minimumSize">
418    <size>
419     <width>62</width>
420     <height>22</height>
421    </size>
422   </property>
423   <property name="maximumSize">
424    <size>
425     <width>62</width>
426     <height>22</height>
427    </size>
428   </property>
429   <property name="correctionMode">
430    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
431   </property>
432  </widget>
433  <widget class="QSpinBox" name="np_max">
434   <property name="geometry">
435    <rect>
436     <x>523</x>
437     <y>110</y>
438     <width>62</width>
439     <height>22</height>
440    </rect>
441   </property>
442   <property name="sizePolicy">
443    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
444     <horstretch>0</horstretch>
445     <verstretch>0</verstretch>
446    </sizepolicy>
447   </property>
448   <property name="minimumSize">
449    <size>
450     <width>62</width>
451     <height>22</height>
452    </size>
453   </property>
454   <property name="maximumSize">
455    <size>
456     <width>62</width>
457     <height>22</height>
458    </size>
459   </property>
460   <property name="correctionMode">
461    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
462   </property>
463   <property name="maximum">
464    <number>99999</number>
465   </property>
466  </widget>
467  <widget class="QSpinBox" name="ngpts_max">
468   <property name="geometry">
469    <rect>
470     <x>587</x>
471     <y>110</y>
472     <width>80</width>
473     <height>22</height>
474    </rect>
475   </property>
476   <property name="sizePolicy">
477    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
478     <horstretch>0</horstretch>
479     <verstretch>0</verstretch>
480    </sizepolicy>
481   </property>
482   <property name="minimumSize">
483    <size>
484     <width>80</width>
485     <height>22</height>
486    </size>
487   </property>
488   <property name="maximumSize">
489    <size>
490     <width>80</width>
491     <height>22</height>
492    </size>
493   </property>
494   <property name="autoFillBackground">
495    <bool>false</bool>
496   </property>
497   <property name="wrapping">
498    <bool>false</bool>
499   </property>
500   <property name="frame">
501    <bool>true</bool>
502   </property>
503   <property name="buttonSymbols">
504    <enum>QAbstractSpinBox::UpDownArrows</enum>
505   </property>
506   <property name="correctionMode">
507    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
508   </property>
509   <property name="maximum">
510    <number>99999999</number>
511   </property>
512   <property name="value">
513    <number>0</number>
514   </property>
515  </widget>
516  <widget class="QLabel" name="label_2">
517   <property name="geometry">
518    <rect>
519     <x>115</x>
520     <y>107</y>
521     <width>47</width>
522     <height>29</height>
523    </rect>
524   </property>
525   <property name="text">
526    <string>Max</string>
527   </property>
528  </widget>
529  <widget class="QLabel" name="label">
530   <property name="geometry">
531    <rect>
532     <x>115</x>
533     <y>83</y>
534     <width>48</width>
535     <height>29</height>
536    </rect>
537   </property>
538   <property name="text">
539    <string>Min</string>
540   </property>
541  </widget>
542  <widget class="QSpinBox" name="nx_min">
543   <property name="geometry">
544    <rect>
545     <x>146</x>
546     <y>86</y>
547     <width>62</width>
548     <height>22</height>
549    </rect>
550   </property>
551   <property name="sizePolicy">
552    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
553     <horstretch>0</horstretch>
554     <verstretch>0</verstretch>
555    </sizepolicy>
556   </property>
557   <property name="minimumSize">
558    <size>
559     <width>62</width>
560     <height>22</height>
561    </size>
562   </property>
563   <property name="maximumSize">
564    <size>
565     <width>62</width>
566     <height>22</height>
567    </size>
568   </property>
569   <property name="correctionMode">
570    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
571   </property>
572   <property name="maximum">
573    <number>99999</number>
574   </property>
575  </widget>
576  <widget class="QSpinBox" name="ny_min">
577   <property name="geometry">
578    <rect>
579     <x>209</x>
580     <y>86</y>
581     <width>62</width>
582     <height>22</height>
583    </rect>
584   </property>
585   <property name="sizePolicy">
586    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
587     <horstretch>0</horstretch>
588     <verstretch>0</verstretch>
589    </sizepolicy>
590   </property>
591   <property name="minimumSize">
592    <size>
593     <width>62</width>
594     <height>22</height>
595    </size>
596   </property>
597   <property name="maximumSize">
598    <size>
599     <width>62</width>
600     <height>22</height>
601    </size>
602   </property>
603   <property name="correctionMode">
604    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
605   </property>
606   <property name="maximum">
607    <number>99999</number>
608   </property>
609  </widget>
610  <widget class="QSpinBox" name="nz_min">
611   <property name="geometry">
612    <rect>
613     <x>272</x>
614     <y>86</y>
615     <width>62</width>
616     <height>22</height>
617    </rect>
618   </property>
619   <property name="sizePolicy">
620    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
621     <horstretch>0</horstretch>
622     <verstretch>0</verstretch>
623    </sizepolicy>
624   </property>
625   <property name="minimumSize">
626    <size>
627     <width>62</width>
628     <height>22</height>
629    </size>
630   </property>
631   <property name="maximumSize">
632    <size>
633     <width>62</width>
634     <height>22</height>
635    </size>
636   </property>
637   <property name="correctionMode">
638    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
639   </property>
640   <property name="maximum">
641    <number>99999</number>
642   </property>
643  </widget>
644  <widget class="QSpinBox" name="npex_min">
645   <property name="geometry">
646    <rect>
647     <x>335</x>
648     <y>86</y>
649     <width>62</width>
650     <height>22</height>
651    </rect>
652   </property>
653   <property name="sizePolicy">
654    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
655     <horstretch>0</horstretch>
656     <verstretch>0</verstretch>
657    </sizepolicy>
658   </property>
659   <property name="minimumSize">
660    <size>
661     <width>62</width>
662     <height>22</height>
663    </size>
664   </property>
665   <property name="maximumSize">
666    <size>
667     <width>62</width>
668     <height>22</height>
669    </size>
670   </property>
671   <property name="correctionMode">
672    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
673   </property>
674   <property name="maximum">
675    <number>99999</number>
676   </property>
677  </widget>
678  <widget class="QSpinBox" name="npey_min">
679   <property name="geometry">
680    <rect>
681     <x>398</x>
682     <y>86</y>
683     <width>62</width>
684     <height>22</height>
685    </rect>
686   </property>
687   <property name="sizePolicy">
688    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
689     <horstretch>0</horstretch>
690     <verstretch>0</verstretch>
691    </sizepolicy>
692   </property>
693   <property name="minimumSize">
694    <size>
695     <width>62</width>
696     <height>22</height>
697    </size>
698   </property>
699   <property name="maximumSize">
700    <size>
701     <width>62</width>
702     <height>22</height>
703    </size>
704   </property>
705   <property name="correctionMode">
706    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
707   </property>
708   <property name="maximum">
709    <number>99999</number>
710   </property>
711  </widget>
712  <widget class="QDoubleSpinBox" name="npxnpy_min">
713   <property name="geometry">
714    <rect>
715     <x>461</x>
716     <y>86</y>
717     <width>62</width>
718     <height>22</height>
719    </rect>
720   </property>
721   <property name="sizePolicy">
722    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
723     <horstretch>0</horstretch>
724     <verstretch>0</verstretch>
725    </sizepolicy>
726   </property>
727   <property name="minimumSize">
728    <size>
729     <width>62</width>
730     <height>22</height>
731    </size>
732   </property>
733   <property name="maximumSize">
734    <size>
735     <width>62</width>
736     <height>22</height>
737    </size>
738   </property>
739   <property name="correctionMode">
740    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
741   </property>
742  </widget>
743  <widget class="QSpinBox" name="np_min">
744   <property name="geometry">
745    <rect>
746     <x>524</x>
747     <y>86</y>
748     <width>62</width>
749     <height>22</height>
750    </rect>
751   </property>
752   <property name="sizePolicy">
753    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
754     <horstretch>0</horstretch>
755     <verstretch>0</verstretch>
756    </sizepolicy>
757   </property>
758   <property name="minimumSize">
759    <size>
760     <width>62</width>
761     <height>22</height>
762    </size>
763   </property>
764   <property name="maximumSize">
765    <size>
766     <width>62</width>
767     <height>22</height>
768    </size>
769   </property>
770   <property name="correctionMode">
771    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
772   </property>
773   <property name="maximum">
774    <number>99999</number>
775   </property>
776  </widget>
777  <widget class="QSpinBox" name="ngpts_min">
778   <property name="geometry">
779    <rect>
780     <x>587</x>
781     <y>86</y>
782     <width>80</width>
783     <height>22</height>
784    </rect>
785   </property>
786   <property name="sizePolicy">
787    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
788     <horstretch>0</horstretch>
789     <verstretch>0</verstretch>
790    </sizepolicy>
791   </property>
792   <property name="minimumSize">
793    <size>
794     <width>80</width>
795     <height>22</height>
796    </size>
797   </property>
798   <property name="maximumSize">
799    <size>
800     <width>80</width>
801     <height>22</height>
802    </size>
803   </property>
804   <property name="correctionMode">
805    <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
806   </property>
807   <property name="maximum">
808    <number>99999999</number>
809   </property>
810  </widget>
811  <widget class="QLabel" name="label_12">
812   <property name="geometry">
813    <rect>
814     <x>675</x>
815     <y>70</y>
816     <width>52</width>
817     <height>14</height>
818    </rect>
819   </property>
820   <property name="text">
821    <string>Status:</string>
822   </property>
823  </widget>
824  <widget class="QLabel" name="calc_label">
825   <property name="geometry">
826    <rect>
827     <x>675</x>
828     <y>90</y>
829     <width>131</width>
830     <height>16</height>
831    </rect>
832   </property>
833   <property name="text">
834    <string/>
835   </property>
836  </widget>
837  <widget class="Line" name="line_2">
838   <property name="geometry">
839    <rect>
840     <x>100</x>
841     <y>55</y>
842     <width>8</width>
843     <height>80</height>
844    </rect>
845   </property>
846   <property name="orientation">
847    <enum>Qt::Vertical</enum>
848   </property>
849  </widget>
850  <widget class="QComboBox" name="Sortvariable_box">
851   <property name="geometry">
852    <rect>
853     <x>146</x>
854     <y>140</y>
855     <width>111</width>
856     <height>23</height>
857    </rect>
858   </property>
859   <item>
860    <property name="text">
861     <string>Sorting...</string>
862    </property>
863   </item>
864   <item>
865    <property name="text">
866     <string>nx</string>
867    </property>
868   </item>
869   <item>
870    <property name="text">
871     <string>ny</string>
872    </property>
873   </item>
874   <item>
875    <property name="text">
876     <string>nz</string>
877    </property>
878   </item>
879   <item>
880    <property name="text">
881     <string>npex</string>
882    </property>
883   </item>
884   <item>
885    <property name="text">
886     <string>npey</string>
887    </property>
888   </item>
889   <item>
890    <property name="text">
891     <string>npex/npey</string>
892    </property>
893   </item>
894   <item>
895    <property name="text">
896     <string>np</string>
897    </property>
898   </item>
899   <item>
900    <property name="text">
901     <string>ngpts</string>
902    </property>
903   </item>
904  </widget>
905  <widget class="QComboBox" name="Sortorder_box">
906   <property name="geometry">
907    <rect>
908     <x>260</x>
909     <y>140</y>
910     <width>101</width>
911     <height>23</height>
912    </rect>
913   </property>
914   <item>
915    <property name="text">
916     <string>Order...</string>
917    </property>
918   </item>
919   <item>
920    <property name="text">
921     <string>Ascending</string>
922    </property>
923   </item>
924   <item>
925    <property name="text">
926     <string>Descending</string>
927    </property>
928   </item>
929  </widget>
930  <widget class="QPushButton" name="Sortnow_button">
931   <property name="geometry">
932    <rect>
933     <x>365</x>
934     <y>140</y>
935     <width>90</width>
936     <height>23</height>
937    </rect>
938   </property>
939   <property name="text">
940    <string>Sort now</string>
941   </property>
942  </widget>
943  <widget class="QLabel" name="label_3">
944   <property name="geometry">
945    <rect>
946     <x>149</x>
947     <y>67</y>
948     <width>58</width>
949     <height>19</height>
950    </rect>
951   </property>
952   <property name="sizePolicy">
953    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
954     <horstretch>0</horstretch>
955     <verstretch>0</verstretch>
956    </sizepolicy>
957   </property>
958   <property name="minimumSize">
959    <size>
960     <width>57</width>
961     <height>19</height>
962    </size>
963   </property>
964   <property name="maximumSize">
965    <size>
966     <width>59</width>
967     <height>19</height>
968    </size>
969   </property>
970   <property name="text">
971    <string>  nx</string>
972   </property>
973  </widget>
974  <widget class="QLabel" name="label_4">
975   <property name="enabled">
976    <bool>true</bool>
977   </property>
978   <property name="geometry">
979    <rect>
980     <x>213</x>
981     <y>67</y>
982     <width>57</width>
983     <height>19</height>
984    </rect>
985   </property>
986   <property name="sizePolicy">
987    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
988     <horstretch>0</horstretch>
989     <verstretch>0</verstretch>
990    </sizepolicy>
991   </property>
992   <property name="minimumSize">
993    <size>
994     <width>57</width>
995     <height>19</height>
996    </size>
997   </property>
998   <property name="maximumSize">
999    <size>
1000     <width>57</width>
1001     <height>19</height>
1002    </size>
1003   </property>
1004   <property name="text">
1005    <string>  ny</string>
1006   </property>
1007  </widget>
1008  <widget class="QLabel" name="label_5">
1009   <property name="geometry">
1010    <rect>
1011     <x>275</x>
1012     <y>67</y>
1013     <width>57</width>
1014     <height>19</height>
1015    </rect>
1016   </property>
1017   <property name="sizePolicy">
1018    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1019     <horstretch>0</horstretch>
1020     <verstretch>0</verstretch>
1021    </sizepolicy>
1022   </property>
1023   <property name="minimumSize">
1024    <size>
1025     <width>57</width>
1026     <height>19</height>
1027    </size>
1028   </property>
1029   <property name="maximumSize">
1030    <size>
1031     <width>57</width>
1032     <height>19</height>
1033    </size>
1034   </property>
1035   <property name="text">
1036    <string>  nz</string>
1037   </property>
1038  </widget>
1039  <widget class="QLabel" name="label_6">
1040   <property name="geometry">
1041    <rect>
1042     <x>340</x>
1043     <y>67</y>
1044     <width>57</width>
1045     <height>19</height>
1046    </rect>
1047   </property>
1048   <property name="sizePolicy">
1049    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1050     <horstretch>0</horstretch>
1051     <verstretch>0</verstretch>
1052    </sizepolicy>
1053   </property>
1054   <property name="minimumSize">
1055    <size>
1056     <width>57</width>
1057     <height>19</height>
1058    </size>
1059   </property>
1060   <property name="maximumSize">
1061    <size>
1062     <width>57</width>
1063     <height>19</height>
1064    </size>
1065   </property>
1066   <property name="text">
1067    <string> npex</string>
1068   </property>
1069  </widget>
1070  <widget class="QLabel" name="label_8">
1071   <property name="geometry">
1072    <rect>
1073     <x>400</x>
1074     <y>67</y>
1075     <width>57</width>
1076     <height>19</height>
1077    </rect>
1078   </property>
1079   <property name="sizePolicy">
1080    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1081     <horstretch>0</horstretch>
1082     <verstretch>0</verstretch>
1083    </sizepolicy>
1084   </property>
1085   <property name="minimumSize">
1086    <size>
1087     <width>57</width>
1088     <height>19</height>
1089    </size>
1090   </property>
1091   <property name="maximumSize">
1092    <size>
1093     <width>57</width>
1094     <height>19</height>
1095    </size>
1096   </property>
1097   <property name="text">
1098    <string> npey</string>
1099   </property>
1100  </widget>
1101  <widget class="QLabel" name="label_7">
1102   <property name="geometry">
1103    <rect>
1104     <x>461</x>
1105     <y>67</y>
1106     <width>57</width>
1107     <height>19</height>
1108    </rect>
1109   </property>
1110   <property name="sizePolicy">
1111    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1112     <horstretch>0</horstretch>
1113     <verstretch>0</verstretch>
1114    </sizepolicy>
1115   </property>
1116   <property name="minimumSize">
1117    <size>
1118     <width>57</width>
1119     <height>19</height>
1120    </size>
1121   </property>
1122   <property name="maximumSize">
1123    <size>
1124     <width>57</width>
1125     <height>19</height>
1126    </size>
1127   </property>
1128   <property name="text">
1129    <string> npx/npy</string>
1130   </property>
1131  </widget>
1132  <widget class="QLabel" name="label_9">
1133   <property name="geometry">
1134    <rect>
1135     <x>525</x>
1136     <y>67</y>
1137     <width>57</width>
1138     <height>19</height>
1139    </rect>
1140   </property>
1141   <property name="sizePolicy">
1142    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1143     <horstretch>0</horstretch>
1144     <verstretch>0</verstretch>
1145    </sizepolicy>
1146   </property>
1147   <property name="minimumSize">
1148    <size>
1149     <width>57</width>
1150     <height>19</height>
1151    </size>
1152   </property>
1153   <property name="maximumSize">
1154    <size>
1155     <width>57</width>
1156     <height>19</height>
1157    </size>
1158   </property>
1159   <property name="text">
1160    <string>   np</string>
1161   </property>
1162  </widget>
1163  <widget class="QLabel" name="label_10">
1164   <property name="geometry">
1165    <rect>
1166     <x>590</x>
1167     <y>67</y>
1168     <width>57</width>
1169     <height>19</height>
1170    </rect>
1171   </property>
1172   <property name="sizePolicy">
1173    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1174     <horstretch>0</horstretch>
1175     <verstretch>0</verstretch>
1176    </sizepolicy>
1177   </property>
1178   <property name="minimumSize">
1179    <size>
1180     <width>57</width>
1181     <height>19</height>
1182    </size>
1183   </property>
1184   <property name="maximumSize">
1185    <size>
1186     <width>57</width>
1187     <height>19</height>
1188    </size>
1189   </property>
1190   <property name="text">
1191    <string>  ngpts</string>
1192   </property>
1193  </widget>
1194 </widget>
1195 <tabstops>
1196  <tabstop>pushButton_3</tabstop>
1197  <tabstop>nx_min</tabstop>
1198  <tabstop>nx_max</tabstop>
1199  <tabstop>ny_min</tabstop>
1200  <tabstop>ny_max</tabstop>
1201  <tabstop>nz_min</tabstop>
1202  <tabstop>nz_max</tabstop>
1203  <tabstop>npex_min</tabstop>
1204  <tabstop>npex_max</tabstop>
1205  <tabstop>npey_min</tabstop>
1206  <tabstop>npey_max</tabstop>
1207  <tabstop>npxnpy_min</tabstop>
1208  <tabstop>npxnpy_max</tabstop>
1209  <tabstop>np_min</tabstop>
1210  <tabstop>np_max</tabstop>
1211  <tabstop>ngpts_min</tabstop>
1212  <tabstop>ngpts_max</tabstop>
1213  <tabstop>pushButton</tabstop>
1214  <tabstop>Sortvariable_box</tabstop>
1215  <tabstop>Sortorder_box</tabstop>
1216  <tabstop>Sortnow_button</tabstop>
1217  <tabstop>pushButton_2</tabstop>
1218  <tabstop>tableWidget</tabstop>
1219 </tabstops>
1220 <resources/>
1221 <connections/>
1222</ui>
Note: See TracBrowser for help on using the repository browser.