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