aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-08 12:20:31 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-08 12:20:31 +0200
commit25fcf4a129545cdcdceb87ca8deaeabaf2239e03 (patch)
treef8e9363779cb7b0c8510fd1c09df3db61a8abdeb /src/mainwindow.ui
parent67af296c10de639c6d2391ae4608ec5c307549d2 (diff)
downloadkristall-25fcf4a129545cdcdceb87ca8deaeabaf2239e03.tar.gz
Adds changelog, utility menus, and support for file://
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui19
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"/>