]> Creatis software - cpPlugins.git/blob - appli/ImageMPR/ImageMPR.ui
undo redo for images in viewer
[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" native="true">
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" native="true">
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" native="true">
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" native="true">
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>21</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    <widget class="QMenu" name="menuEdit">
130     <property name="title">
131      <string>Edit</string>
132     </property>
133     <addaction name="actionUndo"/>
134     <addaction name="actionRedo"/>
135    </widget>
136    <addaction name="menuFile"/>
137    <addaction name="menuEdit"/>
138    <addaction name="MenuImageToImage"/>
139    <addaction name="MenuImageToMesh"/>
140   </widget>
141   <action name="actionOpenInputImage">
142    <property name="enabled">
143     <bool>true</bool>
144    </property>
145    <property name="text">
146     <string>Open image</string>
147    </property>
148    <property name="shortcut">
149     <string>Ctrl+O</string>
150    </property>
151   </action>
152   <action name="actionOpenPlugins">
153    <property name="enabled">
154     <bool>true</bool>
155    </property>
156    <property name="text">
157     <string>Open plugins</string>
158    </property>
159    <property name="shortcut">
160     <string>Ctrl+P</string>
161    </property>
162   </action>
163   <action name="actionExit">
164    <property name="text">
165     <string>Exit</string>
166    </property>
167   </action>
168   <action name="actionOpenInputPolyData">
169    <property name="text">
170     <string>Open polydata</string>
171    </property>
172    <property name="shortcut">
173     <string>Ctrl+M</string>
174    </property>
175   </action>
176   <action name="actionDasdasd">
177    <property name="text">
178     <string>dasdasd</string>
179    </property>
180   </action>
181   <action name="actionOpenSegmentation">
182    <property name="text">
183     <string>Open segmentation</string>
184    </property>
185   </action>
186   <action name="actionUndo">
187    <property name="text">
188     <string>Undo</string>
189    </property>
190    <property name="shortcut">
191     <string>Ctrl+Z</string>
192    </property>
193   </action>
194   <action name="actionRedo">
195    <property name="text">
196     <string>Redo</string>
197    </property>
198    <property name="shortcut">
199     <string>Ctrl+Y</string>
200    </property>
201   </action>
202  </widget>
203  <layoutdefault spacing="6" margin="11"/>
204  <customwidgets>
205   <customwidget>
206    <class>QVTKWidget</class>
207    <extends>QWidget</extends>
208    <header>QVTKWidget.h</header>
209   </customwidget>
210  </customwidgets>
211  <resources/>
212  <connections>
213   <connection>
214    <sender>actionExit</sender>
215    <signal>triggered()</signal>
216    <receiver>ImageMPR</receiver>
217    <slot>close()</slot>
218    <hints>
219     <hint type="sourcelabel">
220      <x>-1</x>
221      <y>-1</y>
222     </hint>
223     <hint type="destinationlabel">
224      <x>378</x>
225      <y>235</y>
226     </hint>
227    </hints>
228   </connection>
229  </connections>
230 </ui>