aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/mainwindow.ui')
-rw-r--r--src/mainwindow/mainwindow.ui37
1 files changed, 34 insertions, 3 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui
index 72e0b39..698e1c4 100644
--- a/src/mainwindow/mainwindow.ui
+++ b/src/mainwindow/mainwindow.ui
@@ -56,9 +56,20 @@
<string>Too&amp;ls</string>
</property>
</widget>
+ <widget class="QMenu" name="menuPage">
+ <property name="title">
+ <string>Pa&amp;ge</string>
+ </property>
+ <addaction name="actionBookmarkPage"/>
+ <addaction name="actionSavePage"/>
+ <addaction name="actionPrintPage"/>
+ <addaction name="actionPrintPageToPdf"/>
+ <addaction name="separator"/>
+ </widget>
<addaction name="menusmolbote"/>
<addaction name="menuSession"/>
<addaction name="menuWindow"/>
+ <addaction name="menuPage"/>
<addaction name="menuTools"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
@@ -99,17 +110,37 @@
</action>
<action name="actionTileWindows">
<property name="text">
- <string>Tile Windows</string>
+ <string>&amp;Tile Windows</string>
</property>
</action>
<action name="actionCascadeWindows">
<property name="text">
- <string>Cascade Windows</string>
+ <string>&amp;Cascade Windows</string>
</property>
</action>
<action name="actionCurrentWindow">
<property name="text">
- <string>Current Window</string>
+ <string>Current &amp;Window</string>
+ </property>
+ </action>
+ <action name="actionBookmarkPage">
+ <property name="text">
+ <string>&amp;Create Bookmark</string>
+ </property>
+ </action>
+ <action name="actionSavePage">
+ <property name="text">
+ <string>&amp;Save Page</string>
+ </property>
+ </action>
+ <action name="actionPrintPage">
+ <property name="text">
+ <string>&amp;Print Page</string>
+ </property>
+ </action>
+ <action name="actionPrintPageToPdf">
+ <property name="text">
+ <string>P&amp;rint to PDF</string>
</property>
</action>
</widget>