diff options
author | Joseph W. Joshua <joejoshw@gmail.com> | 2014-05-29 18:54:19 +0300 |
---|---|---|
committer | Thiago Macieira <thiago@macieira.org> | 2014-08-09 11:50:14 -0300 |
commit | ec02737eda780284562692168569d9dd3837a1a9 (patch) | |
tree | 83f6e03969b192b9c18f3a5e6d1c16531d20cdd7 /qt-ui/mainwindow.ui | |
parent | af1d77056eaa419c281c88ff5c354a0bafe2b595 (diff) | |
download | subsurface-ec02737eda780284562692168569d9dd3837a1a9.tar.gz |
Create Dive Computer configuration dialog
Create a dialog for reading and writing settings to and
from dive computers, with a menu entry in MainWindow to
open the dialog.
I will build up on this dialog and change it as needed.
Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index ac72673c8..bd5581f64 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -681,6 +681,8 @@ p, li { white-space: pre-wrap; } <addaction name="actionPrint"/> <addaction name="actionPreferences"/> <addaction name="separator"/> + <addaction name="actionConfigure_Dive_Computer"/> + <addaction name="separator"/> <addaction name="actionRecent1"/> <addaction name="actionRecent2"/> <addaction name="actionRecent3"/> @@ -1023,6 +1025,11 @@ p, li { white-space: pre-wrap; } <string>Ctrl+E</string> </property> </action> + <action name="actionConfigure_Dive_Computer"> + <property name="text"> + <string>Configure Dive Computer</string> + </property> + </action> </widget> <customwidgets> <customwidget> |