]> Creatis software - cpPlugins.git/blob - appli/ImageMPR/ImageMPR.ui
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[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>ImageMPR (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="cpPlugins::Interface::BaseMPRWindow" name="MPR"/>
26     </item>
27    </layout>
28   </widget>
29   <widget class="QMenuBar" name="MenuBar">
30    <property name="geometry">
31     <rect>
32      <x>0</x>
33      <y>0</y>
34      <width>718</width>
35      <height>25</height>
36     </rect>
37    </property>
38    <widget class="QMenu" name="MenuOptionFile">
39     <property name="title">
40      <string>&amp;File</string>
41     </property>
42     <addaction name="aOpenImage"/>
43     <addaction name="aOpenSegmentation"/>
44     <addaction name="aOpenPolyData"/>
45     <addaction name="separator"/>
46     <addaction name="aSaveImage"/>
47     <addaction name="aSaveSegmentation"/>
48     <addaction name="aSavePolyData"/>
49     <addaction name="separator"/>
50     <addaction name="aExit"/>
51    </widget>
52    <widget class="QMenu" name="MenuOptionEdit">
53     <property name="title">
54      <string>&amp;Edit</string>
55     </property>
56     <widget class="QMenu" name="MenuOptionPlugins">
57      <property name="title">
58       <string>&amp;Plugins</string>
59      </property>
60      <addaction name="aLoadPlugins"/>
61      <addaction name="aShowPlugins"/>
62     </widget>
63     <addaction name="aUndo"/>
64     <addaction name="aRedo"/>
65     <addaction name="separator"/>
66     <addaction name="MenuOptionPlugins"/>
67    </widget>
68    <widget class="QMenu" name="MenuOptionHelp">
69     <property name="title">
70      <string>&amp;Help</string>
71     </property>
72    </widget>
73    <widget class="QMenu" name="MenuFilters">
74     <property name="title">
75      <string>&amp;Filters</string>
76     </property>
77    </widget>
78    <addaction name="MenuOptionFile"/>
79    <addaction name="MenuOptionEdit"/>
80    <addaction name="MenuFilters"/>
81    <addaction name="MenuOptionHelp"/>
82   </widget>
83   <widget class="QStatusBar" name="StatusBar"/>
84   <action name="aOpenImage">
85    <property name="enabled">
86     <bool>true</bool>
87    </property>
88    <property name="text">
89     <string>Open image</string>
90    </property>
91    <property name="shortcut">
92     <string>Ctrl+O</string>
93    </property>
94   </action>
95   <action name="aExit">
96    <property name="text">
97     <string>Exit</string>
98    </property>
99   </action>
100   <action name="aOpenPolyData">
101    <property name="text">
102     <string>Open polydata</string>
103    </property>
104    <property name="shortcut">
105     <string>Ctrl+M</string>
106    </property>
107   </action>
108   <action name="aOpenSegmentation">
109    <property name="text">
110     <string>Open segmentation</string>
111    </property>
112    <property name="shortcut">
113     <string>Ctrl+S</string>
114    </property>
115   </action>
116   <action name="aUndo">
117    <property name="text">
118     <string>&amp;Undo</string>
119    </property>
120    <property name="shortcut">
121     <string>Ctrl+Z</string>
122    </property>
123   </action>
124   <action name="aRedo">
125    <property name="text">
126     <string>&amp;Redo</string>
127    </property>
128    <property name="shortcut">
129     <string>Ctrl+Y</string>
130    </property>
131   </action>
132   <action name="aLoadPlugins">
133    <property name="text">
134     <string>Load plugins</string>
135    </property>
136    <property name="shortcut">
137     <string>Ctrl+P</string>
138    </property>
139   </action>
140   <action name="aShowPlugins">
141    <property name="text">
142     <string>Show plugins</string>
143    </property>
144    <property name="shortcut">
145     <string>Ctrl+H</string>
146    </property>
147   </action>
148   <action name="aSaveImage">
149    <property name="text">
150     <string>Save image</string>
151    </property>
152    <property name="shortcut">
153     <string>Ctrl+Shift+I</string>
154    </property>
155   </action>
156   <action name="aSaveSegmentation">
157    <property name="text">
158     <string>Save segmentation</string>
159    </property>
160    <property name="shortcut">
161     <string>Ctrl+Shift+S</string>
162    </property>
163   </action>
164   <action name="aSavePolyData">
165    <property name="text">
166     <string>Save polydata</string>
167    </property>
168    <property name="shortcut">
169     <string>Ctrl+Shift+M</string>
170    </property>
171   </action>
172  </widget>
173  <layoutdefault spacing="6" margin="11"/>
174  <customwidgets>
175   <customwidget>
176    <class>cpPlugins::Interface::BaseMPRWindow</class>
177    <extends>QFrame</extends>
178    <header location="global">cpPlugins/Interface/BaseMPRWindow.h</header>
179    <container>1</container>
180   </customwidget>
181  </customwidgets>
182  <resources/>
183  <connections>
184   <connection>
185    <sender>aExit</sender>
186    <signal>triggered()</signal>
187    <receiver>ImageMPR</receiver>
188    <slot>close()</slot>
189    <hints>
190     <hint type="sourcelabel">
191      <x>-1</x>
192      <y>-1</y>
193     </hint>
194     <hint type="destinationlabel">
195      <x>378</x>
196      <y>235</y>
197     </hint>
198    </hints>
199   </connection>
200  </connections>
201 </ui>