diff options
author | nikhil <nikhil.gosala@gmail.com> | 2014-12-17 09:29:41 +0530 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-17 21:38:04 -0800 |
commit | 71dbcdc0d625e5dc2a2bc2de5b8be1962fb92f9e (patch) | |
tree | 7e01caf3025f65ffaad7764d9cd562610817bf0b /qt-ui/mainwindow.ui | |
parent | b72c32da7defdbc0ff3100f13d1688f06770674a (diff) | |
download | subsurface-71dbcdc0d625e5dc2a2bc2de5b8be1962fb92f9e.tar.gz |
Added the option of opening User Survey form explicitly
Earlier, there was no option for the user to explicitly open the User
Survey form. This has been corrected by placing an option in the "Help"
menu by which the user can explicity open the User Survey form.
Signed-off-by: Nikhil Bharadwaj Gosala <nikhil.gosala@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index ecbd4d787..dc38a0d9d 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -249,7 +249,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>1682</width> - <height>36</height> + <height>27</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -314,6 +314,7 @@ p, li { white-space: pre-wrap; } <addaction name="actionAboutSubsurface"/> <addaction name="action_Check_for_Updates"/> <addaction name="actionUserManual"/> + <addaction name="actionUserSurvey"/> </widget> <widget class="QMenu" name="menuImport"> <property name="title"> @@ -861,6 +862,11 @@ p, li { white-space: pre-wrap; } <string>Toggle tissue graph</string> </property> </action> + <action name="actionUserSurvey"> + <property name="text"> + <string>User &Survey</string> + </property> + </action> </widget> <customwidgets> <customwidget> |