summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
-rw-r--r--utils/themeeditor/gui/editorwindow.ui43
1 files changed, 40 insertions, 3 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui
index bd74e1369e..65f6f7e528 100644
--- a/utils/themeeditor/gui/editorwindow.ui
+++ b/utils/themeeditor/gui/editorwindow.ui
@@ -129,9 +129,6 @@
129 <attribute name="toolBarBreak"> 129 <attribute name="toolBarBreak">
130 <bool>false</bool> 130 <bool>false</bool>
131 </attribute> 131 </attribute>
132 <addaction name="actionToolbarNew"/>
133 <addaction name="actionToolbarOpen"/>
134 <addaction name="actionToolbarSave"/>
135 </widget> 132 </widget>
136 <widget class="QDockWidget" name="projectDock"> 133 <widget class="QDockWidget" name="projectDock">
137 <property name="windowTitle"> 134 <property name="windowTitle">
@@ -230,6 +227,10 @@
230 </property> 227 </property>
231 </action> 228 </action>
232 <action name="actionNew_Document"> 229 <action name="actionNew_Document">
230 <property name="icon">
231 <iconset resource="../resources.qrc">
232 <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset>
233 </property>
233 <property name="text"> 234 <property name="text">
234 <string>&amp;New Document</string> 235 <string>&amp;New Document</string>
235 </property> 236 </property>
@@ -238,6 +239,10 @@
238 </property> 239 </property>
239 </action> 240 </action>
240 <action name="actionOpen_Document"> 241 <action name="actionOpen_Document">
242 <property name="icon">
243 <iconset resource="../resources.qrc">
244 <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset>
245 </property>
241 <property name="text"> 246 <property name="text">
242 <string>&amp;Open Document</string> 247 <string>&amp;Open Document</string>
243 </property> 248 </property>
@@ -249,6 +254,10 @@
249 <property name="enabled"> 254 <property name="enabled">
250 <bool>false</bool> 255 <bool>false</bool>
251 </property> 256 </property>
257 <property name="icon">
258 <iconset resource="../resources.qrc">
259 <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset>
260 </property>
252 <property name="text"> 261 <property name="text">
253 <string>&amp;Save Document</string> 262 <string>&amp;Save Document</string>
254 </property> 263 </property>
@@ -271,6 +280,10 @@
271 <property name="enabled"> 280 <property name="enabled">
272 <bool>false</bool> 281 <bool>false</bool>
273 </property> 282 </property>
283 <property name="icon">
284 <iconset resource="../resources.qrc">
285 <normaloff>:/resources/resources/document-save-as.png</normaloff>:/resources/resources/document-save-as.png</iconset>
286 </property>
274 <property name="text"> 287 <property name="text">
275 <string>Save Document &amp;As</string> 288 <string>Save Document &amp;As</string>
276 </property> 289 </property>
@@ -334,6 +347,10 @@
334 </property> 347 </property>
335 </action> 348 </action>
336 <action name="actionUndo"> 349 <action name="actionUndo">
350 <property name="icon">
351 <iconset resource="../resources.qrc">
352 <normaloff>:/resources/resources/edit-undo.png</normaloff>:/resources/resources/edit-undo.png</iconset>
353 </property>
337 <property name="text"> 354 <property name="text">
338 <string>&amp;Undo</string> 355 <string>&amp;Undo</string>
339 </property> 356 </property>
@@ -342,6 +359,10 @@
342 </property> 359 </property>
343 </action> 360 </action>
344 <action name="actionRedo"> 361 <action name="actionRedo">
362 <property name="icon">
363 <iconset resource="../resources.qrc">
364 <normaloff>:/resources/resources/edit-redo.png</normaloff>:/resources/resources/edit-redo.png</iconset>
365 </property>
345 <property name="text"> 366 <property name="text">
346 <string>&amp;Redo</string> 367 <string>&amp;Redo</string>
347 </property> 368 </property>
@@ -350,6 +371,10 @@
350 </property> 371 </property>
351 </action> 372 </action>
352 <action name="actionCut"> 373 <action name="actionCut">
374 <property name="icon">
375 <iconset resource="../resources.qrc">
376 <normaloff>:/resources/resources/edit-cut.png</normaloff>:/resources/resources/edit-cut.png</iconset>
377 </property>
353 <property name="text"> 378 <property name="text">
354 <string>C&amp;ut</string> 379 <string>C&amp;ut</string>
355 </property> 380 </property>
@@ -358,6 +383,10 @@
358 </property> 383 </property>
359 </action> 384 </action>
360 <action name="actionCopy"> 385 <action name="actionCopy">
386 <property name="icon">
387 <iconset resource="../resources.qrc">
388 <normaloff>:/resources/resources/edit-copy.png</normaloff>:/resources/resources/edit-copy.png</iconset>
389 </property>
361 <property name="text"> 390 <property name="text">
362 <string>&amp;Copy</string> 391 <string>&amp;Copy</string>
363 </property> 392 </property>
@@ -366,6 +395,10 @@
366 </property> 395 </property>
367 </action> 396 </action>
368 <action name="actionPaste"> 397 <action name="actionPaste">
398 <property name="icon">
399 <iconset resource="../resources.qrc">
400 <normaloff>:/resources/resources/edit-paste.png</normaloff>:/resources/resources/edit-paste.png</iconset>
401 </property>
369 <property name="text"> 402 <property name="text">
370 <string>&amp;Paste</string> 403 <string>&amp;Paste</string>
371 </property> 404 </property>
@@ -374,6 +407,10 @@
374 </property> 407 </property>
375 </action> 408 </action>
376 <action name="actionFind_Replace"> 409 <action name="actionFind_Replace">
410 <property name="icon">
411 <iconset resource="../resources.qrc">
412 <normaloff>:/resources/resources/edit-find-replace.png</normaloff>:/resources/resources/edit-find-replace.png</iconset>
413 </property>
377 <property name="text"> 414 <property name="text">
378 <string>&amp;Find/Replace</string> 415 <string>&amp;Find/Replace</string>
379 </property> 416 </property>