]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolResample.ui
09596da13a9a833f117f777b697843b58883d973
[clitk.git] / vv / qt_ui / vvToolResample.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolResample</class>
4  <widget class="QWidget" name="vvToolResample">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>566</width>
10     <height>477</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <layout class="QVBoxLayout" name="_14">
19      <item>
20       <widget class="QFrame" name="frame">
21        <property name="frameShape">
22         <enum>QFrame::NoFrame</enum>
23        </property>
24        <property name="frameShadow">
25         <enum>QFrame::Raised</enum>
26        </property>
27        <layout class="QVBoxLayout" name="_15">
28         <property name="margin">
29          <number>4</number>
30         </property>
31         <item>
32          <layout class="QHBoxLayout" name="_17">
33           <item>
34            <widget class="QLabel" name="label_3">
35             <property name="text">
36              <string>File format</string>
37             </property>
38            </widget>
39           </item>
40           <item>
41            <widget class="QLabel" name="mInputFormatLabel">
42             <property name="text">
43              <string>.mhd</string>
44             </property>
45            </widget>
46           </item>
47          </layout>
48         </item>
49         <item>
50          <layout class="QHBoxLayout" name="_18">
51           <item>
52            <widget class="QLabel" name="label_5">
53             <property name="text">
54              <string>Dimension</string>
55             </property>
56            </widget>
57           </item>
58           <item>
59            <widget class="QLabel" name="mInputDimLabel">
60             <property name="text">
61              <string>TextLabel</string>
62             </property>
63            </widget>
64           </item>
65          </layout>
66         </item>
67         <item>
68          <layout class="QHBoxLayout" name="_19">
69           <item>
70            <widget class="QLabel" name="label_7">
71             <property name="text">
72              <string>Pixel Type</string>
73             </property>
74            </widget>
75           </item>
76           <item>
77            <widget class="QLabel" name="mInputPixelTypeLabel">
78             <property name="text">
79              <string>TextLabel</string>
80             </property>
81            </widget>
82           </item>
83          </layout>
84         </item>
85         <item>
86          <layout class="QHBoxLayout" name="_20">
87           <item>
88            <widget class="QLabel" name="label_9">
89             <property name="text">
90              <string>Size</string>
91             </property>
92            </widget>
93           </item>
94           <item>
95            <widget class="QLabel" name="mInputSizeLabel">
96             <property name="text">
97              <string>TextLabel</string>
98             </property>
99            </widget>
100           </item>
101          </layout>
102         </item>
103         <item>
104          <layout class="QHBoxLayout" name="_21">
105           <item>
106            <widget class="QLabel" name="label_11">
107             <property name="text">
108              <string>Spacing</string>
109             </property>
110            </widget>
111           </item>
112           <item>
113            <widget class="QLabel" name="mInputSpacingLabel">
114             <property name="text">
115              <string>TextLabel</string>
116             </property>
117            </widget>
118           </item>
119          </layout>
120         </item>
121         <item>
122          <layout class="QHBoxLayout" name="_22">
123           <item>
124            <widget class="QLabel" name="label_6">
125             <property name="text">
126              <string>Memory size</string>
127             </property>
128            </widget>
129           </item>
130           <item>
131            <widget class="QLabel" name="mInputMemoryLabel">
132             <property name="text">
133              <string>TextLabel</string>
134             </property>
135            </widget>
136           </item>
137          </layout>
138         </item>
139         <item>
140          <layout class="QHBoxLayout" name="_23">
141           <item>
142            <widget class="QLabel" name="label_8">
143             <property name="text">
144              <string>Display result?</string>
145             </property>
146            </widget>
147           </item>
148           <item>
149            <widget class="QCheckBox" name="display_result">
150             <property name="text">
151              <string/>
152             </property>
153             <property name="checked">
154              <bool>true</bool>
155             </property>
156             <property name="autoExclusive">
157              <bool>false</bool>
158             </property>
159            </widget>
160           </item>
161          </layout>
162         </item>
163        </layout>
164       </widget>
165      </item>
166      <item>
167       <widget class="QFrame" name="optionFrame">
168        <property name="sizePolicy">
169         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
170          <horstretch>0</horstretch>
171          <verstretch>0</verstretch>
172         </sizepolicy>
173        </property>
174        <property name="frameShape">
175         <enum>QFrame::StyledPanel</enum>
176        </property>
177        <property name="frameShadow">
178         <enum>QFrame::Raised</enum>
179        </property>
180        <layout class="QGridLayout" name="_24">
181         <property name="margin">
182          <number>4</number>
183         </property>
184         <item row="0" column="0">
185          <widget class="QRadioButton" name="sizeRadioButton">
186           <property name="sizePolicy">
187            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
188             <horstretch>0</horstretch>
189             <verstretch>0</verstretch>
190            </sizepolicy>
191           </property>
192           <property name="text">
193            <string>Size :</string>
194           </property>
195          </widget>
196         </item>
197         <item row="1" column="0" colspan="3">
198          <widget class="QFrame" name="frame_2">
199           <property name="sizePolicy">
200            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
201             <horstretch>0</horstretch>
202             <verstretch>0</verstretch>
203            </sizepolicy>
204           </property>
205           <property name="frameShape">
206            <enum>QFrame::NoFrame</enum>
207           </property>
208           <property name="frameShadow">
209            <enum>QFrame::Raised</enum>
210           </property>
211           <layout class="QGridLayout" name="_25">
212            <property name="horizontalSpacing">
213             <number>5</number>
214            </property>
215            <property name="verticalSpacing">
216             <number>2</number>
217            </property>
218            <property name="margin">
219             <number>0</number>
220            </property>
221            <item row="0" column="0">
222             <widget class="QLabel" name="xSizeLabel">
223              <property name="sizePolicy">
224               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
225                <horstretch>0</horstretch>
226                <verstretch>0</verstretch>
227               </sizepolicy>
228              </property>
229              <property name="text">
230               <string>x :</string>
231              </property>
232             </widget>
233            </item>
234            <item row="0" column="1">
235             <widget class="QLineEdit" name="xSizeLineEdit">
236              <property name="sizePolicy">
237               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
238                <horstretch>0</horstretch>
239                <verstretch>0</verstretch>
240               </sizepolicy>
241              </property>
242              <property name="maximumSize">
243               <size>
244                <width>50</width>
245                <height>16777215</height>
246               </size>
247              </property>
248              <property name="layoutDirection">
249               <enum>Qt::LeftToRight</enum>
250              </property>
251              <property name="text">
252               <string/>
253              </property>
254              <property name="alignment">
255               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
256              </property>
257              <property name="readOnly">
258               <bool>true</bool>
259              </property>
260             </widget>
261            </item>
262            <item row="0" column="2">
263             <widget class="QLabel" name="ySizeLabel">
264              <property name="sizePolicy">
265               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
266                <horstretch>0</horstretch>
267                <verstretch>0</verstretch>
268               </sizepolicy>
269              </property>
270              <property name="text">
271               <string>y :</string>
272              </property>
273             </widget>
274            </item>
275            <item row="0" column="3">
276             <widget class="QLineEdit" name="ySizeLineEdit">
277              <property name="sizePolicy">
278               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
279                <horstretch>0</horstretch>
280                <verstretch>0</verstretch>
281               </sizepolicy>
282              </property>
283              <property name="maximumSize">
284               <size>
285                <width>50</width>
286                <height>16777215</height>
287               </size>
288              </property>
289              <property name="layoutDirection">
290               <enum>Qt::LeftToRight</enum>
291              </property>
292              <property name="alignment">
293               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
294              </property>
295              <property name="readOnly">
296               <bool>true</bool>
297              </property>
298             </widget>
299            </item>
300            <item row="0" column="4">
301             <widget class="QLabel" name="zSizelabel">
302              <property name="sizePolicy">
303               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
304                <horstretch>0</horstretch>
305                <verstretch>0</verstretch>
306               </sizepolicy>
307              </property>
308              <property name="text">
309               <string>z :</string>
310              </property>
311             </widget>
312            </item>
313            <item row="0" column="5">
314             <widget class="QLineEdit" name="zSizeLineEdit">
315              <property name="enabled">
316               <bool>true</bool>
317              </property>
318              <property name="sizePolicy">
319               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
320                <horstretch>0</horstretch>
321                <verstretch>0</verstretch>
322               </sizepolicy>
323              </property>
324              <property name="maximumSize">
325               <size>
326                <width>50</width>
327                <height>16777215</height>
328               </size>
329              </property>
330              <property name="layoutDirection">
331               <enum>Qt::LeftToRight</enum>
332              </property>
333              <property name="alignment">
334               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
335              </property>
336              <property name="readOnly">
337               <bool>true</bool>
338              </property>
339             </widget>
340            </item>
341           </layout>
342          </widget>
343         </item>
344         <item row="2" column="0">
345          <widget class="QRadioButton" name="scaleSizeRadioButton">
346           <property name="sizePolicy">
347            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
348             <horstretch>0</horstretch>
349             <verstretch>0</verstretch>
350            </sizepolicy>
351           </property>
352           <property name="text">
353            <string>Scale size :</string>
354           </property>
355          </widget>
356         </item>
357         <item row="2" column="1">
358          <widget class="QFrame" name="frame_6">
359           <property name="sizePolicy">
360            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
361             <horstretch>0</horstretch>
362             <verstretch>0</verstretch>
363            </sizepolicy>
364           </property>
365           <property name="frameShape">
366            <enum>QFrame::NoFrame</enum>
367           </property>
368           <property name="frameShadow">
369            <enum>QFrame::Raised</enum>
370           </property>
371           <layout class="QGridLayout" name="_26">
372            <property name="margin">
373             <number>0</number>
374            </property>
375            <property name="spacing">
376             <number>0</number>
377            </property>
378            <item row="0" column="0">
379             <widget class="QLineEdit" name="scaleSizeLineEdit">
380              <property name="maximumSize">
381               <size>
382                <width>50</width>
383                <height>16777215</height>
384               </size>
385              </property>
386              <property name="readOnly">
387               <bool>true</bool>
388              </property>
389             </widget>
390            </item>
391            <item row="0" column="1">
392             <widget class="QLabel" name="purcentLabel">
393              <property name="sizePolicy">
394               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
395                <horstretch>0</horstretch>
396                <verstretch>0</verstretch>
397               </sizepolicy>
398              </property>
399              <property name="text">
400               <string>%</string>
401              </property>
402             </widget>
403            </item>
404           </layout>
405          </widget>
406         </item>
407         <item row="2" column="2">
408          <spacer>
409           <property name="orientation">
410            <enum>Qt::Horizontal</enum>
411           </property>
412           <property name="sizeHint" stdset="0">
413            <size>
414             <width>50</width>
415             <height>41</height>
416            </size>
417           </property>
418          </spacer>
419         </item>
420         <item row="3" column="0">
421          <widget class="QRadioButton" name="isoSizeRadioButton">
422           <property name="text">
423            <string>Iso-size :</string>
424           </property>
425          </widget>
426         </item>
427         <item row="3" column="1">
428          <widget class="QLineEdit" name="isoSizeLineEdit">
429           <property name="sizePolicy">
430            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
431             <horstretch>0</horstretch>
432             <verstretch>0</verstretch>
433            </sizepolicy>
434           </property>
435           <property name="maximumSize">
436            <size>
437             <width>50</width>
438             <height>16777215</height>
439            </size>
440           </property>
441           <property name="readOnly">
442            <bool>true</bool>
443           </property>
444          </widget>
445         </item>
446         <item row="3" column="2">
447          <spacer>
448           <property name="orientation">
449            <enum>Qt::Horizontal</enum>
450           </property>
451           <property name="sizeHint" stdset="0">
452            <size>
453             <width>50</width>
454             <height>23</height>
455            </size>
456           </property>
457          </spacer>
458         </item>
459         <item row="4" column="0" colspan="3">
460          <widget class="Line" name="line">
461           <property name="orientation">
462            <enum>Qt::Horizontal</enum>
463           </property>
464          </widget>
465         </item>
466         <item row="5" column="0">
467          <widget class="QRadioButton" name="spacingRadioButton">
468           <property name="sizePolicy">
469            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
470             <horstretch>0</horstretch>
471             <verstretch>0</verstretch>
472            </sizepolicy>
473           </property>
474           <property name="text">
475            <string>Spacing :</string>
476           </property>
477          </widget>
478         </item>
479         <item row="6" column="0" colspan="3">
480          <widget class="QFrame" name="frame_4">
481           <property name="sizePolicy">
482            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
483             <horstretch>0</horstretch>
484             <verstretch>0</verstretch>
485            </sizepolicy>
486           </property>
487           <property name="frameShape">
488            <enum>QFrame::NoFrame</enum>
489           </property>
490           <property name="frameShadow">
491            <enum>QFrame::Raised</enum>
492           </property>
493           <layout class="QGridLayout" name="_27">
494            <property name="horizontalSpacing">
495             <number>5</number>
496            </property>
497            <property name="verticalSpacing">
498             <number>2</number>
499            </property>
500            <property name="margin">
501             <number>0</number>
502            </property>
503            <item row="0" column="0">
504             <widget class="QLabel" name="xSpacingLabel">
505              <property name="sizePolicy">
506               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
507                <horstretch>0</horstretch>
508                <verstretch>0</verstretch>
509               </sizepolicy>
510              </property>
511              <property name="text">
512               <string>x :</string>
513              </property>
514             </widget>
515            </item>
516            <item row="0" column="1">
517             <widget class="QLineEdit" name="xSpacingLineEdit">
518              <property name="sizePolicy">
519               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
520                <horstretch>0</horstretch>
521                <verstretch>0</verstretch>
522               </sizepolicy>
523              </property>
524              <property name="maximumSize">
525               <size>
526                <width>50</width>
527                <height>16777215</height>
528               </size>
529              </property>
530              <property name="layoutDirection">
531               <enum>Qt::LeftToRight</enum>
532              </property>
533              <property name="text">
534               <string/>
535              </property>
536              <property name="alignment">
537               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
538              </property>
539              <property name="readOnly">
540               <bool>true</bool>
541              </property>
542             </widget>
543            </item>
544            <item row="0" column="2">
545             <widget class="QLabel" name="ySpacingLabel">
546              <property name="sizePolicy">
547               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
548                <horstretch>0</horstretch>
549                <verstretch>0</verstretch>
550               </sizepolicy>
551              </property>
552              <property name="text">
553               <string>y :</string>
554              </property>
555             </widget>
556            </item>
557            <item row="0" column="3">
558             <widget class="QLineEdit" name="ySpacingLineEdit">
559              <property name="sizePolicy">
560               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
561                <horstretch>0</horstretch>
562                <verstretch>0</verstretch>
563               </sizepolicy>
564              </property>
565              <property name="maximumSize">
566               <size>
567                <width>50</width>
568                <height>16777215</height>
569               </size>
570              </property>
571              <property name="layoutDirection">
572               <enum>Qt::LeftToRight</enum>
573              </property>
574              <property name="alignment">
575               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
576              </property>
577              <property name="readOnly">
578               <bool>true</bool>
579              </property>
580             </widget>
581            </item>
582            <item row="0" column="4">
583             <widget class="QLabel" name="zSpacingLabel">
584              <property name="sizePolicy">
585               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
586                <horstretch>0</horstretch>
587                <verstretch>0</verstretch>
588               </sizepolicy>
589              </property>
590              <property name="text">
591               <string>z :</string>
592              </property>
593             </widget>
594            </item>
595            <item row="0" column="5">
596             <widget class="QLineEdit" name="zSpacingLineEdit">
597              <property name="sizePolicy">
598               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
599                <horstretch>0</horstretch>
600                <verstretch>0</verstretch>
601               </sizepolicy>
602              </property>
603              <property name="maximumSize">
604               <size>
605                <width>50</width>
606                <height>16777215</height>
607               </size>
608              </property>
609              <property name="layoutDirection">
610               <enum>Qt::LeftToRight</enum>
611              </property>
612              <property name="alignment">
613               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
614              </property>
615              <property name="readOnly">
616               <bool>true</bool>
617              </property>
618             </widget>
619            </item>
620           </layout>
621          </widget>
622         </item>
623         <item row="7" column="0">
624          <widget class="QRadioButton" name="scaleSpacingRadioButton">
625           <property name="sizePolicy">
626            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
627             <horstretch>0</horstretch>
628             <verstretch>0</verstretch>
629            </sizepolicy>
630           </property>
631           <property name="text">
632            <string>Scale spacing :</string>
633           </property>
634          </widget>
635         </item>
636         <item row="7" column="1">
637          <widget class="QFrame" name="frame_5">
638           <property name="sizePolicy">
639            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
640             <horstretch>0</horstretch>
641             <verstretch>0</verstretch>
642            </sizepolicy>
643           </property>
644           <property name="frameShape">
645            <enum>QFrame::NoFrame</enum>
646           </property>
647           <property name="frameShadow">
648            <enum>QFrame::Raised</enum>
649           </property>
650           <layout class="QGridLayout" name="_28">
651            <property name="margin">
652             <number>0</number>
653            </property>
654            <property name="spacing">
655             <number>0</number>
656            </property>
657            <item row="0" column="0">
658             <widget class="QLineEdit" name="scaleSpacingLineEdit">
659              <property name="maximumSize">
660               <size>
661                <width>50</width>
662                <height>16777215</height>
663               </size>
664              </property>
665              <property name="readOnly">
666               <bool>true</bool>
667              </property>
668             </widget>
669            </item>
670            <item row="0" column="1">
671             <widget class="QLabel" name="purcentLabel2">
672              <property name="sizePolicy">
673               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
674                <horstretch>0</horstretch>
675                <verstretch>0</verstretch>
676               </sizepolicy>
677              </property>
678              <property name="text">
679               <string>%</string>
680              </property>
681             </widget>
682            </item>
683           </layout>
684          </widget>
685         </item>
686         <item row="7" column="2">
687          <spacer>
688           <property name="orientation">
689            <enum>Qt::Horizontal</enum>
690           </property>
691           <property name="sizeHint" stdset="0">
692            <size>
693             <width>50</width>
694             <height>20</height>
695            </size>
696           </property>
697          </spacer>
698         </item>
699         <item row="8" column="0">
700          <widget class="QRadioButton" name="isoSpacingRadioButton">
701           <property name="sizePolicy">
702            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
703             <horstretch>0</horstretch>
704             <verstretch>0</verstretch>
705            </sizepolicy>
706           </property>
707           <property name="text">
708            <string>Iso-spacing :</string>
709           </property>
710          </widget>
711         </item>
712         <item row="8" column="1">
713          <widget class="QLineEdit" name="isoSpacingLineEdit">
714           <property name="sizePolicy">
715            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
716             <horstretch>0</horstretch>
717             <verstretch>0</verstretch>
718            </sizepolicy>
719           </property>
720           <property name="maximumSize">
721            <size>
722             <width>50</width>
723             <height>16777215</height>
724            </size>
725           </property>
726           <property name="readOnly">
727            <bool>true</bool>
728           </property>
729          </widget>
730         </item>
731         <item row="8" column="2">
732          <spacer>
733           <property name="orientation">
734            <enum>Qt::Horizontal</enum>
735           </property>
736           <property name="sizeHint" stdset="0">
737            <size>
738             <width>50</width>
739             <height>20</height>
740            </size>
741           </property>
742          </spacer>
743         </item>
744        </layout>
745       </widget>
746      </item>
747      <item>
748       <spacer>
749        <property name="orientation">
750         <enum>Qt::Vertical</enum>
751        </property>
752        <property name="sizeHint" stdset="0">
753         <size>
754          <width>20</width>
755          <height>40</height>
756         </size>
757        </property>
758       </spacer>
759      </item>
760     </layout>
761    </item>
762    <item>
763     <layout class="QVBoxLayout">
764      <item>
765       <widget class="QFrame" name="frame_3">
766        <property name="sizePolicy">
767         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
768          <horstretch>0</horstretch>
769          <verstretch>0</verstretch>
770         </sizepolicy>
771        </property>
772        <property name="frameShape">
773         <enum>QFrame::StyledPanel</enum>
774        </property>
775        <property name="frameShadow">
776         <enum>QFrame::Raised</enum>
777        </property>
778        <layout class="QVBoxLayout" name="_2">
779         <item>
780          <layout class="QVBoxLayout" name="_3">
781           <item>
782            <widget class="QCheckBox" name="gaussianFilterCheckBox">
783             <property name="text">
784              <string>Apply Gaussian Filter</string>
785             </property>
786            </widget>
787           </item>
788           <item>
789            <widget class="QFrame" name="frame_7">
790             <property name="sizePolicy">
791              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
792               <horstretch>0</horstretch>
793               <verstretch>0</verstretch>
794              </sizepolicy>
795             </property>
796             <property name="frameShape">
797              <enum>QFrame::NoFrame</enum>
798             </property>
799             <property name="frameShadow">
800              <enum>QFrame::Raised</enum>
801             </property>
802             <layout class="QHBoxLayout" name="_4">
803              <item>
804               <widget class="QLabel" name="gaussianFilterLabel">
805                <property name="sizePolicy">
806                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
807                  <horstretch>0</horstretch>
808                  <verstretch>0</verstretch>
809                 </sizepolicy>
810                </property>
811                <property name="text">
812                 <string>Gaussian width :</string>
813                </property>
814               </widget>
815              </item>
816              <item>
817               <widget class="QLineEdit" name="xGaussianLineEdit">
818                <property name="maximumSize">
819                 <size>
820                  <width>40</width>
821                  <height>16777215</height>
822                 </size>
823                </property>
824               </widget>
825              </item>
826              <item>
827               <widget class="QLineEdit" name="yGaussianLineEdit">
828                <property name="maximumSize">
829                 <size>
830                  <width>40</width>
831                  <height>16777215</height>
832                 </size>
833                </property>
834                <property name="text">
835                 <string/>
836                </property>
837                <property name="readOnly">
838                 <bool>false</bool>
839                </property>
840               </widget>
841              </item>
842              <item>
843               <widget class="QLineEdit" name="zGaussianLineEdit">
844                <property name="maximumSize">
845                 <size>
846                  <width>40</width>
847                  <height>16777215</height>
848                 </size>
849                </property>
850               </widget>
851              </item>
852             </layout>
853            </widget>
854           </item>
855          </layout>
856         </item>
857         <item>
858          <widget class="Line" name="line_2">
859           <property name="orientation">
860            <enum>Qt::Horizontal</enum>
861           </property>
862          </widget>
863         </item>
864         <item>
865          <layout class="QHBoxLayout" name="_5">
866           <item>
867            <widget class="QLabel" name="defaultPixelValueLabel">
868             <property name="sizePolicy">
869              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
870               <horstretch>0</horstretch>
871               <verstretch>0</verstretch>
872              </sizepolicy>
873             </property>
874             <property name="text">
875              <string>Default pixel value :</string>
876             </property>
877            </widget>
878           </item>
879           <item>
880            <widget class="QLineEdit" name="defaultPixelValueLineEdit">
881             <property name="maximumSize">
882              <size>
883               <width>50</width>
884               <height>16777215</height>
885              </size>
886             </property>
887             <property name="text">
888              <string>0.0</string>
889             </property>
890            </widget>
891           </item>
892           <item>
893            <spacer>
894             <property name="orientation">
895              <enum>Qt::Horizontal</enum>
896             </property>
897             <property name="sizeHint" stdset="0">
898              <size>
899               <width>121</width>
900               <height>21</height>
901              </size>
902             </property>
903            </spacer>
904           </item>
905          </layout>
906         </item>
907         <item>
908          <widget class="Line" name="line_3">
909           <property name="orientation">
910            <enum>Qt::Horizontal</enum>
911           </property>
912          </widget>
913         </item>
914         <item>
915          <layout class="QHBoxLayout" name="_6">
916           <item>
917            <widget class="QLabel" name="InterpolationLabel">
918             <property name="sizePolicy">
919              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
920               <horstretch>0</horstretch>
921               <verstretch>0</verstretch>
922              </sizepolicy>
923             </property>
924             <property name="text">
925              <string>Interpolation :</string>
926             </property>
927            </widget>
928           </item>
929           <item>
930            <widget class="QComboBox" name="interpolationComboBox">
931             <item>
932              <property name="text">
933               <string>NN</string>
934              </property>
935             </item>
936             <item>
937              <property name="text">
938               <string>Linear</string>
939              </property>
940             </item>
941             <item>
942              <property name="text">
943               <string>BSpline</string>
944              </property>
945             </item>
946             <item>
947              <property name="text">
948               <string>Blut (faster BSpline)</string>
949              </property>
950             </item>
951            </widget>
952           </item>
953          </layout>
954         </item>
955         <item>
956          <widget class="Line" name="line_4">
957           <property name="orientation">
958            <enum>Qt::Horizontal</enum>
959           </property>
960          </widget>
961         </item>
962         <item>
963          <layout class="QHBoxLayout" name="_7">
964           <item>
965            <widget class="QLabel" name="bSplineLabel">
966             <property name="sizePolicy">
967              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
968               <horstretch>0</horstretch>
969               <verstretch>0</verstretch>
970              </sizepolicy>
971             </property>
972             <property name="text">
973              <string>BSpline order :</string>
974             </property>
975            </widget>
976           </item>
977           <item>
978            <widget class="QSpinBox" name="bSplineOrderSpinBox">
979             <property name="maximum">
980              <number>5</number>
981             </property>
982             <property name="value">
983              <number>3</number>
984             </property>
985            </widget>
986           </item>
987          </layout>
988         </item>
989         <item>
990          <layout class="QHBoxLayout" name="_8">
991           <item>
992            <widget class="QLabel" name="bLUTFactorLabel">
993             <property name="sizePolicy">
994              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
995               <horstretch>0</horstretch>
996               <verstretch>0</verstretch>
997              </sizepolicy>
998             </property>
999             <property name="minimumSize">
1000              <size>
1001               <width>0</width>
1002               <height>16</height>
1003              </size>
1004             </property>
1005             <property name="text">
1006              <string>BLUT sampling factor :</string>
1007             </property>
1008            </widget>
1009           </item>
1010           <item>
1011            <widget class="QSpinBox" name="bLUTSpinBox">
1012             <property name="value">
1013              <number>30</number>
1014             </property>
1015            </widget>
1016           </item>
1017          </layout>
1018         </item>
1019        </layout>
1020       </widget>
1021      </item>
1022      <item>
1023       <widget class="QFrame" name="frame_8">
1024        <property name="frameShape">
1025         <enum>QFrame::StyledPanel</enum>
1026        </property>
1027        <property name="frameShadow">
1028         <enum>QFrame::Raised</enum>
1029        </property>
1030        <layout class="QVBoxLayout" name="_9">
1031         <item>
1032          <widget class="QLabel" name="outputLabel">
1033           <property name="sizePolicy">
1034            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1035             <horstretch>0</horstretch>
1036             <verstretch>0</verstretch>
1037            </sizepolicy>
1038           </property>
1039           <property name="text">
1040            <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
1041 p, li { white-space: pre-wrap; }
1042 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
1043 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Output :&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1044           </property>
1045          </widget>
1046         </item>
1047         <item>
1048          <layout class="QHBoxLayout" name="_10">
1049           <item>
1050            <widget class="QLabel" name="label_10">
1051             <property name="text">
1052              <string>Size</string>
1053             </property>
1054            </widget>
1055           </item>
1056           <item>
1057            <widget class="QLabel" name="mOutputSizeLabel">
1058             <property name="text">
1059              <string>TextLabel</string>
1060             </property>
1061            </widget>
1062           </item>
1063          </layout>
1064         </item>
1065         <item>
1066          <layout class="QHBoxLayout" name="_11">
1067           <item>
1068            <widget class="QLabel" name="label_12">
1069             <property name="text">
1070              <string>Spacing</string>
1071             </property>
1072            </widget>
1073           </item>
1074           <item>
1075            <widget class="QLabel" name="mOutputSpacingLabel">
1076             <property name="text">
1077              <string>TextLabel</string>
1078             </property>
1079            </widget>
1080           </item>
1081          </layout>
1082         </item>
1083         <item>
1084          <layout class="QHBoxLayout" name="_12">
1085           <item>
1086            <widget class="QLabel" name="label_4">
1087             <property name="text">
1088              <string>Memory size</string>
1089             </property>
1090            </widget>
1091           </item>
1092           <item>
1093            <widget class="QLabel" name="mOutputMemoryLabel">
1094             <property name="text">
1095              <string>TextLabel</string>
1096             </property>
1097            </widget>
1098           </item>
1099          </layout>
1100         </item>
1101         <item>
1102          <spacer>
1103           <property name="orientation">
1104            <enum>Qt::Vertical</enum>
1105           </property>
1106           <property name="sizeHint" stdset="0">
1107            <size>
1108             <width>20</width>
1109             <height>40</height>
1110            </size>
1111           </property>
1112          </spacer>
1113         </item>
1114        </layout>
1115       </widget>
1116      </item>
1117     </layout>
1118    </item>
1119   </layout>
1120  </widget>
1121  <resources/>
1122  <connections/>
1123 </ui>