]> Creatis software - clitk.git/blob - vv/qt_ui/vvMainWindow.ui
5560a9e063b1f7b32fb1c9c31f7a89485961e586
[clitk.git] / vv / qt_ui / vvMainWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvMainWindow</class>
4  <widget class="QMainWindow" name="vvMainWindow">
5   <property name="enabled">
6    <bool>true</bool>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>1008</width>
13     <height>758</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="windowTitle">
23    <string>vv : the 4D Slicer</string>
24   </property>
25   <property name="windowIcon">
26    <iconset resource="../vvIcons.qrc">
27     <normaloff>:/common/icons/ducky.png</normaloff>:/common/icons/ducky.png</iconset>
28   </property>
29   <property name="statusTip">
30    <string>Type 'h' on image to display help on navigation</string>
31   </property>
32   <widget class="QWidget" name="centralwidget">
33    <property name="sizePolicy">
34     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
35      <horstretch>0</horstretch>
36      <verstretch>0</verstretch>
37     </sizepolicy>
38    </property>
39    <property name="statusTip">
40     <string>Type 'h' on image to display help on navigation</string>
41    </property>
42    <layout class="QVBoxLayout" name="verticalLayout">
43     <item>
44      <widget class="QFrame" name="frame">
45       <property name="sizePolicy">
46        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
47         <horstretch>0</horstretch>
48         <verstretch>0</verstretch>
49        </sizepolicy>
50       </property>
51       <property name="minimumSize">
52        <size>
53         <width>16</width>
54         <height>36</height>
55        </size>
56       </property>
57       <property name="frameShape">
58        <enum>QFrame::StyledPanel</enum>
59       </property>
60       <property name="frameShadow">
61        <enum>QFrame::Raised</enum>
62       </property>
63       <layout class="QGridLayout">
64        <property name="margin">
65         <number>2</number>
66        </property>
67        <property name="spacing">
68         <number>2</number>
69        </property>
70        <item row="0" column="17">
71         <spacer>
72          <property name="orientation">
73           <enum>Qt::Horizontal</enum>
74          </property>
75          <property name="sizeHint" stdset="0">
76           <size>
77            <width>40</width>
78            <height>20</height>
79           </size>
80          </property>
81         </spacer>
82        </item>
83        <item row="0" column="0">
84         <widget class="QPushButton" name="goToCursorPushButton">
85          <property name="sizePolicy">
86           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
87            <horstretch>0</horstretch>
88            <verstretch>0</verstretch>
89           </sizepolicy>
90          </property>
91          <property name="maximumSize">
92           <size>
93            <width>24</width>
94            <height>24</height>
95           </size>
96          </property>
97          <property name="toolTip">
98           <string>Go to cursor</string>
99          </property>
100          <property name="text">
101           <string/>
102          </property>
103          <property name="icon">
104           <iconset resource="../vvIcons.qrc">
105            <normaloff>:/common/icons/cross.png</normaloff>:/common/icons/cross.png</iconset>
106          </property>
107         </widget>
108        </item>
109        <item row="0" column="1">
110         <widget class="Line" name="line">
111          <property name="frameShadow">
112           <enum>QFrame::Sunken</enum>
113          </property>
114          <property name="orientation">
115           <enum>Qt::Vertical</enum>
116          </property>
117         </widget>
118        </item>
119        <item row="0" column="2">
120         <widget class="QPushButton" name="playButton">
121          <property name="sizePolicy">
122           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
123            <horstretch>0</horstretch>
124            <verstretch>0</verstretch>
125           </sizepolicy>
126          </property>
127          <property name="maximumSize">
128           <size>
129            <width>24</width>
130            <height>24</height>
131           </size>
132          </property>
133          <property name="toolTip">
134           <string>Play Current Image</string>
135          </property>
136          <property name="text">
137           <string/>
138          </property>
139          <property name="icon">
140           <iconset resource="../vvIcons.qrc">
141            <normaloff>:/common/icons/player_play.png</normaloff>:/common/icons/player_play.png</iconset>
142          </property>
143         </widget>
144        </item>
145        <item row="0" column="5">
146         <widget class="Line" name="line_2">
147          <property name="orientation">
148           <enum>Qt::Vertical</enum>
149          </property>
150         </widget>
151        </item>
152        <item row="0" column="7">
153         <widget class="QLabel" name="windowLabel">
154          <property name="text">
155           <string>Window :</string>
156          </property>
157         </widget>
158        </item>
159        <item row="0" column="8">
160         <widget class="QDoubleSpinBox" name="windowSpinBox">
161          <property name="decimals">
162           <number>3</number>
163          </property>
164          <property name="minimum">
165           <double>-66000.000000000000000</double>
166          </property>
167          <property name="maximum">
168           <double>66000.000000000000000</double>
169          </property>
170          <property name="singleStep">
171           <double>10.000000000000000</double>
172          </property>
173         </widget>
174        </item>
175        <item row="0" column="9">
176         <widget class="QPushButton" name="inverseButton">
177          <property name="sizePolicy">
178           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
179            <horstretch>0</horstretch>
180            <verstretch>0</verstretch>
181           </sizepolicy>
182          </property>
183          <property name="maximumSize">
184           <size>
185            <width>24</width>
186            <height>16777215</height>
187           </size>
188          </property>
189          <property name="toolTip">
190           <string>Inverse colors</string>
191          </property>
192          <property name="text">
193           <string/>
194          </property>
195          <property name="icon">
196           <iconset resource="../vvIcons.qrc">
197            <normaloff>:/common/icons/invertcolor.png</normaloff>:/common/icons/invertcolor.png</iconset>
198          </property>
199         </widget>
200        </item>
201        <item row="0" column="10">
202         <widget class="QLabel" name="levelLabel">
203          <property name="text">
204           <string> Level :</string>
205          </property>
206         </widget>
207        </item>
208        <item row="0" column="11">
209         <widget class="QDoubleSpinBox" name="levelSpinBox">
210          <property name="decimals">
211           <number>3</number>
212          </property>
213          <property name="minimum">
214           <double>-66000.000000000000000</double>
215          </property>
216          <property name="maximum">
217           <double>66000.000000000000000</double>
218          </property>
219          <property name="singleStep">
220           <double>10.000000000000000</double>
221          </property>
222         </widget>
223        </item>
224        <item row="0" column="12">
225         <widget class="QLabel" name="label">
226          <property name="text">
227           <string>Preset :</string>
228          </property>
229         </widget>
230        </item>
231        <item row="0" column="13">
232         <widget class="QComboBox" name="presetComboBox">
233          <property name="sizePolicy">
234           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
235            <horstretch>0</horstretch>
236            <verstretch>0</verstretch>
237           </sizepolicy>
238          </property>
239          <property name="maximumSize">
240           <size>
241            <width>100</width>
242            <height>16777215</height>
243           </size>
244          </property>
245          <item>
246           <property name="text">
247            <string>Auto Scale</string>
248           </property>
249          </item>
250          <item>
251           <property name="text">
252            <string>Hounsfield Full Scale</string>
253           </property>
254          </item>
255          <item>
256           <property name="text">
257            <string>Soft Tissue</string>
258           </property>
259          </item>
260          <item>
261           <property name="text">
262            <string>Lungs</string>
263           </property>
264          </item>
265          <item>
266           <property name="text">
267            <string>Bones</string>
268           </property>
269          </item>
270          <item>
271           <property name="text">
272            <string>[0,1] Scale</string>
273           </property>
274          </item>
275          <item>
276           <property name="text">
277            <string>User Scale</string>
278           </property>
279          </item>
280          <item>
281           <property name="text">
282            <string>Ventilation Image</string>
283           </property>
284          </item>
285         </widget>
286        </item>
287        <item row="0" column="14">
288         <widget class="QLabel" name="label_4">
289          <property name="text">
290           <string>Colormap :</string>
291          </property>
292         </widget>
293        </item>
294        <item row="0" column="15">
295         <widget class="QComboBox" name="colorMapComboBox">
296          <item>
297           <property name="text">
298            <string>B&amp;W</string>
299           </property>
300          </item>
301          <item>
302           <property name="text">
303            <string>Heat</string>
304           </property>
305          </item>
306          <item>
307           <property name="text">
308            <string>Cold</string>
309           </property>
310          </item>
311          <item>
312           <property name="text">
313            <string>Full Color</string>
314           </property>
315          </item>
316          <item>
317           <property name="text">
318            <string>Segmentation</string>
319           </property>
320          </item>
321          <item>
322           <property name="text">
323            <string>Ventilation</string>
324           </property>
325          </item>
326         </widget>
327        </item>
328        <item row="0" column="19">
329         <widget class="QPushButton" name="viewButton">
330          <property name="sizePolicy">
331           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
332            <horstretch>0</horstretch>
333            <verstretch>0</verstretch>
334           </sizepolicy>
335          </property>
336          <property name="maximumSize">
337           <size>
338            <width>24</width>
339            <height>24</height>
340           </size>
341          </property>
342          <property name="toolTip">
343           <string>Expand window</string>
344          </property>
345          <property name="text">
346           <string/>
347          </property>
348          <property name="icon">
349           <iconset resource="../vvIcons.qrc">
350            <normaloff>:/common/icons/adjustsize.png</normaloff>:/common/icons/adjustsize.png</iconset>
351          </property>
352         </widget>
353        </item>
354        <item row="0" column="18">
355         <widget class="Line" name="line_3">
356          <property name="orientation">
357           <enum>Qt::Vertical</enum>
358          </property>
359         </widget>
360        </item>
361        <item row="0" column="4">
362         <widget class="QSpinBox" name="frameRateSpinBox">
363          <property name="minimum">
364           <number>1</number>
365          </property>
366          <property name="maximum">
367           <number>100</number>
368          </property>
369          <property name="value">
370           <number>10</number>
371          </property>
372         </widget>
373        </item>
374        <item row="0" column="3">
375         <widget class="QLabel" name="frameRateLabel">
376          <property name="text">
377           <string>Speed : </string>
378          </property>
379         </widget>
380        </item>
381        <item row="0" column="16">
382         <widget class="QPushButton" name="applyWindowLevelToAllButton">
383          <property name="enabled">
384           <bool>true</bool>
385          </property>
386          <property name="maximumSize">
387           <size>
388            <width>24</width>
389            <height>16777215</height>
390           </size>
391          </property>
392          <property name="toolTip">
393           <string>Apply windowing to all images</string>
394          </property>
395          <property name="text">
396           <string>All</string>
397          </property>
398         </widget>
399        </item>
400       </layout>
401      </widget>
402     </item>
403     <item>
404      <widget class="QSplitter" name="splitter_4">
405       <property name="orientation">
406        <enum>Qt::Horizontal</enum>
407       </property>
408       <widget class="QSplitter" name="splitter">
409        <property name="orientation">
410         <enum>Qt::Vertical</enum>
411        </property>
412        <widget class="QTabWidget" name="tabWidget">
413         <property name="sizePolicy">
414          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
415           <horstretch>0</horstretch>
416           <verstretch>1</verstretch>
417          </sizepolicy>
418         </property>
419         <property name="currentIndex">
420          <number>0</number>
421         </property>
422         <widget class="QWidget" name="DataTab">
423          <attribute name="title">
424           <string>Images</string>
425          </attribute>
426          <layout class="QGridLayout">
427           <property name="margin">
428            <number>2</number>
429           </property>
430           <property name="spacing">
431            <number>2</number>
432           </property>
433           <item row="0" column="0">
434            <widget class="QTreeWidget" name="DataTree">
435             <property name="sizePolicy">
436              <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
437               <horstretch>0</horstretch>
438               <verstretch>0</verstretch>
439              </sizepolicy>
440             </property>
441             <property name="horizontalScrollBarPolicy">
442              <enum>Qt::ScrollBarAsNeeded</enum>
443             </property>
444             <property name="showDropIndicator" stdset="0">
445              <bool>false</bool>
446             </property>
447             <property name="textElideMode">
448              <enum>Qt::ElideLeft</enum>
449             </property>
450             <property name="itemsExpandable">
451              <bool>true</bool>
452             </property>
453             <property name="columnCount">
454              <number>7</number>
455             </property>
456             <column>
457              <property name="text">
458               <string>1</string>
459              </property>
460             </column>
461             <column>
462              <property name="text">
463               <string>2</string>
464              </property>
465             </column>
466             <column>
467              <property name="text">
468               <string>3</string>
469              </property>
470             </column>
471             <column>
472              <property name="text">
473               <string>4</string>
474              </property>
475             </column>
476             <column>
477              <property name="text">
478               <string>Data</string>
479              </property>
480             </column>
481             <column>
482              <property name="text">
483               <string>6</string>
484              </property>
485             </column>
486             <column>
487              <property name="text">
488               <string>8</string>
489              </property>
490             </column>
491            </widget>
492           </item>
493          </layout>
494         </widget>
495         <widget class="QWidget" name="VFtab">
496          <property name="sizePolicy">
497           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
498            <horstretch>0</horstretch>
499            <verstretch>0</verstretch>
500           </sizepolicy>
501          </property>
502          <attribute name="title">
503           <string>Overlay</string>
504          </attribute>
505          <layout class="QGridLayout">
506           <property name="margin">
507            <number>2</number>
508           </property>
509           <property name="spacing">
510            <number>2</number>
511           </property>
512           <item row="0" column="0">
513            <widget class="vvOverlayPanel" name="overlayPanel" native="true">
514             <property name="sizePolicy">
515              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
516               <horstretch>0</horstretch>
517               <verstretch>0</verstretch>
518              </sizepolicy>
519             </property>
520            </widget>
521           </item>
522          </layout>
523         </widget>
524         <widget class="QWidget" name="LinkTab">
525          <property name="sizePolicy">
526           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
527            <horstretch>0</horstretch>
528            <verstretch>0</verstretch>
529           </sizepolicy>
530          </property>
531          <attribute name="title">
532           <string>Link</string>
533          </attribute>
534          <layout class="QGridLayout">
535           <property name="margin">
536            <number>2</number>
537           </property>
538           <property name="spacing">
539            <number>2</number>
540           </property>
541           <item row="0" column="0">
542            <widget class="vvLinkPanel" name="linkPanel" native="true">
543             <property name="sizePolicy">
544              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
545               <horstretch>0</horstretch>
546               <verstretch>0</verstretch>
547              </sizepolicy>
548             </property>
549            </widget>
550           </item>
551          </layout>
552         </widget>
553         <widget class="QWidget" name="Landmarkstab">
554          <property name="sizePolicy">
555           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
556            <horstretch>0</horstretch>
557            <verstretch>0</verstretch>
558           </sizepolicy>
559          </property>
560          <attribute name="title">
561           <string>Landmarks</string>
562          </attribute>
563          <layout class="QGridLayout">
564           <property name="margin">
565            <number>2</number>
566           </property>
567           <property name="spacing">
568            <number>2</number>
569           </property>
570           <item row="0" column="0">
571            <widget class="vvLandmarksPanel" name="landmarksPanel" native="true">
572             <property name="sizePolicy">
573              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
574               <horstretch>0</horstretch>
575               <verstretch>0</verstretch>
576              </sizepolicy>
577             </property>
578            </widget>
579           </item>
580          </layout>
581         </widget>
582        </widget>
583        <widget class="vvInfoPanel" name="infoPanel" native="true">
584         <property name="enabled">
585          <bool>true</bool>
586         </property>
587         <property name="sizePolicy">
588          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
589           <horstretch>0</horstretch>
590           <verstretch>0</verstretch>
591          </sizepolicy>
592         </property>
593        </widget>
594       </widget>
595       <widget class="QSplitter" name="splitter_3">
596        <property name="sizePolicy">
597         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
598          <horstretch>1</horstretch>
599          <verstretch>0</verstretch>
600         </sizepolicy>
601        </property>
602        <property name="orientation">
603         <enum>Qt::Horizontal</enum>
604        </property>
605        <widget class="QSplitter" name="OSplitter">
606         <property name="orientation">
607          <enum>Qt::Vertical</enum>
608         </property>
609         <widget class="QWidget" name="NOWidget" native="true">
610          <property name="sizePolicy">
611           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
612            <horstretch>0</horstretch>
613            <verstretch>0</verstretch>
614           </sizepolicy>
615          </property>
616          <layout class="QGridLayout">
617           <property name="horizontalSpacing">
618            <number>2</number>
619           </property>
620           <property name="margin">
621            <number>2</number>
622           </property>
623           <item row="0" column="0">
624            <widget class="QVTKWidget" name="NOViewWidget" native="true">
625             <property name="mouseTracking">
626              <bool>true</bool>
627             </property>
628            </widget>
629           </item>
630           <item row="0" column="1">
631            <widget class="QSlider" name="NOVerticalSlider">
632             <property name="orientation">
633              <enum>Qt::Vertical</enum>
634             </property>
635            </widget>
636           </item>
637           <item row="1" column="0">
638            <widget class="QSlider" name="NOHorizontalSlider">
639             <property name="orientation">
640              <enum>Qt::Horizontal</enum>
641             </property>
642            </widget>
643           </item>
644          </layout>
645         </widget>
646         <widget class="QWidget" name="SOWidget" native="true">
647          <property name="sizePolicy">
648           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
649            <horstretch>0</horstretch>
650            <verstretch>0</verstretch>
651           </sizepolicy>
652          </property>
653          <property name="focusPolicy">
654           <enum>Qt::NoFocus</enum>
655          </property>
656          <layout class="QGridLayout">
657           <property name="margin">
658            <number>2</number>
659           </property>
660           <property name="spacing">
661            <number>2</number>
662           </property>
663           <item row="0" column="0">
664            <widget class="QVTKWidget" name="SOViewWidget" native="true">
665             <property name="mouseTracking">
666              <bool>true</bool>
667             </property>
668            </widget>
669           </item>
670           <item row="0" column="1">
671            <widget class="QSlider" name="SOVerticalSlider">
672             <property name="orientation">
673              <enum>Qt::Vertical</enum>
674             </property>
675            </widget>
676           </item>
677           <item row="1" column="0">
678            <widget class="QSlider" name="SOHorizontalSlider">
679             <property name="orientation">
680              <enum>Qt::Horizontal</enum>
681             </property>
682            </widget>
683           </item>
684          </layout>
685         </widget>
686        </widget>
687        <widget class="QSplitter" name="ESplitter">
688         <property name="orientation">
689          <enum>Qt::Vertical</enum>
690         </property>
691         <widget class="QWidget" name="NEWidget" native="true">
692          <property name="sizePolicy">
693           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
694            <horstretch>0</horstretch>
695            <verstretch>0</verstretch>
696           </sizepolicy>
697          </property>
698          <layout class="QGridLayout">
699           <property name="margin">
700            <number>2</number>
701           </property>
702           <property name="spacing">
703            <number>2</number>
704           </property>
705           <item row="0" column="0">
706            <widget class="QVTKWidget" name="NEViewWidget" native="true">
707             <property name="mouseTracking">
708              <bool>true</bool>
709             </property>
710            </widget>
711           </item>
712           <item row="0" column="1">
713            <widget class="QSlider" name="NEVerticalSlider">
714             <property name="orientation">
715              <enum>Qt::Vertical</enum>
716             </property>
717            </widget>
718           </item>
719           <item row="1" column="0">
720            <widget class="QSlider" name="NEHorizontalSlider">
721             <property name="orientation">
722              <enum>Qt::Horizontal</enum>
723             </property>
724            </widget>
725           </item>
726          </layout>
727         </widget>
728         <widget class="QWidget" name="SEWidget" native="true">
729          <property name="sizePolicy">
730           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
731            <horstretch>0</horstretch>
732            <verstretch>0</verstretch>
733           </sizepolicy>
734          </property>
735          <layout class="QGridLayout">
736           <property name="margin">
737            <number>2</number>
738           </property>
739           <property name="spacing">
740            <number>2</number>
741           </property>
742           <item row="0" column="0">
743            <widget class="QVTKWidget" name="SEViewWidget" native="true">
744             <property name="sizePolicy">
745              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
746               <horstretch>0</horstretch>
747               <verstretch>0</verstretch>
748              </sizepolicy>
749             </property>
750             <property name="mouseTracking">
751              <bool>true</bool>
752             </property>
753            </widget>
754           </item>
755           <item row="0" column="1">
756            <widget class="QSlider" name="SEVerticalSlider">
757             <property name="orientation">
758              <enum>Qt::Vertical</enum>
759             </property>
760            </widget>
761           </item>
762           <item row="1" column="0">
763            <widget class="QSlider" name="SEHorizontalSlider">
764             <property name="orientation">
765              <enum>Qt::Horizontal</enum>
766             </property>
767            </widget>
768           </item>
769          </layout>
770         </widget>
771        </widget>
772       </widget>
773      </widget>
774     </item>
775    </layout>
776   </widget>
777   <widget class="QMenuBar" name="menubar">
778    <property name="geometry">
779     <rect>
780      <x>0</x>
781      <y>0</y>
782      <width>1008</width>
783      <height>19</height>
784     </rect>
785    </property>
786    <property name="defaultUp">
787     <bool>false</bool>
788    </property>
789    <widget class="QMenu" name="menuFile">
790     <property name="title">
791      <string>File</string>
792     </property>
793     <addaction name="actionLoad_images"/>
794     <addaction name="actionOpen_Image_With_Time"/>
795     <addaction name="actionMerge_images_as_n_dim_t"/>
796     <addaction name="separator"/>
797     <addaction name="actionSlice_Image_As_Multiple_Images"/>
798     <addaction name="actionOpen_Multiple_Images_As_One"/>
799     <addaction name="separator"/>
800     <addaction name="actionOpen_Dicom"/>
801     <addaction name="actionOpen_Dicom_Struct"/>
802     <addaction name="actionOpen_VTK_contour"/>
803     <addaction name="separator"/>
804     <addaction name="actionSave_As"/>
805     <addaction name="separator"/>
806     <addaction name="actionExit"/>
807    </widget>
808    <widget class="QMenu" name="menuHelp">
809     <property name="title">
810      <string>Help</string>
811     </property>
812     <addaction name="actionNavigation_Help"/>
813     <addaction name="actionDocumentation"/>
814    </widget>
815    <widget class="QMenu" name="menuOverlay">
816     <property name="title">
817      <string>Overlay</string>
818     </property>
819     <addaction name="actionAdd_VF_to_current_Image"/>
820     <addaction name="actionAdd_fusion_image"/>
821    </widget>
822    <widget class="QMenu" name="menuScreenshots">
823     <property name="title">
824      <string>Screenshots</string>
825     </property>
826     <addaction name="actionNorth_West_Window"/>
827     <addaction name="actionNorth_East_Window"/>
828     <addaction name="actionSouth_West_Window"/>
829     <addaction name="actionSouth_East_Window"/>
830    </widget>
831    <widget class="QMenu" name="menuExperimental">
832     <property name="title">
833      <string>Experimental</string>
834     </property>
835     <addaction name="actionSurface_Viewer"/>
836     <addaction name="actionDeformable_Registration"/>
837     <addaction name="actionSegmentation"/>
838     <addaction name="actionWarp_image_with_vector_field"/>
839     <addaction name="actionCompute_mid_position_image"/>
840    </widget>
841    <widget class="QMenu" name="menuTools">
842     <property name="title">
843      <string>Tools</string>
844     </property>
845    </widget>
846    <addaction name="menuFile"/>
847    <addaction name="menuOverlay"/>
848    <addaction name="menuScreenshots"/>
849    <addaction name="menuTools"/>
850    <addaction name="menuExperimental"/>
851    <addaction name="menuHelp"/>
852   </widget>
853   <widget class="QStatusBar" name="statusbar"/>
854   <action name="actionLoad_images">
855    <property name="icon">
856     <iconset resource="../vvIcons.qrc">
857      <normaloff>:/common/icons/fileopen.png</normaloff>:/common/icons/fileopen.png</iconset>
858    </property>
859    <property name="text">
860     <string>Open image(s)</string>
861    </property>
862   </action>
863   <action name="actionClose_image">
864    <property name="text">
865     <string>Close images</string>
866    </property>
867   </action>
868   <action name="actionExit">
869    <property name="icon">
870     <iconset resource="../vvIcons.qrc">
871      <normaloff>:/common/icons/exit.png</normaloff>:/common/icons/exit.png</iconset>
872    </property>
873    <property name="text">
874     <string>Exit</string>
875    </property>
876   </action>
877   <action name="actionSave_screenshot">
878    <property name="text">
879     <string>Save screenshot</string>
880    </property>
881   </action>
882   <action name="actionPickable">
883    <property name="text">
884     <string>pickable</string>
885    </property>
886   </action>
887   <action name="actionDragable">
888    <property name="text">
889     <string>dragable</string>
890    </property>
891   </action>
892   <action name="actionSet_colormap">
893    <property name="text">
894     <string>Set colormap</string>
895    </property>
896   </action>
897   <action name="actionIsoContours">
898    <property name="text">
899     <string>IsoContours</string>
900    </property>
901   </action>
902   <action name="actionAbouts">
903    <property name="text">
904     <string>About QtVTKRender2D</string>
905    </property>
906   </action>
907   <action name="actionDocumentation">
908    <property name="text">
909     <string>About</string>
910    </property>
911   </action>
912   <action name="actionReload_images">
913    <property name="text">
914     <string>Reload images</string>
915    </property>
916   </action>
917   <action name="actionOpen_Dicom">
918    <property name="icon">
919     <iconset resource="../vvIcons.qrc">
920      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
921    </property>
922    <property name="text">
923     <string>Open Dicom</string>
924    </property>
925   </action>
926   <action name="actionOpen_Multiple_Images_As_One">
927    <property name="icon">
928     <iconset resource="../vvIcons.qrc">
929      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
930    </property>
931    <property name="text">
932     <string>Merge several xD images into a single (x+1)D image</string>
933    </property>
934   </action>
935   <action name="actionSlice_Image_As_Multiple_Images">
936    <property name="icon">
937     <iconset resource="../vvIcons.qrc">
938      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
939    </property>
940    <property name="text">
941     <string>Slice a xD image into several (x-1)D images</string>
942    </property>
943   </action>
944   <action name="actionOpen_one_Image_as_Multiple">
945    <property name="text">
946     <string>Open One Image As Multiple</string>
947    </property>
948   </action>
949   <action name="actionSave_As">
950    <property name="icon">
951     <iconset resource="../vvIcons.qrc">
952      <normaloff>:/common/icons/filesave.png</normaloff>:/common/icons/filesave.png</iconset>
953    </property>
954    <property name="text">
955     <string>Save current image</string>
956    </property>
957    <property name="shortcut">
958     <string>Ctrl+S</string>
959    </property>
960   </action>
961   <action name="actionAdd_VF_to_current_Image">
962    <property name="icon">
963     <iconset resource="../vvIcons.qrc">
964      <normaloff>:/common/icons/cursor-uparrow.png</normaloff>:/common/icons/cursor-uparrow.png</iconset>
965    </property>
966    <property name="text">
967     <string>Add deformation field to current image</string>
968    </property>
969   </action>
970   <action name="actionNorth_West_Window">
971    <property name="icon">
972     <iconset resource="../vvIcons.qrc">
973      <normaloff>:/common/icons/NOgrid.png</normaloff>:/common/icons/NOgrid.png</iconset>
974    </property>
975    <property name="text">
976     <string>Save image in TL</string>
977    </property>
978   </action>
979   <action name="actionNorth_East_Window">
980    <property name="icon">
981     <iconset resource="../vvIcons.qrc">
982      <normaloff>:/common/icons/NEgrid.png</normaloff>:/common/icons/NEgrid.png</iconset>
983    </property>
984    <property name="text">
985     <string>Save image in TR</string>
986    </property>
987   </action>
988   <action name="actionSouth_West_Window">
989    <property name="icon">
990     <iconset resource="../vvIcons.qrc">
991      <normaloff>:/common/icons/SOgrid.png</normaloff>:/common/icons/SOgrid.png</iconset>
992    </property>
993    <property name="text">
994     <string>Save image in BL</string>
995    </property>
996   </action>
997   <action name="actionSouth_East_Window">
998    <property name="icon">
999     <iconset resource="../vvIcons.qrc">
1000      <normaloff>:/common/icons/SEgrid.png</normaloff>:/common/icons/SEgrid.png</iconset>
1001    </property>
1002    <property name="text">
1003     <string>Save image in BR</string>
1004    </property>
1005   </action>
1006   <action name="actionOpen_Image_With_Time">
1007    <property name="icon">
1008     <iconset resource="../vvIcons.qrc">
1009      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
1010    </property>
1011    <property name="text">
1012     <string>Open xD image(s) as (x-1)D + t</string>
1013    </property>
1014   </action>
1015   <action name="actionMerge_images_as_n_dim_t">
1016    <property name="icon">
1017     <iconset resource="../vvIcons.qrc">
1018      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
1019    </property>
1020    <property name="text">
1021     <string>Open several xD images into a single xD+t images</string>
1022    </property>
1023   </action>
1024   <action name="actionAdd_fusion_image">
1025    <property name="icon">
1026     <iconset resource="../vvIcons.qrc">
1027      <normaloff>:/common/icons/fusion.png</normaloff>:/common/icons/fusion.png</iconset>
1028    </property>
1029    <property name="text">
1030     <string>Add fusion image to current image</string>
1031    </property>
1032   </action>
1033   <action name="actionSegmentation">
1034    <property name="text">
1035     <string>Segmentation</string>
1036    </property>
1037   </action>
1038   <action name="actionResampler">
1039    <property name="text">
1040     <string>Resample</string>
1041    </property>
1042   </action>
1043   <action name="actionSurface_Viewer">
1044    <property name="text">
1045     <string>Surface Viewer</string>
1046    </property>
1047   </action>
1048   <action name="actionDebug">
1049    <property name="text">
1050     <string>joelDebug</string>
1051    </property>
1052   </action>
1053   <action name="actionDeformable_Registration">
1054    <property name="text">
1055     <string>Deformable Registration</string>
1056    </property>
1057   </action>
1058   <action name="actionWarp_image_with_vector_field">
1059    <property name="text">
1060     <string>Verify Registration</string>
1061    </property>
1062   </action>
1063   <action name="actionMaximum_Intensity_Projection">
1064    <property name="text">
1065     <string>Maximum Intensity Projection</string>
1066    </property>
1067   </action>
1068   <action name="actionOpen_VTK_contour">
1069    <property name="icon">
1070     <iconset resource="../vvIcons.qrc">
1071      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
1072    </property>
1073    <property name="text">
1074     <string>Open VTK or OBJ contour</string>
1075    </property>
1076   </action>
1077   <action name="actionNavigation_Help">
1078    <property name="text">
1079     <string>Navigation Help</string>
1080    </property>
1081    <property name="shortcut">
1082     <string>F1</string>
1083    </property>
1084   </action>
1085   <action name="actionOpen_Dicom_Struct">
1086    <property name="icon">
1087     <iconset resource="../vvIcons.qrc">
1088      <normaloff>:/common/icons/open.png</normaloff>:/common/icons/open.png</iconset>
1089    </property>
1090    <property name="text">
1091     <string>Open Dicom-Struct</string>
1092    </property>
1093   </action>
1094   <action name="actionCompute_mid_position_image">
1095    <property name="text">
1096     <string>Compute mid-position image</string>
1097    </property>
1098   </action>
1099   <action name="actionExperimental">
1100    <property name="text">
1101     <string>Experimental...</string>
1102    </property>
1103   </action>
1104  </widget>
1105  <customwidgets>
1106   <customwidget>
1107    <class>QVTKWidget</class>
1108    <extends>QWidget</extends>
1109    <header>QVTKWidget.h</header>
1110   </customwidget>
1111   <customwidget>
1112    <class>vvInfoPanel</class>
1113    <extends>QWidget</extends>
1114    <header>vvInfoPanel.h</header>
1115   </customwidget>
1116   <customwidget>
1117    <class>vvLandmarksPanel</class>
1118    <extends>QWidget</extends>
1119    <header>vvLandmarksPanel.h</header>
1120   </customwidget>
1121   <customwidget>
1122    <class>vvLinkPanel</class>
1123    <extends>QWidget</extends>
1124    <header>vvLinkPanel.h</header>
1125   </customwidget>
1126   <customwidget>
1127    <class>vvOverlayPanel</class>
1128    <extends>QWidget</extends>
1129    <header>vvOverlayPanel.h</header>
1130   </customwidget>
1131  </customwidgets>
1132  <tabstops>
1133   <tabstop>presetComboBox</tabstop>
1134   <tabstop>windowSpinBox</tabstop>
1135   <tabstop>levelSpinBox</tabstop>
1136   <tabstop>NOViewWidget</tabstop>
1137   <tabstop>NOVerticalSlider</tabstop>
1138   <tabstop>NOHorizontalSlider</tabstop>
1139   <tabstop>SOVerticalSlider</tabstop>
1140   <tabstop>SOHorizontalSlider</tabstop>
1141   <tabstop>NEVerticalSlider</tabstop>
1142   <tabstop>NEHorizontalSlider</tabstop>
1143   <tabstop>SEVerticalSlider</tabstop>
1144   <tabstop>SEHorizontalSlider</tabstop>
1145   <tabstop>viewButton</tabstop>
1146  </tabstops>
1147  <resources>
1148   <include location="../vvIcons.qrc"/>
1149  </resources>
1150  <connections/>
1151 </ui>