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