]> Creatis software - cpPlugins.git/blob - appli/ImageMPR/ImageMPR.ui
Intermediary commit
[cpPlugins.git] / appli / ImageMPR / ImageMPR.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ImageMPR</class>
4  <widget class="QMainWindow" name="ImageMPR">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>718</width>
10     <height>706</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>718</width>
16     <height>706</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Interactive deformable mesh segmentation (v0.1)</string>
21   </property>
22   <widget class="QWidget" name="centralWidget">
23    <layout class="QGridLayout" name="gridLayout">
24     <item row="0" column="0">
25      <widget class="QSplitter" name="splitter_4">
26       <property name="minimumSize">
27        <size>
28         <width>700</width>
29         <height>400</height>
30        </size>
31       </property>
32       <property name="orientation">
33        <enum>Qt::Horizontal</enum>
34       </property>
35       <widget class="QSplitter" name="splitter_3">
36        <property name="orientation">
37         <enum>Qt::Vertical</enum>
38        </property>
39        <widget class="QSplitter" name="splitter">
40         <property name="orientation">
41          <enum>Qt::Horizontal</enum>
42         </property>
43         <widget class="QVTKWidget" name="m_YPlaneVTK">
44          <property name="enabled">
45           <bool>true</bool>
46          </property>
47          <property name="minimumSize">
48           <size>
49            <width>200</width>
50            <height>200</height>
51           </size>
52          </property>
53         </widget>
54         <widget class="QVTKWidget" name="m_XPlaneVTK">
55          <property name="enabled">
56           <bool>true</bool>
57          </property>
58          <property name="minimumSize">
59           <size>
60            <width>200</width>
61            <height>200</height>
62           </size>
63          </property>
64         </widget>
65        </widget>
66        <widget class="QSplitter" name="splitter_2">
67         <property name="orientation">
68          <enum>Qt::Horizontal</enum>
69         </property>
70         <widget class="QVTKWidget" name="m_ZPlaneVTK">
71          <property name="enabled">
72           <bool>true</bool>
73          </property>
74          <property name="minimumSize">
75           <size>
76            <width>200</width>
77            <height>200</height>
78           </size>
79          </property>
80         </widget>
81         <widget class="QVTKWidget" name="m_3DVTK">
82          <property name="enabled">
83           <bool>true</bool>
84          </property>
85          <property name="minimumSize">
86           <size>
87            <width>200</width>
88            <height>200</height>
89           </size>
90          </property>
91         </widget>
92        </widget>
93       </widget>
94      </widget>
95     </item>
96    </layout>
97   </widget>
98   <widget class="QMenuBar" name="menuBar">
99    <property name="geometry">
100     <rect>
101      <x>0</x>
102      <y>0</y>
103      <width>718</width>
104      <height>27</height>
105     </rect>
106    </property>
107    <widget class="QMenu" name="menuFile">
108     <property name="title">
109      <string>&amp;File</string>
110     </property>
111     <addaction name="actionOpenPlugins"/>
112     <addaction name="separator"/>
113     <addaction name="actionOpenInputImage"/>
114     <addaction name="actionOpenSegmentation"/>
115     <addaction name="actionOpenInputPolyData"/>
116     <addaction name="separator"/>
117     <addaction name="actionExit"/>
118    </widget>
119    <widget class="QMenu" name="MenuImageToImage">
120     <property name="title">
121      <string>Image to image</string>
122     </property>
123    </widget>
124    <widget class="QMenu" name="MenuImageToMesh">
125     <property name="title">
126      <string>Image to mesh</string>
127     </property>
128    </widget>
129    <addaction name="menuFile"/>
130    <addaction name="MenuImageToImage"/>
131    <addaction name="MenuImageToMesh"/>
132   </widget>
133   <action name="actionOpenInputImage">
134    <property name="enabled">
135     <bool>true</bool>
136    </property>
137    <property name="text">
138     <string>Open image</string>
139    </property>
140    <property name="shortcut">
141     <string>Ctrl+O</string>
142    </property>
143   </action>
144   <action name="actionOpenPlugins">
145    <property name="enabled">
146     <bool>true</bool>
147    </property>
148    <property name="text">
149     <string>Open plugins</string>
150    </property>
151    <property name="shortcut">
152     <string>Ctrl+P</string>
153    </property>
154   </action>
155   <action name="actionExit">
156    <property name="text">
157     <string>Exit</string>
158    </property>
159   </action>
160   <action name="actionOpenInputPolyData">
161    <property name="text">
162     <string>Open polydata</string>
163    </property>
164    <property name="shortcut">
165     <string>Ctrl+M</string>
166    </property>
167   </action>
168   <action name="actionDasdasd">
169    <property name="text">
170     <string>dasdasd</string>
171    </property>
172   </action>
173   <action name="actionOpenSegmentation">
174    <property name="text">
175     <string>Open segmentation</string>
176    </property>
177   </action>
178  </widget>
179  <layoutdefault spacing="6" margin="11"/>
180  <customwidgets>
181   <customwidget>
182    <class>QVTKWidget</class>
183    <extends>QWidget</extends>
184    <header>QVTKWidget.h</header>
185   </customwidget>
186  </customwidgets>
187  <resources/>
188  <connections>
189   <connection>
190    <sender>actionExit</sender>
191    <signal>triggered()</signal>
192    <receiver>ImageMPR</receiver>
193    <slot>close()</slot>
194    <hints>
195     <hint type="sourcelabel">
196      <x>-1</x>
197      <y>-1</y>
198     </hint>
199     <hint type="destinationlabel">
200      <x>378</x>
201      <y>235</y>
202     </hint>
203    </hints>
204   </connection>
205  </connections>
206 </ui>