]> Creatis software - openheart.git/blob - Applications/OpenHeartGui.ui
commit all the files for the first time
[openheart.git] / Applications / OpenHeartGui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>OpenHeartGui</class>
4  <widget class="QMainWindow" name="OpenHeartGui">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>773</width>
10     <height>696</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>OpenHeart GUI</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout_10">
18     <item row="0" column="0">
19      <widget class="QTabWidget" name="tabWidget">
20       <property name="currentIndex">
21        <number>0</number>
22       </property>
23       <property name="movable">
24        <bool>false</bool>
25       </property>
26       <widget class="QWidget" name="tabMesh">
27        <attribute name="title">
28         <string>Space</string>
29        </attribute>
30        <layout class="QGridLayout" name="gridLayout_3">
31         <item row="0" column="2">
32          <layout class="QHBoxLayout" name="horizontalLayout_7">
33           <item>
34            <layout class="QVBoxLayout" name="verticalLayoutVisu2D">
35             <item>
36              <widget class="QWidget" name="widgetXY" native="true">
37               <property name="sizePolicy">
38                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
39                 <horstretch>0</horstretch>
40                 <verstretch>0</verstretch>
41                </sizepolicy>
42               </property>
43               <property name="minimumSize">
44                <size>
45                 <width>200</width>
46                 <height>155</height>
47                </size>
48               </property>
49               <layout class="QGridLayout" name="gridLayout_7">
50                <item row="0" column="0">
51                 <widget class="QVTKWidget" name="qVTKXY">
52                  <property name="sizePolicy">
53                   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
54                    <horstretch>0</horstretch>
55                    <verstretch>0</verstretch>
56                   </sizepolicy>
57                  </property>
58                  <property name="minimumSize">
59                   <size>
60                    <width>196</width>
61                    <height>151</height>
62                   </size>
63                  </property>
64                 </widget>
65                </item>
66               </layout>
67              </widget>
68             </item>
69             <item>
70              <spacer name="verticalSpacer_4">
71               <property name="orientation">
72                <enum>Qt::Vertical</enum>
73               </property>
74               <property name="sizeType">
75                <enum>QSizePolicy::Fixed</enum>
76               </property>
77               <property name="sizeHint" stdset="0">
78                <size>
79                 <width>20</width>
80                 <height>10</height>
81                </size>
82               </property>
83              </spacer>
84             </item>
85             <item>
86              <widget class="QWidget" name="widgetXZ" native="true">
87               <property name="sizePolicy">
88                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
89                 <horstretch>0</horstretch>
90                 <verstretch>0</verstretch>
91                </sizepolicy>
92               </property>
93               <property name="minimumSize">
94                <size>
95                 <width>200</width>
96                 <height>155</height>
97                </size>
98               </property>
99               <layout class="QGridLayout" name="gridLayout_8">
100                <item row="0" column="0">
101                 <widget class="QVTKWidget" name="qVTKXZ">
102                  <property name="sizePolicy">
103                   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
104                    <horstretch>0</horstretch>
105                    <verstretch>0</verstretch>
106                   </sizepolicy>
107                  </property>
108                  <property name="minimumSize">
109                   <size>
110                    <width>196</width>
111                    <height>151</height>
112                   </size>
113                  </property>
114                 </widget>
115                </item>
116               </layout>
117              </widget>
118             </item>
119             <item>
120              <spacer name="verticalSpacer_5">
121               <property name="orientation">
122                <enum>Qt::Vertical</enum>
123               </property>
124               <property name="sizeType">
125                <enum>QSizePolicy::Fixed</enum>
126               </property>
127               <property name="sizeHint" stdset="0">
128                <size>
129                 <width>20</width>
130                 <height>10</height>
131                </size>
132               </property>
133              </spacer>
134             </item>
135             <item>
136              <widget class="QWidget" name="widgetYZ" native="true">
137               <property name="sizePolicy">
138                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
139                 <horstretch>0</horstretch>
140                 <verstretch>0</verstretch>
141                </sizepolicy>
142               </property>
143               <property name="minimumSize">
144                <size>
145                 <width>200</width>
146                 <height>155</height>
147                </size>
148               </property>
149               <layout class="QGridLayout" name="gridLayout_9">
150                <item row="0" column="0">
151                 <widget class="QVTKWidget" name="qVTKYZ">
152                  <property name="sizePolicy">
153                   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
154                    <horstretch>0</horstretch>
155                    <verstretch>0</verstretch>
156                   </sizepolicy>
157                  </property>
158                  <property name="minimumSize">
159                   <size>
160                    <width>196</width>
161                    <height>151</height>
162                   </size>
163                  </property>
164                 </widget>
165                </item>
166               </layout>
167              </widget>
168             </item>
169            </layout>
170           </item>
171          </layout>
172         </item>
173         <item row="0" column="1">
174          <spacer name="horizontalSpacer_5">
175           <property name="orientation">
176            <enum>Qt::Horizontal</enum>
177           </property>
178           <property name="sizeType">
179            <enum>QSizePolicy::Fixed</enum>
180           </property>
181           <property name="sizeHint" stdset="0">
182            <size>
183             <width>20</width>
184             <height>20</height>
185            </size>
186           </property>
187          </spacer>
188         </item>
189         <item row="0" column="0">
190          <layout class="QVBoxLayout" name="verticalLayoutMesh">
191           <item>
192            <widget class="QVTKWidget" name="qVTK">
193             <property name="sizePolicy">
194              <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
195               <horstretch>0</horstretch>
196               <verstretch>0</verstretch>
197              </sizepolicy>
198             </property>
199            </widget>
200           </item>
201          </layout>
202         </item>
203        </layout>
204       </widget>
205       <widget class="QWidget" name="tabChart">
206        <attribute name="title">
207         <string>Chart</string>
208        </attribute>
209        <layout class="QGridLayout" name="gridLayout_2">
210         <item row="0" column="0">
211          <layout class="QVBoxLayout" name="verticalLayoutChart">
212           <item>
213            <spacer name="verticalSpacer_2">
214             <property name="orientation">
215              <enum>Qt::Vertical</enum>
216             </property>
217             <property name="sizeType">
218              <enum>QSizePolicy::Fixed</enum>
219             </property>
220             <property name="sizeHint" stdset="0">
221              <size>
222               <width>20</width>
223               <height>30</height>
224              </size>
225             </property>
226            </spacer>
227           </item>
228           <item>
229            <widget class="QVTKWidget" name="qVTKChart">
230             <property name="sizePolicy">
231              <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
232               <horstretch>0</horstretch>
233               <verstretch>0</verstretch>
234              </sizepolicy>
235             </property>
236            </widget>
237           </item>
238           <item>
239            <spacer name="verticalSpacer">
240             <property name="orientation">
241              <enum>Qt::Vertical</enum>
242             </property>
243             <property name="sizeType">
244              <enum>QSizePolicy::Fixed</enum>
245             </property>
246             <property name="sizeHint" stdset="0">
247              <size>
248               <width>20</width>
249               <height>20</height>
250              </size>
251             </property>
252            </spacer>
253           </item>
254           <item>
255            <layout class="QHBoxLayout" name="horizontalLayoutEF">
256             <item>
257              <widget class="QLabel" name="labelEF">
258               <property name="sizePolicy">
259                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
260                 <horstretch>0</horstretch>
261                 <verstretch>0</verstretch>
262                </sizepolicy>
263               </property>
264               <property name="text">
265                <string>Ejection Fraction</string>
266               </property>
267              </widget>
268             </item>
269             <item>
270              <widget class="QLabel" name="labelEFValue">
271               <property name="sizePolicy">
272                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
273                 <horstretch>0</horstretch>
274                 <verstretch>0</verstretch>
275                </sizepolicy>
276               </property>
277               <property name="minimumSize">
278                <size>
279                 <width>40</width>
280                 <height>0</height>
281                </size>
282               </property>
283               <property name="text">
284                <string/>
285               </property>
286              </widget>
287             </item>
288             <item>
289              <spacer name="horizontalSpacer">
290               <property name="orientation">
291                <enum>Qt::Horizontal</enum>
292               </property>
293               <property name="sizeType">
294                <enum>QSizePolicy::Fixed</enum>
295               </property>
296               <property name="sizeHint" stdset="0">
297                <size>
298                 <width>20</width>
299                 <height>20</height>
300                </size>
301               </property>
302              </spacer>
303             </item>
304             <item>
305              <spacer name="horizontalSpacer_2">
306               <property name="orientation">
307                <enum>Qt::Horizontal</enum>
308               </property>
309               <property name="sizeType">
310                <enum>QSizePolicy::Fixed</enum>
311               </property>
312               <property name="sizeHint" stdset="0">
313                <size>
314                 <width>40</width>
315                 <height>20</height>
316                </size>
317               </property>
318              </spacer>
319             </item>
320             <item>
321              <widget class="QLabel" name="labelEDV">
322               <property name="sizePolicy">
323                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
324                 <horstretch>0</horstretch>
325                 <verstretch>0</verstretch>
326                </sizepolicy>
327               </property>
328               <property name="text">
329                <string>EDV</string>
330               </property>
331              </widget>
332             </item>
333             <item>
334              <widget class="QLabel" name="labelEDVValue">
335               <property name="sizePolicy">
336                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
337                 <horstretch>0</horstretch>
338                 <verstretch>0</verstretch>
339                </sizepolicy>
340               </property>
341               <property name="minimumSize">
342                <size>
343                 <width>40</width>
344                 <height>0</height>
345                </size>
346               </property>
347               <property name="text">
348                <string/>
349               </property>
350              </widget>
351             </item>
352             <item>
353              <spacer name="horizontalSpacer_8">
354               <property name="orientation">
355                <enum>Qt::Horizontal</enum>
356               </property>
357               <property name="sizeType">
358                <enum>QSizePolicy::Fixed</enum>
359               </property>
360               <property name="sizeHint" stdset="0">
361                <size>
362                 <width>20</width>
363                 <height>20</height>
364                </size>
365               </property>
366              </spacer>
367             </item>
368            </layout>
369           </item>
370           <item>
371            <layout class="QHBoxLayout" name="horizontalLayoutSV">
372             <item>
373              <widget class="QLabel" name="labelSV">
374               <property name="sizePolicy">
375                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
376                 <horstretch>0</horstretch>
377                 <verstretch>0</verstretch>
378                </sizepolicy>
379               </property>
380               <property name="minimumSize">
381                <size>
382                 <width>0</width>
383                 <height>0</height>
384                </size>
385               </property>
386               <property name="text">
387                <string>Stroke volume      </string>
388               </property>
389              </widget>
390             </item>
391             <item>
392              <widget class="QLabel" name="labelSVValue">
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="minimumSize">
400                <size>
401                 <width>40</width>
402                 <height>0</height>
403                </size>
404               </property>
405               <property name="text">
406                <string/>
407               </property>
408              </widget>
409             </item>
410             <item>
411              <spacer name="horizontalSpacer_7">
412               <property name="orientation">
413                <enum>Qt::Horizontal</enum>
414               </property>
415               <property name="sizeType">
416                <enum>QSizePolicy::Fixed</enum>
417               </property>
418               <property name="sizeHint" stdset="0">
419                <size>
420                 <width>20</width>
421                 <height>20</height>
422                </size>
423               </property>
424              </spacer>
425             </item>
426             <item>
427              <spacer name="horizontalSpacer_4">
428               <property name="orientation">
429                <enum>Qt::Horizontal</enum>
430               </property>
431               <property name="sizeType">
432                <enum>QSizePolicy::Fixed</enum>
433               </property>
434               <property name="sizeHint" stdset="0">
435                <size>
436                 <width>40</width>
437                 <height>20</height>
438                </size>
439               </property>
440              </spacer>
441             </item>
442             <item>
443              <widget class="QLabel" name="labelESV">
444               <property name="sizePolicy">
445                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
446                 <horstretch>0</horstretch>
447                 <verstretch>0</verstretch>
448                </sizepolicy>
449               </property>
450               <property name="text">
451                <string>ESV</string>
452               </property>
453              </widget>
454             </item>
455             <item>
456              <widget class="QLabel" name="labelESVValue">
457               <property name="sizePolicy">
458                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
459                 <horstretch>0</horstretch>
460                 <verstretch>0</verstretch>
461                </sizepolicy>
462               </property>
463               <property name="minimumSize">
464                <size>
465                 <width>40</width>
466                 <height>0</height>
467                </size>
468               </property>
469               <property name="text">
470                <string/>
471               </property>
472              </widget>
473             </item>
474             <item>
475              <spacer name="horizontalSpacer_9">
476               <property name="orientation">
477                <enum>Qt::Horizontal</enum>
478               </property>
479               <property name="sizeType">
480                <enum>QSizePolicy::Fixed</enum>
481               </property>
482               <property name="sizeHint" stdset="0">
483                <size>
484                 <width>23</width>
485                 <height>20</height>
486                </size>
487               </property>
488              </spacer>
489             </item>
490            </layout>
491           </item>
492           <item>
493            <spacer name="verticalSpacer_3">
494             <property name="orientation">
495              <enum>Qt::Vertical</enum>
496             </property>
497             <property name="sizeType">
498              <enum>QSizePolicy::Fixed</enum>
499             </property>
500             <property name="sizeHint" stdset="0">
501              <size>
502               <width>20</width>
503               <height>30</height>
504              </size>
505             </property>
506            </spacer>
507           </item>
508          </layout>
509         </item>
510        </layout>
511       </widget>
512      </widget>
513     </item>
514     <item row="1" column="0">
515      <widget class="QTabWidget" name="tabWidgetOption">
516       <property name="sizePolicy">
517        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
518         <horstretch>0</horstretch>
519         <verstretch>0</verstretch>
520        </sizepolicy>
521       </property>
522       <property name="palette">
523        <palette>
524         <active>
525          <colorrole role="Base">
526           <brush brushstyle="SolidPattern">
527            <color alpha="255">
528             <red>85</red>
529             <green>255</green>
530             <blue>255</blue>
531            </color>
532           </brush>
533          </colorrole>
534          <colorrole role="NoRole">
535           <brush brushstyle="SolidPattern">
536            <color alpha="255">
537             <red>170</red>
538             <green>255</green>
539             <blue>255</blue>
540            </color>
541           </brush>
542          </colorrole>
543         </active>
544         <inactive>
545          <colorrole role="Base">
546           <brush brushstyle="SolidPattern">
547            <color alpha="255">
548             <red>85</red>
549             <green>255</green>
550             <blue>255</blue>
551            </color>
552           </brush>
553          </colorrole>
554          <colorrole role="NoRole">
555           <brush brushstyle="SolidPattern">
556            <color alpha="255">
557             <red>170</red>
558             <green>255</green>
559             <blue>255</blue>
560            </color>
561           </brush>
562          </colorrole>
563         </inactive>
564         <disabled>
565          <colorrole role="Base">
566           <brush brushstyle="SolidPattern">
567            <color alpha="255">
568             <red>255</red>
569             <green>255</green>
570             <blue>255</blue>
571            </color>
572           </brush>
573          </colorrole>
574          <colorrole role="NoRole">
575           <brush brushstyle="SolidPattern">
576            <color alpha="255">
577             <red>170</red>
578             <green>255</green>
579             <blue>255</blue>
580            </color>
581           </brush>
582          </colorrole>
583         </disabled>
584        </palette>
585       </property>
586       <property name="tabPosition">
587        <enum>QTabWidget::North</enum>
588       </property>
589       <property name="tabShape">
590        <enum>QTabWidget::Rounded</enum>
591       </property>
592       <property name="currentIndex">
593        <number>0</number>
594       </property>
595       <property name="elideMode">
596        <enum>Qt::ElideNone</enum>
597       </property>
598       <property name="tabsClosable">
599        <bool>false</bool>
600       </property>
601       <widget class="QWidget" name="tab_3">
602        <attribute name="title">
603         <string>Player</string>
604        </attribute>
605        <layout class="QGridLayout" name="gridLayout_4">
606         <item row="0" column="0">
607          <layout class="QHBoxLayout" name="horizontalLayout_2">
608           <item>
609            <widget class="QPushButton" name="pushButtonPlay">
610             <property name="sizePolicy">
611              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
612               <horstretch>0</horstretch>
613               <verstretch>0</verstretch>
614              </sizepolicy>
615             </property>
616             <property name="minimumSize">
617              <size>
618               <width>0</width>
619               <height>0</height>
620              </size>
621             </property>
622             <property name="text">
623              <string>Play</string>
624             </property>
625            </widget>
626           </item>
627           <item>
628            <spacer name="horizontalSpacer_6">
629             <property name="orientation">
630              <enum>Qt::Horizontal</enum>
631             </property>
632             <property name="sizeType">
633              <enum>QSizePolicy::Fixed</enum>
634             </property>
635             <property name="sizeHint" stdset="0">
636              <size>
637               <width>20</width>
638               <height>20</height>
639              </size>
640             </property>
641            </spacer>
642           </item>
643           <item>
644            <widget class="QScrollBar" name="scrollBar">
645             <property name="orientation">
646              <enum>Qt::Horizontal</enum>
647             </property>
648            </widget>
649           </item>
650          </layout>
651         </item>
652        </layout>
653       </widget>
654       <widget class="QWidget" name="tab">
655        <attribute name="title">
656         <string>Viewer</string>
657        </attribute>
658        <layout class="QGridLayout" name="gridLayout_5">
659         <item row="0" column="0">
660          <layout class="QHBoxLayout" name="horizontalLayout">
661           <item>
662            <widget class="QPushButton" name="pushButtonXY">
663             <property name="sizePolicy">
664              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
665               <horstretch>0</horstretch>
666               <verstretch>0</verstretch>
667              </sizepolicy>
668             </property>
669             <property name="minimumSize">
670              <size>
671               <width>20</width>
672               <height>0</height>
673              </size>
674             </property>
675             <property name="text">
676              <string>XY</string>
677             </property>
678            </widget>
679           </item>
680           <item>
681            <widget class="QPushButton" name="pushButtonXZ">
682             <property name="text">
683              <string>XZ</string>
684             </property>
685            </widget>
686           </item>
687           <item>
688            <widget class="QPushButton" name="pushButtonYZ">
689             <property name="text">
690              <string>YZ</string>
691             </property>
692            </widget>
693           </item>
694           <item>
695            <widget class="QPushButton" name="pushButton3D">
696             <property name="text">
697              <string>3D</string>
698             </property>
699            </widget>
700           </item>
701           <item>
702            <widget class="QPushButton" name="pushButtonMesh">
703             <property name="text">
704              <string>Mesh</string>
705             </property>
706            </widget>
707           </item>
708           <item>
709            <spacer name="horizontalSpacer_3">
710             <property name="orientation">
711              <enum>Qt::Horizontal</enum>
712             </property>
713             <property name="sizeType">
714              <enum>QSizePolicy::Expanding</enum>
715             </property>
716             <property name="sizeHint" stdset="0">
717              <size>
718               <width>20</width>
719               <height>20</height>
720              </size>
721             </property>
722            </spacer>
723           </item>
724          </layout>
725         </item>
726        </layout>
727       </widget>
728       <widget class="QWidget" name="tab_2">
729        <attribute name="title">
730         <string>Mesh repr.</string>
731        </attribute>
732        <layout class="QGridLayout" name="gridLayout">
733         <item row="0" column="0">
734          <layout class="QHBoxLayout" name="horizontalLayout_4">
735           <item>
736            <widget class="QPushButton" name="pushButtonMeshRepresentation">
737             <property name="sizePolicy">
738              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
739               <horstretch>0</horstretch>
740               <verstretch>0</verstretch>
741              </sizepolicy>
742             </property>
743             <property name="minimumSize">
744              <size>
745               <width>86</width>
746               <height>0</height>
747              </size>
748             </property>
749             <property name="text">
750              <string>Points</string>
751             </property>
752            </widget>
753           </item>
754           <item>
755            <widget class="QPushButton" name="pushButtonMeshColor">
756             <property name="enabled">
757              <bool>true</bool>
758             </property>
759             <property name="sizePolicy">
760              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
761               <horstretch>0</horstretch>
762               <verstretch>0</verstretch>
763              </sizepolicy>
764             </property>
765             <property name="minimumSize">
766              <size>
767               <width>20</width>
768               <height>0</height>
769              </size>
770             </property>
771             <property name="baseSize">
772              <size>
773               <width>20</width>
774               <height>0</height>
775              </size>
776             </property>
777             <property name="autoFillBackground">
778              <bool>false</bool>
779             </property>
780             <property name="text">
781              <string>Color Y</string>
782             </property>
783            </widget>
784           </item>
785           <item>
786            <widget class="QPushButton" name="pushButtonCutter">
787             <property name="enabled">
788              <bool>true</bool>
789             </property>
790             <property name="sizePolicy">
791              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
792               <horstretch>0</horstretch>
793               <verstretch>0</verstretch>
794              </sizepolicy>
795             </property>
796             <property name="minimumSize">
797              <size>
798               <width>20</width>
799               <height>0</height>
800              </size>
801             </property>
802             <property name="text">
803              <string>Cut off</string>
804             </property>
805            </widget>
806           </item>
807           <item>
808            <widget class="QLabel" name="labelMeshOpacity">
809             <property name="sizePolicy">
810              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
811               <horstretch>0</horstretch>
812               <verstretch>0</verstretch>
813              </sizepolicy>
814             </property>
815             <property name="minimumSize">
816              <size>
817               <width>85</width>
818               <height>0</height>
819              </size>
820             </property>
821             <property name="text">
822              <string>Opacity</string>
823             </property>
824             <property name="alignment">
825              <set>Qt::AlignCenter</set>
826             </property>
827            </widget>
828           </item>
829           <item>
830            <widget class="QSlider" name="SliderMeshAlpha">
831             <property name="sizePolicy">
832              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
833               <horstretch>0</horstretch>
834               <verstretch>0</verstretch>
835              </sizepolicy>
836             </property>
837             <property name="orientation">
838              <enum>Qt::Horizontal</enum>
839             </property>
840            </widget>
841           </item>
842          </layout>
843         </item>
844        </layout>
845       </widget>
846       <widget class="QWidget" name="tab_4">
847        <attribute name="title">
848         <string>Main axis</string>
849        </attribute>
850        <layout class="QGridLayout" name="gridLayout_6">
851         <item row="0" column="0">
852          <layout class="QHBoxLayout" name="horizontalLayout_3">
853           <item>
854            <widget class="QPushButton" name="pushButtonBasalPoint">
855             <property name="sizePolicy">
856              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
857               <horstretch>0</horstretch>
858               <verstretch>0</verstretch>
859              </sizepolicy>
860             </property>
861             <property name="minimumSize">
862              <size>
863               <width>20</width>
864               <height>0</height>
865              </size>
866             </property>
867             <property name="text">
868              <string>Basal Point</string>
869             </property>
870            </widget>
871           </item>
872           <item>
873            <widget class="QPushButton" name="pushButtonApexPoint">
874             <property name="sizePolicy">
875              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
876               <horstretch>0</horstretch>
877               <verstretch>0</verstretch>
878              </sizepolicy>
879             </property>
880             <property name="minimumSize">
881              <size>
882               <width>20</width>
883               <height>0</height>
884              </size>
885             </property>
886             <property name="text">
887              <string>Apex Point</string>
888             </property>
889            </widget>
890           </item>
891          </layout>
892         </item>
893         <item row="0" column="2">
894          <widget class="QPushButton" name="pushButtonReslice">
895           <property name="enabled">
896            <bool>false</bool>
897           </property>
898           <property name="sizePolicy">
899            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
900             <horstretch>0</horstretch>
901             <verstretch>0</verstretch>
902            </sizepolicy>
903           </property>
904           <property name="minimumSize">
905            <size>
906             <width>20</width>
907             <height>0</height>
908            </size>
909           </property>
910           <property name="text">
911            <string>Reslice</string>
912           </property>
913          </widget>
914         </item>
915         <item row="0" column="3">
916          <spacer name="horizontalSpacer_10">
917           <property name="orientation">
918            <enum>Qt::Horizontal</enum>
919           </property>
920           <property name="sizeHint" stdset="0">
921            <size>
922             <width>40</width>
923             <height>20</height>
924            </size>
925           </property>
926          </spacer>
927         </item>
928         <item row="0" column="1">
929          <spacer name="horizontalSpacer_11">
930           <property name="orientation">
931            <enum>Qt::Horizontal</enum>
932           </property>
933           <property name="sizeType">
934            <enum>QSizePolicy::Fixed</enum>
935           </property>
936           <property name="sizeHint" stdset="0">
937            <size>
938             <width>40</width>
939             <height>20</height>
940            </size>
941           </property>
942          </spacer>
943         </item>
944        </layout>
945       </widget>
946      </widget>
947     </item>
948    </layout>
949   </widget>
950   <action name="actionExit">
951    <property name="text">
952     <string>Exit</string>
953    </property>
954   </action>
955   <action name="actionE_xit">
956    <property name="text">
957     <string>E&amp;xit</string>
958    </property>
959   </action>
960  </widget>
961  <customwidgets>
962   <customwidget>
963    <class>QVTKWidget</class>
964    <extends>QWidget</extends>
965    <header>QVTKWidget.h</header>
966   </customwidget>
967  </customwidgets>
968  <resources/>
969  <connections>
970   <connection>
971    <sender>actionE_xit</sender>
972    <signal>triggered()</signal>
973    <receiver>OpenHeartGui</receiver>
974    <slot>close()</slot>
975    <hints>
976     <hint type="sourcelabel">
977      <x>-1</x>
978      <y>-1</y>
979     </hint>
980     <hint type="destinationlabel">
981      <x>220</x>
982      <y>180</y>
983     </hint>
984    </hints>
985   </connection>
986  </connections>
987 </ui>