diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index f2a54f4..83c8d52 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -217,6 +217,7 @@ <property name="title"> <string>Navigation</string> </property> + <addaction name="actionGo_to_home"/> <addaction name="actionBackward"/> <addaction name="actionForward"/> <addaction name="separator"/> @@ -305,12 +306,11 @@ <string>About Qt...</string> </property> </action> - <action name="actionSave"> - <property name="text"> - <string>Save</string> - </property> - </action> <action name="actionSave_as"> + <property name="icon"> + <iconset> + <normaloff>icons/content-save.svg</normaloff>icons/content-save.svg</iconset> + </property> <property name="text"> <string>Save as...</string> </property> @@ -333,6 +333,15 @@ <string>Ctrl+D</string> </property> </action> + <action name="actionGo_to_home"> + <property name="icon"> + <iconset> + <normaloff>icons/home.svg</normaloff>icons/home.svg</iconset> + </property> + <property name="text"> + <string>Go to home</string> + </property> + </action> </widget> <resources> <include location="icons.qrc"/> |
