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