diff options
author | Chris Robinson <[email protected]> | 2016-03-06 02:02:37 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-06 02:02:37 -0800 |
commit | 6971e8684718324f641fa0dba9d0fd31bee240f3 (patch) | |
tree | 56f3d12075e8e6da427652e463930ecc3c804948 /utils/alsoft-config/mainwindow.ui | |
parent | 101ae7644e95ad3619d03f59f23b100b9ab01b5f (diff) |
Add a simple About page that shows the library build version
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index f6bcc05b..9ed7840a 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -1964,7 +1964,14 @@ added by the ALC_EXT_DEDICATED extension.</string> <addaction name="separator"/> <addaction name="actionQuit"/> </widget> + <widget class="QMenu" name="menuHelp"> + <property name="title"> + <string>&Help</string> + </property> + <addaction name="actionAbout"/> + </widget> <addaction name="menuFile"/> + <addaction name="menuHelp"/> </widget> <action name="actionQuit"> <property name="icon"> @@ -2002,6 +2009,11 @@ added by the ALC_EXT_DEDICATED extension.</string> <string>Load Configuration File</string> </property> </action> + <action name="actionAbout"> + <property name="text"> + <string>&About...</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> |