]> Creatis software - FrontAlgorithms.git/blob - appli/CTArteries/CTArteries.ui
...
[FrontAlgorithms.git] / appli / CTArteries / CTArteries.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CTArteries</class>
4  <widget class="QMainWindow" name="CTArteries">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>CTArteries - (v0.0.1)</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QSplitter" name="splitter_3">
20       <property name="orientation">
21        <enum>Qt::Vertical</enum>
22       </property>
23       <widget class="ivq::Qt::MPRViewersWidget" name="MPR" native="true"/>
24       <widget class="QSplitter" name="splitter_2">
25        <property name="orientation">
26         <enum>Qt::Horizontal</enum>
27        </property>
28        <widget class="QCustomPlot" name="Plot" native="true"/>
29        <widget class="QSplitter" name="splitter">
30         <property name="orientation">
31          <enum>Qt::Vertical</enum>
32         </property>
33         <widget class="ivq::Qt::ImageViewerWidget" name="Slice" native="true"/>
34         <widget class="ivq::Qt::ImageViewerWidget" name="CPR" native="true"/>
35        </widget>
36       </widget>
37      </widget>
38     </item>
39    </layout>
40   </widget>
41   <widget class="QMenuBar" name="menubar">
42    <property name="geometry">
43     <rect>
44      <x>0</x>
45      <y>0</y>
46      <width>800</width>
47      <height>20</height>
48     </rect>
49    </property>
50    <widget class="QMenu" name="menuFile">
51     <property name="title">
52      <string>File</string>
53     </property>
54     <addaction name="aOpen"/>
55     <addaction name="separator"/>
56     <addaction name="aExit"/>
57    </widget>
58    <addaction name="menuFile"/>
59   </widget>
60   <widget class="QStatusBar" name="statusbar"/>
61   <widget class="QToolBar" name="toolBar">
62    <property name="windowTitle">
63     <string>toolBar</string>
64    </property>
65    <attribute name="toolBarArea">
66     <enum>TopToolBarArea</enum>
67    </attribute>
68    <attribute name="toolBarBreak">
69     <bool>false</bool>
70    </attribute>
71    <addaction name="aProcess"/>
72    <addaction name="aConfig"/>
73   </widget>
74   <action name="aOpen">
75    <property name="text">
76     <string>Open</string>
77    </property>
78   </action>
79   <action name="aExit">
80    <property name="text">
81     <string>Exit</string>
82    </property>
83   </action>
84   <action name="aProcess">
85    <property name="text">
86     <string>Process</string>
87    </property>
88   </action>
89   <action name="aConfig">
90    <property name="text">
91     <string>Config</string>
92    </property>
93   </action>
94  </widget>
95  <customwidgets>
96   <customwidget>
97    <class>ivq::Qt::MPRViewersWidget</class>
98    <extends>QWidget</extends>
99    <header location="global">ivq/Qt/MPRViewersWidget.h</header>
100    <container>1</container>
101   </customwidget>
102   <customwidget>
103    <class>QCustomPlot</class>
104    <extends>QWidget</extends>
105    <header>QCustomPlot.h</header>
106    <container>1</container>
107   </customwidget>
108   <customwidget>
109    <class>ivq::Qt::ImageViewerWidget</class>
110    <extends>QWidget</extends>
111    <header location="global">ivq/Qt/ImageViewerWidget.h</header>
112    <container>1</container>
113   </customwidget>
114  </customwidgets>
115  <resources/>
116  <connections>
117   <connection>
118    <sender>aExit</sender>
119    <signal>triggered()</signal>
120    <receiver>CTArteries</receiver>
121    <slot>close()</slot>
122    <hints>
123     <hint type="sourcelabel">
124      <x>-1</x>
125      <y>-1</y>
126     </hint>
127     <hint type="destinationlabel">
128      <x>399</x>
129      <y>299</y>
130     </hint>
131    </hints>
132   </connection>
133  </connections>
134 </ui>