aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/configuredivecomputerdialog.h
diff options
context:
space:
mode:
authorGravatar Joseph W. Joshua <joejoshw@gmail.com>2014-07-16 12:04:54 +0300
committerGravatar Thiago Macieira <thiago@macieira.org>2014-08-13 10:48:15 -0700
commita9b55d7f0d00d68523058c5714fa4b199cbf2211 (patch)
tree5f86d9083eea3993bb2ff6f1dfcc4775bf9af22c /qt-ui/configuredivecomputerdialog.h
parent91ccd890482c411c91c65a999573ba85fb28aa07 (diff)
downloadsubsurface-a9b55d7f0d00d68523058c5714fa4b199cbf2211.tar.gz
Change Dive Computer Configuration dialog
Changes the layout of the ConfigureDiveComputer dialog to use a list of supported computers on the left, with a stacked widget showing the configurable details. Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r--qt-ui/configuredivecomputerdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h
index 71266c471..66871efa3 100644
--- a/qt-ui/configuredivecomputerdialog.h
+++ b/qt-ui/configuredivecomputerdialog.h
@@ -31,10 +31,11 @@ private slots:
void on_restoreBackupButton_clicked();
- void on_tabWidget_currentChanged(int index);
void on_updateFirmwareButton_clicked();
+ void on_DiveComputerList_currentRowChanged(int currentRow);
+
private:
Ui::ConfigureDiveComputerDialog *ui;