2f84d384c8d11a0246b77155f7d4d2ee2c93a77f
[kugel-rb.git] / utils / themeeditor / gui / editorwindow.ui
blob2f84d384c8d11a0246b77155f7d4d2ee2c93a77f
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/windowicon.png</normaloff>:/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>27</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="actionOpen_Project"/>
53 <addaction name="separator"/>
54 <addaction name="actionClose_Document"/>
55 <addaction name="separator"/>
56 <addaction name="actionSave_Document"/>
57 <addaction name="actionSave_Document_As"/>
58 <addaction name="separator"/>
59 <addaction name="actionPreferences"/>
60 <addaction name="separator"/>
61 <addaction name="actionQuit"/>
62 </widget>
63 <widget class="QMenu" name="menuView">
64 <property name="title">
65 <string>&amp;View</string>
66 </property>
67 <addaction name="actionPreview_Panel"/>
68 <addaction name="actionDisplay_Panel"/>
69 <addaction name="actionFile_Panel"/>
70 <addaction name="separator"/>
71 <addaction name="actionDevice_Configuration"/>
72 </widget>
73 <addaction name="menuFile"/>
74 <addaction name="menuView"/>
75 </widget>
76 <widget class="QStatusBar" name="statusbar"/>
77 <widget class="QDockWidget" name="skinPreviewDock">
78 <property name="windowTitle">
79 <string>Skin Preview</string>
80 </property>
81 <attribute name="dockWidgetArea">
82 <number>2</number>
83 </attribute>
84 <widget class="QWidget" name="skinPreviewContents">
85 <layout class="QVBoxLayout" name="verticalLayout_2">
86 <item>
87 <layout class="QVBoxLayout" name="skinPreviewLayout"/>
88 </item>
89 </layout>
90 </widget>
91 </widget>
92 <widget class="QToolBar" name="toolBar">
93 <property name="windowTitle">
94 <string>toolBar</string>
95 </property>
96 <attribute name="toolBarArea">
97 <enum>TopToolBarArea</enum>
98 </attribute>
99 <attribute name="toolBarBreak">
100 <bool>false</bool>
101 </attribute>
102 <addaction name="actionToolbarNew"/>
103 <addaction name="actionToolbarOpen"/>
104 <addaction name="actionToolbarSave"/>
105 </widget>
106 <widget class="QDockWidget" name="projectDock">
107 <property name="windowTitle">
108 <string>Project</string>
109 </property>
110 <attribute name="dockWidgetArea">
111 <number>1</number>
112 </attribute>
113 <widget class="QWidget" name="dockWidgetContents_2">
114 <layout class="QVBoxLayout" name="verticalLayout_4">
115 <item>
116 <widget class="QListView" name="projectTree"/>
117 </item>
118 </layout>
119 </widget>
120 </widget>
121 <widget class="QDockWidget" name="parseTreeDock">
122 <property name="windowTitle">
123 <string>Parse Tree</string>
124 </property>
125 <attribute name="dockWidgetArea">
126 <number>2</number>
127 </attribute>
128 <widget class="QWidget" name="dockWidgetContents_3">
129 <layout class="QVBoxLayout" name="verticalLayout_3">
130 <item>
131 <widget class="QTreeView" name="parseTree">
132 <property name="alternatingRowColors">
133 <bool>true</bool>
134 </property>
135 <property name="selectionMode">
136 <enum>QAbstractItemView::MultiSelection</enum>
137 </property>
138 </widget>
139 </item>
140 <item>
141 <widget class="QPushButton" name="fromTree">
142 <property name="enabled">
143 <bool>false</bool>
144 </property>
145 <property name="text">
146 <string>Update Code</string>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </widget>
152 </widget>
153 <action name="actionQuit">
154 <property name="text">
155 <string>&amp;Quit</string>
156 </property>
157 <property name="shortcut">
158 <string>Ctrl+Q</string>
159 </property>
160 </action>
161 <action name="actionDisplay_Panel">
162 <property name="checkable">
163 <bool>false</bool>
164 </property>
165 <property name="checked">
166 <bool>false</bool>
167 </property>
168 <property name="text">
169 <string>Parse &amp;Tree Panel</string>
170 </property>
171 </action>
172 <action name="actionPreferences">
173 <property name="text">
174 <string>&amp;Preferences</string>
175 </property>
176 <property name="shortcut">
177 <string>Ctrl+P</string>
178 </property>
179 </action>
180 <action name="actionFile_Panel">
181 <property name="checkable">
182 <bool>false</bool>
183 </property>
184 <property name="checked">
185 <bool>false</bool>
186 </property>
187 <property name="text">
188 <string>P&amp;roject Panel</string>
189 </property>
190 </action>
191 <action name="actionPreview_Panel">
192 <property name="checkable">
193 <bool>false</bool>
194 </property>
195 <property name="checked">
196 <bool>false</bool>
197 </property>
198 <property name="text">
199 <string>&amp;Preview Panel</string>
200 </property>
201 </action>
202 <action name="actionNew_Document">
203 <property name="text">
204 <string>&amp;New Document</string>
205 </property>
206 <property name="shortcut">
207 <string>Ctrl+N</string>
208 </property>
209 </action>
210 <action name="actionOpen_Document">
211 <property name="text">
212 <string>&amp;Open Document</string>
213 </property>
214 <property name="shortcut">
215 <string>Ctrl+O</string>
216 </property>
217 </action>
218 <action name="actionSave_Document">
219 <property name="enabled">
220 <bool>false</bool>
221 </property>
222 <property name="text">
223 <string>&amp;Save Document</string>
224 </property>
225 <property name="shortcut">
226 <string>Ctrl+S</string>
227 </property>
228 </action>
229 <action name="actionClose_Document">
230 <property name="enabled">
231 <bool>false</bool>
232 </property>
233 <property name="text">
234 <string>&amp;Close Document</string>
235 </property>
236 <property name="shortcut">
237 <string>Ctrl+W</string>
238 </property>
239 </action>
240 <action name="actionSave_Document_As">
241 <property name="enabled">
242 <bool>false</bool>
243 </property>
244 <property name="text">
245 <string>Save Document &amp;As</string>
246 </property>
247 <property name="shortcut">
248 <string>Ctrl+Shift+S</string>
249 </property>
250 </action>
251 <action name="actionToolbarNew">
252 <property name="icon">
253 <iconset resource="../resources.qrc">
254 <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset>
255 </property>
256 <property name="text">
257 <string>ToolbarNew</string>
258 </property>
259 <property name="toolTip">
260 <string>New</string>
261 </property>
262 </action>
263 <action name="actionToolbarOpen">
264 <property name="icon">
265 <iconset resource="../resources.qrc">
266 <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset>
267 </property>
268 <property name="text">
269 <string>ToolbarOpen</string>
270 </property>
271 <property name="toolTip">
272 <string>Open</string>
273 </property>
274 </action>
275 <action name="actionToolbarSave">
276 <property name="enabled">
277 <bool>false</bool>
278 </property>
279 <property name="icon">
280 <iconset resource="../resources.qrc">
281 <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset>
282 </property>
283 <property name="text">
284 <string>ToolbarSave</string>
285 </property>
286 <property name="toolTip">
287 <string>Save</string>
288 </property>
289 </action>
290 <action name="actionOpen_Project">
291 <property name="text">
292 <string>Open P&amp;roject</string>
293 </property>
294 <property name="shortcut">
295 <string>Ctrl+Shift+O</string>
296 </property>
297 </action>
298 <action name="actionDevice_Configuration">
299 <property name="text">
300 <string>&amp;Device Configuration</string>
301 </property>
302 <property name="shortcut">
303 <string>Ctrl+D</string>
304 </property>
305 </action>
306 </widget>
307 <tabstops>
308 <tabstop>projectTree</tabstop>
309 <tabstop>parseTree</tabstop>
310 <tabstop>fromTree</tabstop>
311 <tabstop>editorTabs</tabstop>
312 </tabstops>
313 <resources>
314 <include location="../resources.qrc"/>
315 </resources>
316 <connections>
317 <connection>
318 <sender>actionQuit</sender>
319 <signal>activated()</signal>
320 <receiver>EditorWindow</receiver>
321 <slot>close()</slot>
322 <hints>
323 <hint type="sourcelabel">
324 <x>-1</x>
325 <y>-1</y>
326 </hint>
327 <hint type="destinationlabel">
328 <x>299</x>
329 <y>199</y>
330 </hint>
331 </hints>
332 </connection>
333 </connections>
334 </ui>