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