]> Creatis software - cpMesh.git/blob - appli/InteractiveDeformableMeshSegmentation/MainWnd.ui
Read/Write image plugin integration
[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="actionOpenPlugins"/>
121     <addaction name="actionReloadPlugins"/>
122     <addaction name="separator"/>
123     <addaction name="actionExit"/>
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="actionOpenInputImage"/>
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="actionOpenSegmentedImage"/>
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="actionOpenMesh"/>
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="actionNavigation"/>
201    <addaction name="actionSegmentationInteractiveDeformation"/>
202   </widget>
203   <action name="actionOpenInputImage">
204    <property name="enabled">
205     <bool>true</bool>
206    </property>
207    <property name="text">
208     <string>Open</string>
209    </property>
210   </action>
211   <action name="actionOpenSegmentedImage">
212    <property name="enabled">
213     <bool>true</bool>
214    </property>
215    <property name="text">
216     <string>Open</string>
217    </property>
218   </action>
219   <action name="actionOpenMesh">
220    <property name="enabled">
221     <bool>true</bool>
222    </property>
223    <property name="text">
224     <string>Open</string>
225    </property>
226   </action>
227   <action name="actionOpenPlugins">
228    <property name="enabled">
229     <bool>true</bool>
230    </property>
231    <property name="text">
232     <string>Open plugins</string>
233    </property>
234   </action>
235   <action name="actionReloadPlugins">
236    <property name="text">
237     <string>Reload plugins</string>
238    </property>
239   </action>
240   <action name="actionExit">
241    <property name="text">
242     <string>Exit</string>
243    </property>
244   </action>
245   <action name="actionNavigation">
246    <property name="checkable">
247     <bool>true</bool>
248    </property>
249    <property name="enabled">
250     <bool>true</bool>
251    </property>
252    <property name="icon">
253     <iconset resource="resources.qrc">
254      <normaloff>:/icons/icons/navigate.ico</normaloff>:/icons/icons/navigate.ico</iconset>
255    </property>
256    <property name="text">
257     <string>Navigation</string>
258    </property>
259   </action>
260   <action name="actionSegmentationInteractiveDeformation">
261    <property name="checkable">
262     <bool>true</bool>
263    </property>
264    <property name="enabled">
265     <bool>true</bool>
266    </property>
267    <property name="icon">
268     <iconset resource="resources.qrc">
269      <normaloff>:/icons/icons/modify.ico</normaloff>:/icons/icons/modify.ico</iconset>
270    </property>
271    <property name="text">
272     <string>Segmentation interactive deformation</string>
273    </property>
274   </action>
275  </widget>
276  <layoutdefault spacing="6" margin="11"/>
277  <customwidgets>
278   <customwidget>
279    <class>QVTKWidget</class>
280    <extends>QWidget</extends>
281    <header>QVTKWidget.h</header>
282   </customwidget>
283  </customwidgets>
284  <resources>
285   <include location="resources.qrc"/>
286  </resources>
287  <connections>
288   <connection>
289    <sender>actionExit</sender>
290    <signal>triggered()</signal>
291    <receiver>MainWnd</receiver>
292    <slot>close()</slot>
293    <hints>
294     <hint type="sourcelabel">
295      <x>-1</x>
296      <y>-1</y>
297     </hint>
298     <hint type="destinationlabel">
299      <x>378</x>
300      <y>235</y>
301     </hint>
302    </hints>
303   </connection>
304  </connections>
305 </ui>