diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-23 16:09:12 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-23 16:09:12 +0100 |
commit | b25829645d15aa54caf9ea4f53de2489ea04f863 (patch) | |
tree | 4df8b715f4b4587a3b04061b4cf2ac8c50b1e375 /src/mainwindow | |
parent | Update About Dialog text (diff) | |
download | smolbote-b25829645d15aa54caf9ea4f53de2489ea04f863.tar.xz |
Adding and Removing plugins at runtime
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/mainwindow.ui | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui index 587b4fd..309bfaf 100644 --- a/src/mainwindow/mainwindow.ui +++ b/src/mainwindow/mainwindow.ui @@ -58,6 +58,8 @@ <addaction name="actionBookmarks"/> <addaction name="actionDownloads"/> <addaction name="separator"/> + <addaction name="actionAddPlugin"/> + <addaction name="separator"/> </widget> <widget class="QMenu" name="menuPage"> <property name="title"> @@ -154,12 +156,17 @@ </action> <action name="actionBookmarks"> <property name="text"> - <string>Bookmarks</string> + <string>&Bookmarks</string> </property> </action> <action name="actionDownloads"> <property name="text"> - <string>Downloads</string> + <string>&Downloads</string> + </property> + </action> + <action name="actionAddPlugin"> + <property name="text"> + <string>Add Plugin</string> </property> </action> </widget> |