From 8946c822425d22fb111a96bccbd3d81dd0447f5c Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Fri, 25 Sep 2015 00:59:03 +0200 Subject: Probe and expose OSTC3 model information This looks at the OSTC3 hw descriptor and exposes that model info as a read-only line edit, so you can see in clear text the name of the model of computer. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/configuredivecomputerdialog.cpp | 1 + qt-ui/configuredivecomputerdialog.ui | 256 ++++++++++++++++++---------------- 2 files changed, 136 insertions(+), 121 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp index a6017e92a..eb790e6d3 100644 --- a/qt-ui/configuredivecomputerdialog.cpp +++ b/qt-ui/configuredivecomputerdialog.cpp @@ -802,6 +802,7 @@ void ConfigureDiveComputerDialog::reloadValuesOSTC3() ui.serialNoLineEdit->setText(deviceDetails->serialNo); ui.firmwareVersionLineEdit->setText(deviceDetails->firmwareVersion); ui.customTextLlineEdit->setText(deviceDetails->customText); + ui.modelLineEdit->setText(deviceDetails->model); ui.diveModeComboBox->setCurrentIndex(deviceDetails->diveMode); ui.saturationSpinBox->setValue(deviceDetails->saturation); ui.desaturationSpinBox->setValue(deviceDetails->desaturation); diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index f7820f7bd..0986d71ca 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -253,7 +253,7 @@ Basic settings - + @@ -277,7 +277,7 @@ - + @@ -331,30 +331,7 @@ - - - - Custom text - - - customTextLlineEdit - - - - - - - - 1 - 0 - - - - 60 - - - - + Language @@ -364,60 +341,45 @@ - - - - - OC - - + + - CC + MMDDYY - Gauge + DDMMYY - Apnea + YYMMDD - - - - Dive mode - - - diveModeComboBox - - - - - + + - MMDDYY + Eco - DDMMYY + Medium - YYMMDD + High - + Date format @@ -427,26 +389,7 @@ - - - - - Eco - - - - - Medium - - - - - High - - - - - + Brightness @@ -456,7 +399,7 @@ - + Units @@ -466,7 +409,7 @@ - + Salinity (0-5%) @@ -476,7 +419,7 @@ - + % @@ -486,21 +429,7 @@ - - - - - 2s - - - - - 10s - - - - - + @@ -550,7 +479,7 @@ - + Qt::Vertical @@ -563,47 +492,121 @@ - - + + + + false + - Sampling rate + Reset device to default settings + + + + + + + Compass gain - samplingRateComboBox + compassGainComboBox - - + + + + Custom text + + + customTextLlineEdit + + + + + + + + 1 + 0 + + + + 60 + + + + + + + Computer model + + + + + + + true + + + + + + + Dive mode + + + diveModeComboBox + + + + + - Standard + OC - Red + CC - Green + Gauge - Blue + Apnea - - + + - Sync dive computer time with PC + Sampling rate + + + samplingRateComboBox + + + + + 2s + + + + + 10s + + + + @@ -614,30 +617,41 @@ - - - - Show safety stop - + + + + + Standard + + + + + Red + + + + + Green + + + + + Blue + + - - - - false - + + - Reset device to default settings + Sync dive computer time with PC - - + + - Compass gain - - - compassGainComboBox + Show safety stop -- cgit v1.2.3-70-g09d2