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>
This commit is contained in:
Joseph W. Joshua 2014-05-29 18:54:19 +03:00 committed by Thiago Macieira
parent af1d77056e
commit ec02737eda
7 changed files with 183 additions and 3 deletions

View file

@ -143,6 +143,8 @@ slots:
void on_profTogglePicture_clicked(bool triggered);
void on_actionExport_triggered();
void on_actionConfigure_Dive_Computer_triggered();
protected:
void closeEvent(QCloseEvent *);