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>
This commit is contained in:
Joseph W. Joshua 2014-07-16 12:04:54 +03:00 committed by Thiago Macieira
parent 91ccd89048
commit a9b55d7f0d
5 changed files with 749 additions and 719 deletions

View file

@ -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;