1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>800</width>
10    <height>600</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>C5 - CoCoA 5 IDE</string>
15  </property>
16  <widget class="QWidget" name="centralwidget"/>
17  <widget class="QMenuBar" name="menubar">
18   <property name="geometry">
19    <rect>
20     <x>0</x>
21     <y>0</y>
22     <width>800</width>
23     <height>25</height>
24    </rect>
25   </property>
26   <widget class="QMenu" name="menuFile">
27    <property name="title">
28     <string>&amp;File</string>
29    </property>
30    <addaction name="actionNew"/>
31    <addaction name="actionOpen"/>
32    <addaction name="separator"/>
33    <addaction name="actionFileSaveOutputWindow"/>
34    <addaction name="separator"/>
35    <addaction name="actionExit"/>
36   </widget>
37   <widget class="QMenu" name="menuWindow">
38    <property name="title">
39     <string>&amp;Window</string>
40    </property>
41    <addaction name="actionClose"/>
42    <addaction name="actionClose_All"/>
43    <addaction name="separator"/>
44    <addaction name="actionTile"/>
45    <addaction name="actionCascade"/>
46    <addaction name="separator"/>
47    <addaction name="actionNext"/>
48    <addaction name="actionPrevious"/>
49    <addaction name="separator"/>
50   </widget>
51   <widget class="QMenu" name="menuHelp">
52    <property name="title">
53     <string>&amp;Help</string>
54    </property>
55    <addaction name="actionAbout"/>
56    <addaction name="separator"/>
57    <addaction name="actionHelp"/>
58   </widget>
59   <widget class="QMenu" name="menuOptions">
60    <property name="title">
61     <string>&amp;Options</string>
62    </property>
63    <widget class="QMenu" name="menuColor_scheme">
64     <property name="title">
65      <string>&amp;Color scheme</string>
66     </property>
67     <property name="icon">
68      <iconset resource="C5.qrc">
69       <normaloff>:/images/applications-graphics.png</normaloff>:/images/applications-graphics.png</iconset>
70     </property>
71     <addaction name="actionAnna"/>
72     <addaction name="actionGio"/>
73    </widget>
74    <addaction name="menuColor_scheme"/>
75    <addaction name="actionFont"/>
76    <addaction name="actionEmacsLike"/>
77   </widget>
78   <addaction name="menuFile"/>
79   <addaction name="menuOptions"/>
80   <addaction name="menuWindow"/>
81   <addaction name="menuHelp"/>
82  </widget>
83  <widget class="QStatusBar" name="statusbar"/>
84  <widget class="QToolBar" name="toolBar">
85   <property name="windowTitle">
86    <string>toolBar</string>
87   </property>
88   <attribute name="toolBarArea">
89    <enum>TopToolBarArea</enum>
90   </attribute>
91   <attribute name="toolBarBreak">
92    <bool>false</bool>
93   </attribute>
94   <addaction name="actionNew"/>
95   <addaction name="actionOpen"/>
96   <addaction name="separator"/>
97  </widget>
98  <action name="actionNew">
99   <property name="icon">
100    <iconset resource="C5.qrc">
101     <normaloff>:/images/document-new.png</normaloff>:/images/document-new.png</iconset>
102   </property>
103   <property name="text">
104    <string>&amp;New source editor</string>
105   </property>
106   <property name="shortcut">
107    <string>Ctrl+N</string>
108   </property>
109   <property name="iconVisibleInMenu">
110    <bool>true</bool>
111   </property>
112  </action>
113  <action name="actionOpen">
114   <property name="icon">
115    <iconset resource="C5.qrc">
116     <normaloff>:/images/document-open.png</normaloff>:/images/document-open.png</iconset>
117   </property>
118   <property name="text">
119    <string>&amp;Open source...</string>
120   </property>
121   <property name="shortcut">
122    <string>Ctrl+O</string>
123   </property>
124   <property name="iconVisibleInMenu">
125    <bool>true</bool>
126   </property>
127  </action>
128  <action name="actionExit">
129   <property name="icon">
130    <iconset resource="C5.qrc">
131     <normaloff>:/images/system-log-out.png</normaloff>:/images/system-log-out.png</iconset>
132   </property>
133   <property name="text">
134    <string>E&amp;xit</string>
135   </property>
136   <property name="shortcut">
137    <string>Ctrl+Q</string>
138   </property>
139   <property name="iconVisibleInMenu">
140    <bool>true</bool>
141   </property>
142  </action>
143  <action name="actionClose">
144   <property name="enabled">
145    <bool>false</bool>
146   </property>
147   <property name="text">
148    <string>Cl&amp;ose</string>
149   </property>
150  </action>
151  <action name="actionClose_All">
152   <property name="enabled">
153    <bool>true</bool>
154   </property>
155   <property name="text">
156    <string>Close &amp;all editors</string>
157   </property>
158  </action>
159  <action name="actionTile">
160   <property name="text">
161    <string>&amp;Tile</string>
162   </property>
163  </action>
164  <action name="actionCascade">
165   <property name="text">
166    <string>&amp;Cascade</string>
167   </property>
168  </action>
169  <action name="actionNext">
170   <property name="enabled">
171    <bool>true</bool>
172   </property>
173   <property name="text">
174    <string>&amp;Next</string>
175   </property>
176   <property name="shortcut">
177    <string>Ctrl+Tab</string>
178   </property>
179  </action>
180  <action name="actionPrevious">
181   <property name="enabled">
182    <bool>true</bool>
183   </property>
184   <property name="text">
185    <string>&amp;Previous</string>
186   </property>
187   <property name="shortcut">
188    <string>Ctrl+Shift+Backtab</string>
189   </property>
190  </action>
191  <action name="actionAbout">
192   <property name="icon">
193    <iconset resource="C5.qrc">
194     <normaloff>:/images/dialog-information.png</normaloff>:/images/dialog-information.png</iconset>
195   </property>
196   <property name="text">
197    <string>&amp;About</string>
198   </property>
199   <property name="iconVisibleInMenu">
200    <bool>true</bool>
201   </property>
202  </action>
203  <action name="actionHelp">
204   <property name="enabled">
205    <bool>false</bool>
206   </property>
207   <property name="icon">
208    <iconset resource="C5.qrc">
209     <normaloff>:/images/help-browser.png</normaloff>:/images/help-browser.png</iconset>
210   </property>
211   <property name="text">
212    <string>Help</string>
213   </property>
214   <property name="iconVisibleInMenu">
215    <bool>true</bool>
216   </property>
217  </action>
218  <action name="actionAnna">
219   <property name="checkable">
220    <bool>true</bool>
221   </property>
222   <property name="icon">
223    <iconset resource="C5.qrc">
224     <normaloff>:/images/applications-graphics.png</normaloff>:/images/applications-graphics.png</iconset>
225   </property>
226   <property name="text">
227    <string>Anna's</string>
228   </property>
229   <property name="iconVisibleInMenu">
230    <bool>true</bool>
231   </property>
232  </action>
233  <action name="actionGio">
234   <property name="checkable">
235    <bool>true</bool>
236   </property>
237   <property name="icon">
238    <iconset resource="C5.qrc">
239     <normaloff>:/images/applications-graphics.png</normaloff>:/images/applications-graphics.png</iconset>
240   </property>
241   <property name="text">
242    <string>Gio's</string>
243   </property>
244   <property name="iconVisibleInMenu">
245    <bool>true</bool>
246   </property>
247  </action>
248  <action name="actionFont">
249   <property name="icon">
250    <iconset resource="C5.qrc">
251     <normaloff>:/images/preferences-desktop-font.png</normaloff>:/images/preferences-desktop-font.png</iconset>
252   </property>
253   <property name="text">
254    <string>Choose &amp;Font...</string>
255   </property>
256   <property name="iconVisibleInMenu">
257    <bool>true</bool>
258   </property>
259  </action>
260  <action name="actionEmacsLike">
261   <property name="checkable">
262    <bool>true</bool>
263   </property>
264   <property name="icon">
265    <iconset resource="C5.qrc">
266     <normaloff>:/images/preferences-desktop-keyboard-shortcuts.png</normaloff>:/images/preferences-desktop-keyboard-shortcuts.png</iconset>
267   </property>
268   <property name="text">
269    <string>&amp;Emacs-like key bindings</string>
270   </property>
271   <property name="iconVisibleInMenu">
272    <bool>true</bool>
273   </property>
274  </action>
275  <action name="actionFileSaveOutputWindow">
276   <property name="icon">
277    <iconset resource="C5.qrc">
278     <normaloff>:/images/document-save-as.png</normaloff>:/images/document-save-as.png</iconset>
279   </property>
280   <property name="text">
281    <string>Save output-window contents to...</string>
282   </property>
283   <property name="iconVisibleInMenu">
284    <bool>true</bool>
285   </property>
286  </action>
287 </widget>
288 <resources>
289  <include location="C5.qrc"/>
290 </resources>
291 <connections/>
292</ui>
293