]> Creatis software - cpMesh.git/blob - appli/InteractiveDeformableMeshSegmentation/MainWnd.ui
First commit
[cpMesh.git] / appli / InteractiveDeformableMeshSegmentation / MainWnd.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWnd</class>
4  <widget class="QMainWindow" name="MainWnd">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>758</width>
10     <height>445</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Interactive deformable mesh segmentation (v0.1)</string>
15   </property>
16   <property name="windowIcon">
17    <iconset resource="resources.qrc">
18     <normaloff>:/icons/icons/process_image.ico</normaloff>:/icons/icons/process_image.ico</iconset>
19   </property>
20   <widget class="QWidget" name="centralWidget">
21    <layout class="QGridLayout" name="gridLayout">
22     <item row="0" column="0">
23      <widget class="QSplitter" name="splitter_4">
24       <property name="minimumSize">
25        <size>
26         <width>700</width>
27         <height>400</height>
28        </size>
29       </property>
30       <property name="orientation">
31        <enum>Qt::Horizontal</enum>
32       </property>
33       <widget class="QSplitter" name="splitter_3">
34        <property name="orientation">
35         <enum>Qt::Vertical</enum>
36        </property>
37        <widget class="QSplitter" name="splitter">
38         <property name="orientation">
39          <enum>Qt::Horizontal</enum>
40         </property>
41         <widget class="QVTKWidget" name="m_YPlaneVTK">
42          <property name="enabled">
43           <bool>false</bool>
44          </property>
45          <property name="minimumSize">
46           <size>
47            <width>200</width>
48            <height>200</height>
49           </size>
50          </property>
51         </widget>
52         <widget class="QVTKWidget" name="m_XPlaneVTK">
53          <property name="enabled">
54           <bool>false</bool>
55          </property>
56          <property name="minimumSize">
57           <size>
58            <width>200</width>
59            <height>200</height>
60           </size>
61          </property>
62         </widget>
63        </widget>
64        <widget class="QSplitter" name="splitter_2">
65         <property name="orientation">
66          <enum>Qt::Horizontal</enum>
67         </property>
68         <widget class="QVTKWidget" name="m_ZPlaneVTK">
69          <property name="enabled">
70           <bool>false</bool>
71          </property>
72          <property name="minimumSize">
73           <size>
74            <width>200</width>
75            <height>200</height>
76           </size>
77          </property>
78         </widget>
79         <widget class="QVTKWidget" name="m_AuxVTK">
80          <property name="enabled">
81           <bool>false</bool>
82          </property>
83          <property name="minimumSize">
84           <size>
85            <width>200</width>
86            <height>200</height>
87           </size>
88          </property>
89         </widget>
90        </widget>
91       </widget>
92       <widget class="QVTKWidget" name="m_3DVTK">
93        <property name="enabled">
94         <bool>false</bool>
95        </property>
96        <property name="minimumSize">
97         <size>
98          <width>200</width>
99          <height>400</height>
100         </size>
101        </property>
102       </widget>
103      </widget>
104     </item>
105    </layout>
106   </widget>
107   <widget class="QMenuBar" name="menuBar">
108    <property name="geometry">
109     <rect>
110      <x>0</x>
111      <y>0</y>
112      <width>758</width>
113      <height>27</height>
114     </rect>
115    </property>
116    <widget class="QMenu" name="menuFile">
117     <property name="title">
118      <string>&amp;File</string>
119     </property>
120     <addaction name="aOpenPlugins"/>
121     <addaction name="aReloadPlugins"/>
122     <addaction name="separator"/>
123     <addaction name="aExit"/>
124    </widget>
125    <widget class="QMenu" name="menuHelp">
126     <property name="title">
127      <string>&amp;Help</string>
128     </property>
129    </widget>
130    <widget class="QMenu" name="menuInputImage">
131     <property name="title">
132      <string>&amp;Input image</string>
133     </property>
134     <widget class="QMenu" name="menuSegmentInputImage">
135      <property name="enabled">
136       <bool>false</bool>
137      </property>
138      <property name="title">
139       <string>Segment</string>
140      </property>
141     </widget>
142     <addaction name="aOpenInputImage"/>
143     <addaction name="menuSegmentInputImage"/>
144    </widget>
145    <widget class="QMenu" name="menuSegmentedImage">
146     <property name="title">
147      <string>&amp;Segmented image</string>
148     </property>
149     <widget class="QMenu" name="menuFilterSegmentedImage">
150      <property name="enabled">
151       <bool>false</bool>
152      </property>
153      <property name="title">
154       <string>Filters</string>
155      </property>
156     </widget>
157     <widget class="QMenu" name="menuExtractMesh">
158      <property name="enabled">
159       <bool>false</bool>
160      </property>
161      <property name="title">
162       <string>Extract mesh</string>
163      </property>
164     </widget>
165     <addaction name="aOpenSegmentedImage"/>
166     <addaction name="menuFilterSegmentedImage"/>
167     <addaction name="menuExtractMesh"/>
168    </widget>
169    <widget class="QMenu" name="menuMesh">
170     <property name="title">
171      <string>&amp;Mesh</string>
172     </property>
173     <widget class="QMenu" name="menuProcessMesh">
174      <property name="enabled">
175       <bool>false</bool>
176      </property>
177      <property name="title">
178       <string>Process</string>
179      </property>
180     </widget>
181     <addaction name="aOpenMesh"/>
182     <addaction name="menuProcessMesh"/>
183    </widget>
184    <addaction name="menuFile"/>
185    <addaction name="menuInputImage"/>
186    <addaction name="menuSegmentedImage"/>
187    <addaction name="menuMesh"/>
188    <addaction name="menuHelp"/>
189   </widget>
190   <widget class="QToolBar" name="mainToolBar">
191    <property name="windowTitle">
192     <string>toolBar</string>
193    </property>
194    <attribute name="toolBarArea">
195     <enum>LeftToolBarArea</enum>
196    </attribute>
197    <attribute name="toolBarBreak">
198     <bool>false</bool>
199    </attribute>
200    <addaction name="aNavigation"/>
201    <addaction name="aSegmentationInteractiveDeformation"/>
202   </widget>
203   <action name="aOpenInputImage">
204    <property name="text">
205     <string>Open</string>
206    </property>
207   </action>
208   <action name="aOpenSegmentedImage">
209    <property name="enabled">
210     <bool>false</bool>
211    </property>
212    <property name="text">
213     <string>Open</string>
214    </property>
215   </action>
216   <action name="aOpenMesh">
217    <property name="enabled">
218     <bool>false</bool>
219    </property>
220    <property name="text">
221     <string>Open</string>
222    </property>
223   </action>
224   <action name="aOpenPlugins">
225    <property name="enabled">
226     <bool>true</bool>
227    </property>
228    <property name="text">
229     <string>Open plugins</string>
230    </property>
231   </action>
232   <action name="aReloadPlugins">
233    <property name="text">
234     <string>Reload plugins</string>
235    </property>
236   </action>
237   <action name="aExit">
238    <property name="text">
239     <string>Exit</string>
240    </property>
241   </action>
242   <action name="aNavigation">
243    <property name="checkable">
244     <bool>true</bool>
245    </property>
246    <property name="enabled">
247     <bool>false</bool>
248    </property>
249    <property name="icon">
250     <iconset resource="resources.qrc">
251      <normaloff>:/icons/icons/navigate.ico</normaloff>:/icons/icons/navigate.ico</iconset>
252    </property>
253    <property name="text">
254     <string>Navigation</string>
255    </property>
256   </action>
257   <action name="aSegmentationInteractiveDeformation">
258    <property name="checkable">
259     <bool>true</bool>
260    </property>
261    <property name="enabled">
262     <bool>false</bool>
263    </property>
264    <property name="icon">
265     <iconset resource="resources.qrc">
266      <normaloff>:/icons/icons/modify.ico</normaloff>:/icons/icons/modify.ico</iconset>
267    </property>
268    <property name="text">
269     <string>Segmentation interactive deformation</string>
270    </property>
271   </action>
272  </widget>
273  <layoutdefault spacing="6" margin="11"/>
274  <customwidgets>
275   <customwidget>
276    <class>QVTKWidget</class>
277    <extends>QWidget</extends>
278    <header>QVTKWidget.h</header>
279   </customwidget>
280  </customwidgets>
281  <resources>
282   <include location="resources.qrc"/>
283  </resources>
284  <connections>
285   <connection>
286    <sender>aExit</sender>
287    <signal>triggered()</signal>
288    <receiver>MainWnd</receiver>
289    <slot>close()</slot>
290    <hints>
291     <hint type="sourcelabel">
292      <x>-1</x>
293      <y>-1</y>
294     </hint>
295     <hint type="destinationlabel">
296      <x>378</x>
297      <y>235</y>
298     </hint>
299    </hints>
300   </connection>
301  </connections>
302 </ui>