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