]> Creatis software - cpPlugins.git/blob - appli/ImageMPR/ImageMPR.ui
31ada1d8f978a6d22f790d6cda42a9a2c72a60b2
[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>25</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="actionOpenInputPolyData"/>
115     <addaction name="separator"/>
116     <addaction name="actionExit"/>
117    </widget>
118    <widget class="QMenu" name="MenuImageToImage">
119     <property name="title">
120      <string>Image to image</string>
121     </property>
122    </widget>
123    <widget class="QMenu" name="MenuImageToMesh">
124     <property name="title">
125      <string>Image to mesh</string>
126     </property>
127    </widget>
128    <addaction name="menuFile"/>
129    <addaction name="MenuImageToImage"/>
130    <addaction name="MenuImageToMesh"/>
131   </widget>
132   <action name="actionOpenInputImage">
133    <property name="enabled">
134     <bool>true</bool>
135    </property>
136    <property name="text">
137     <string>Open image</string>
138    </property>
139    <property name="shortcut">
140     <string>Ctrl+O</string>
141    </property>
142   </action>
143   <action name="actionOpenPlugins">
144    <property name="enabled">
145     <bool>true</bool>
146    </property>
147    <property name="text">
148     <string>Open plugins</string>
149    </property>
150    <property name="shortcut">
151     <string>Ctrl+P</string>
152    </property>
153   </action>
154   <action name="actionExit">
155    <property name="text">
156     <string>Exit</string>
157    </property>
158   </action>
159   <action name="actionOpenInputPolyData">
160    <property name="text">
161     <string>Open polydata</string>
162    </property>
163    <property name="shortcut">
164     <string>Ctrl+M</string>
165    </property>
166   </action>
167   <action name="actionDasdasd">
168    <property name="text">
169     <string>dasdasd</string>
170    </property>
171   </action>
172  </widget>
173  <layoutdefault spacing="6" margin="11"/>
174  <customwidgets>
175   <customwidget>
176    <class>QVTKWidget</class>
177    <extends>QWidget</extends>
178    <header>QVTKWidget.h</header>
179   </customwidget>
180  </customwidgets>
181  <resources/>
182  <connections>
183   <connection>
184    <sender>actionExit</sender>
185    <signal>triggered()</signal>
186    <receiver>ImageMPR</receiver>
187    <slot>close()</slot>
188    <hints>
189     <hint type="sourcelabel">
190      <x>-1</x>
191      <y>-1</y>
192     </hint>
193     <hint type="destinationlabel">
194      <x>378</x>
195      <y>235</y>
196     </hint>
197    </hints>
198   </connection>
199  </connections>
200 </ui>