diff options
Diffstat (limited to 'src/mainwindow/mainwindow.ui')
-rw-r--r-- | src/mainwindow/mainwindow.ui | 37 |
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&ls</string> </property> </widget> + <widget class="QMenu" name="menuPage"> + <property name="title"> + <string>Pa&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>&Tile Windows</string> </property> </action> <action name="actionCascadeWindows"> <property name="text"> - <string>Cascade Windows</string> + <string>&Cascade Windows</string> </property> </action> <action name="actionCurrentWindow"> <property name="text"> - <string>Current Window</string> + <string>Current &Window</string> + </property> + </action> + <action name="actionBookmarkPage"> + <property name="text"> + <string>&Create Bookmark</string> + </property> + </action> + <action name="actionSavePage"> + <property name="text"> + <string>&Save Page</string> + </property> + </action> + <action name="actionPrintPage"> + <property name="text"> + <string>&Print Page</string> + </property> + </action> + <action name="actionPrintPageToPdf"> + <property name="text"> + <string>P&rint to PDF</string> </property> </action> </widget> |