diff options
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 43 |
1 files changed, 40 insertions, 3 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index bd74e13..65f6f7e 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -129,9 +129,6 @@ <attribute name="toolBarBreak"> <bool>false</bool> </attribute> - <addaction name="actionToolbarNew"/> - <addaction name="actionToolbarOpen"/> - <addaction name="actionToolbarSave"/> </widget> <widget class="QDockWidget" name="projectDock"> <property name="windowTitle"> @@ -230,6 +227,10 @@ </property> </action> <action name="actionNew_Document"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset> + </property> <property name="text"> <string>&New Document</string> </property> @@ -238,6 +239,10 @@ </property> </action> <action name="actionOpen_Document"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset> + </property> <property name="text"> <string>&Open Document</string> </property> @@ -249,6 +254,10 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset> + </property> <property name="text"> <string>&Save Document</string> </property> @@ -271,6 +280,10 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/document-save-as.png</normaloff>:/resources/resources/document-save-as.png</iconset> + </property> <property name="text"> <string>Save Document &As</string> </property> @@ -334,6 +347,10 @@ </property> </action> <action name="actionUndo"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/edit-undo.png</normaloff>:/resources/resources/edit-undo.png</iconset> + </property> <property name="text"> <string>&Undo</string> </property> @@ -342,6 +359,10 @@ </property> </action> <action name="actionRedo"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/edit-redo.png</normaloff>:/resources/resources/edit-redo.png</iconset> + </property> <property name="text"> <string>&Redo</string> </property> @@ -350,6 +371,10 @@ </property> </action> <action name="actionCut"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/edit-cut.png</normaloff>:/resources/resources/edit-cut.png</iconset> + </property> <property name="text"> <string>C&ut</string> </property> @@ -358,6 +383,10 @@ </property> </action> <action name="actionCopy"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/edit-copy.png</normaloff>:/resources/resources/edit-copy.png</iconset> + </property> <property name="text"> <string>&Copy</string> </property> @@ -366,6 +395,10 @@ </property> </action> <action name="actionPaste"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/edit-paste.png</normaloff>:/resources/resources/edit-paste.png</iconset> + </property> <property name="text"> <string>&Paste</string> </property> @@ -374,6 +407,10 @@ </property> </action> <action name="actionFind_Replace"> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/edit-find-replace.png</normaloff>:/resources/resources/edit-find-replace.png</iconset> + </property> <property name="text"> <string>&Find/Replace</string> </property> |