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