Theme Editor: Changed default font to monospaced, changed organization for the applic...
[kugel-rb.git] / utils / themeeditor / editorwindow.ui
blobb25243f254492dd5f205e0695235ca83ec83c7d7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorWindow</class>
4 <widget class="QMainWindow" name="EditorWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>628</width>
10 <height>433</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Rockbox Theme Editor</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="resources.qrc">
18 <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset>
19 </property>
20 <widget class="QWidget" name="centralwidget">
21 <layout class="QVBoxLayout" name="verticalLayout">
22 <item>
23 <widget class="QTabWidget" name="editorTabs">
24 <property name="currentIndex">
25 <number>-1</number>
26 </property>
27 <property name="tabsClosable">
28 <bool>true</bool>
29 </property>
30 <property name="movable">
31 <bool>true</bool>
32 </property>
33 </widget>
34 </item>
35 </layout>
36 </widget>
37 <widget class="QMenuBar" name="menubar">
38 <property name="geometry">
39 <rect>
40 <x>0</x>
41 <y>0</y>
42 <width>628</width>
43 <height>25</height>
44 </rect>
45 </property>
46 <widget class="QMenu" name="menuFile">
47 <property name="title">
48 <string>&amp;File</string>
49 </property>
50 <addaction name="actionNew_Document"/>
51 <addaction name="actionOpen_Document"/>
52 <addaction name="separator"/>
53 <addaction name="actionClose_Document"/>
54 <addaction name="separator"/>
55 <addaction name="actionSave_Document"/>
56 <addaction name="actionSave_Document_As"/>
57 <addaction name="separator"/>
58 <addaction name="actionPreferences"/>
59 <addaction name="separator"/>
60 <addaction name="actionQuit"/>
61 </widget>
62 <widget class="QMenu" name="menuView">
63 <property name="title">
64 <string>&amp;View</string>
65 </property>
66 <addaction name="actionPreview_Panel"/>
67 <addaction name="actionDisplay_Panel"/>
68 <addaction name="actionFile_Panel"/>
69 </widget>
70 <addaction name="menuFile"/>
71 <addaction name="menuView"/>
72 </widget>
73 <widget class="QStatusBar" name="statusbar"/>
74 <widget class="QDockWidget" name="skinPreviewDock">
75 <property name="windowTitle">
76 <string>Skin Preview</string>
77 </property>
78 <attribute name="dockWidgetArea">
79 <number>2</number>
80 </attribute>
81 <widget class="QWidget" name="dockWidgetContents">
82 <layout class="QVBoxLayout" name="verticalLayout_2">
83 <item>
84 <widget class="QGraphicsView" name="skinPreview"/>
85 </item>
86 </layout>
87 </widget>
88 </widget>
89 <widget class="QToolBar" name="toolBar">
90 <property name="windowTitle">
91 <string>toolBar</string>
92 </property>
93 <attribute name="toolBarArea">
94 <enum>TopToolBarArea</enum>
95 </attribute>
96 <attribute name="toolBarBreak">
97 <bool>false</bool>
98 </attribute>
99 <addaction name="actionToolbarNew"/>
100 <addaction name="actionToolbarOpen"/>
101 <addaction name="actionToolbarSave"/>
102 </widget>
103 <widget class="QDockWidget" name="fileDock">
104 <property name="windowTitle">
105 <string>Files</string>
106 </property>
107 <attribute name="dockWidgetArea">
108 <number>1</number>
109 </attribute>
110 <widget class="QWidget" name="dockWidgetContents_2">
111 <layout class="QVBoxLayout" name="verticalLayout_4">
112 <item>
113 <widget class="QTreeView" name="fileTree"/>
114 </item>
115 </layout>
116 </widget>
117 </widget>
118 <widget class="QDockWidget" name="parseTreeDock">
119 <property name="windowTitle">
120 <string>Parse Tree</string>
121 </property>
122 <attribute name="dockWidgetArea">
123 <number>2</number>
124 </attribute>
125 <widget class="QWidget" name="dockWidgetContents_3">
126 <layout class="QVBoxLayout" name="verticalLayout_3">
127 <item>
128 <widget class="QTreeView" name="parseTree"/>
129 </item>
130 <item>
131 <widget class="QPushButton" name="fromTree">
132 <property name="enabled">
133 <bool>false</bool>
134 </property>
135 <property name="text">
136 <string>Update Code</string>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 </widget>
143 <action name="actionQuit">
144 <property name="text">
145 <string>&amp;Quit</string>
146 </property>
147 <property name="shortcut">
148 <string>Ctrl+Q</string>
149 </property>
150 </action>
151 <action name="actionDisplay_Panel">
152 <property name="checkable">
153 <bool>false</bool>
154 </property>
155 <property name="checked">
156 <bool>false</bool>
157 </property>
158 <property name="text">
159 <string>Parse &amp;Tree Panel</string>
160 </property>
161 </action>
162 <action name="actionPreferences">
163 <property name="text">
164 <string>&amp;Preferences</string>
165 </property>
166 <property name="shortcut">
167 <string>Ctrl+P</string>
168 </property>
169 </action>
170 <action name="actionFile_Panel">
171 <property name="checkable">
172 <bool>false</bool>
173 </property>
174 <property name="checked">
175 <bool>false</bool>
176 </property>
177 <property name="text">
178 <string>&amp;File Panel</string>
179 </property>
180 </action>
181 <action name="actionPreview_Panel">
182 <property name="checkable">
183 <bool>false</bool>
184 </property>
185 <property name="checked">
186 <bool>false</bool>
187 </property>
188 <property name="text">
189 <string>&amp;Preview Panel</string>
190 </property>
191 </action>
192 <action name="actionNew_Document">
193 <property name="text">
194 <string>&amp;New Document</string>
195 </property>
196 <property name="shortcut">
197 <string>Ctrl+N</string>
198 </property>
199 </action>
200 <action name="actionOpen_Document">
201 <property name="text">
202 <string>&amp;Open Document</string>
203 </property>
204 <property name="shortcut">
205 <string>Ctrl+O</string>
206 </property>
207 </action>
208 <action name="actionSave_Document">
209 <property name="enabled">
210 <bool>false</bool>
211 </property>
212 <property name="text">
213 <string>&amp;Save Document</string>
214 </property>
215 <property name="shortcut">
216 <string>Ctrl+S</string>
217 </property>
218 </action>
219 <action name="actionClose_Document">
220 <property name="enabled">
221 <bool>false</bool>
222 </property>
223 <property name="text">
224 <string>&amp;Close Document</string>
225 </property>
226 <property name="shortcut">
227 <string>Ctrl+W</string>
228 </property>
229 </action>
230 <action name="actionSave_Document_As">
231 <property name="enabled">
232 <bool>false</bool>
233 </property>
234 <property name="text">
235 <string>Save Document &amp;As</string>
236 </property>
237 <property name="shortcut">
238 <string>Ctrl+Shift+S</string>
239 </property>
240 </action>
241 <action name="actionToolbarNew">
242 <property name="icon">
243 <iconset resource="resources.qrc">
244 <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset>
245 </property>
246 <property name="text">
247 <string>ToolbarNew</string>
248 </property>
249 <property name="toolTip">
250 <string>New</string>
251 </property>
252 </action>
253 <action name="actionToolbarOpen">
254 <property name="icon">
255 <iconset resource="resources.qrc">
256 <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset>
257 </property>
258 <property name="text">
259 <string>ToolbarOpen</string>
260 </property>
261 <property name="toolTip">
262 <string>Open</string>
263 </property>
264 </action>
265 <action name="actionToolbarSave">
266 <property name="enabled">
267 <bool>false</bool>
268 </property>
269 <property name="icon">
270 <iconset resource="resources.qrc">
271 <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset>
272 </property>
273 <property name="text">
274 <string>ToolbarSave</string>
275 </property>
276 <property name="toolTip">
277 <string>Save</string>
278 </property>
279 </action>
280 </widget>
281 <tabstops>
282 <tabstop>fileTree</tabstop>
283 <tabstop>skinPreview</tabstop>
284 <tabstop>parseTree</tabstop>
285 <tabstop>fromTree</tabstop>
286 <tabstop>editorTabs</tabstop>
287 </tabstops>
288 <resources>
289 <include location="resources.qrc"/>
290 </resources>
291 <connections>
292 <connection>
293 <sender>actionQuit</sender>
294 <signal>activated()</signal>
295 <receiver>EditorWindow</receiver>
296 <slot>close()</slot>
297 <hints>
298 <hint type="sourcelabel">
299 <x>-1</x>
300 <y>-1</y>
301 </hint>
302 <hint type="destinationlabel">
303 <x>299</x>
304 <y>199</y>
305 </hint>
306 </hints>
307 </connection>
308 </connections>
309 </ui>