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