diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-22 10:23:47 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-22 10:23:47 +0100 |
commit | 240fb8427a89d0aa78da07c8d147a0d57df5bb67 (patch) | |
tree | aa4d46020f89e3d5dfc0b5fb24bc7190acbfe60c /src/mainwindow | |
parent | Add link to GPL to About dialog (diff) | |
download | smolbote-240fb8427a89d0aa78da07c8d147a0d57df5bb67.tar.xz |
Add AboutPlugin dialog
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/mainwindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui index cb6d39e..ad213c6 100644 --- a/src/mainwindow/mainwindow.ui +++ b/src/mainwindow/mainwindow.ui @@ -20,7 +20,7 @@ <x>0</x> <y>0</y> <width>800</width> - <height>23</height> + <height>30</height> </rect> </property> <widget class="QMenu" name="menusmolbote"> @@ -55,6 +55,12 @@ <property name="title"> <string>Too&ls</string> </property> + <widget class="QMenu" name="menuPlugins"> + <property name="title"> + <string>&Plugins</string> + </property> + </widget> + <addaction name="menuPlugins"/> </widget> <widget class="QMenu" name="menuPage"> <property name="title"> |