aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-11-30 14:08:02 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-11-30 14:08:02 +0100
commitfbdaade51ceaea14998c611acf2a09d3198be640 (patch)
tree0b578c1eb01f259c482dca806bea4dc24dccc480 /src/mainwindow
parentAdd --session and --pick-session (diff)
downloadsmolbote-fbdaade51ceaea14998c611acf2a09d3198be640.tar.xz
pick-session: pass session data to existing instance if any
Diffstat (limited to 'src/mainwindow')
-rw-r--r--src/mainwindow/mainwindow.ui29
1 files changed, 28 insertions, 1 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui
index 309bfaf..19cecbb 100644
--- a/src/mainwindow/mainwindow.ui
+++ b/src/mainwindow/mainwindow.ui
@@ -85,11 +85,17 @@
</property>
</action>
<action name="actionNewWindow">
+ <property name="icon">
+ <iconset theme="window-new"/>
+ </property>
<property name="text">
<string>New &amp;Window</string>
</property>
</action>
<action name="actionAbout">
+ <property name="icon">
+ <iconset theme="help-about"/>
+ </property>
<property name="text">
<string>&amp;About</string>
</property>
@@ -100,6 +106,9 @@
</property>
</action>
<action name="actionQuit">
+ <property name="icon">
+ <iconset theme="application-exit"/>
+ </property>
<property name="text">
<string>&amp;Quit</string>
</property>
@@ -135,16 +144,25 @@
</property>
</action>
<action name="actionSavePage">
+ <property name="icon">
+ <iconset theme="document-save"/>
+ </property>
<property name="text">
<string>&amp;Save Page</string>
</property>
</action>
<action name="actionPrintPage">
+ <property name="icon">
+ <iconset theme="document-print"/>
+ </property>
<property name="text">
<string>&amp;Print Page</string>
</property>
</action>
<action name="actionPrintPageToPdf">
+ <property name="icon">
+ <iconset theme="document-print"/>
+ </property>
<property name="text">
<string>P&amp;rint to PDF</string>
</property>
@@ -155,18 +173,27 @@
</property>
</action>
<action name="actionBookmarks">
+ <property name="icon">
+ <iconset theme="bookmarks"/>
+ </property>
<property name="text">
<string>&amp;Bookmarks</string>
</property>
</action>
<action name="actionDownloads">
+ <property name="icon">
+ <iconset theme="download"/>
+ </property>
<property name="text">
<string>&amp;Downloads</string>
</property>
</action>
<action name="actionAddPlugin">
+ <property name="icon">
+ <iconset theme="plugins"/>
+ </property>
<property name="text">
- <string>Add Plugin</string>
+ <string>&amp;Add Plugin</string>
</property>
</action>
</widget>