From 51d298c8d5d739c2aeaebd4dbea289564bd3e260 Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Sat, 30 Nov 2013 11:13:40 +0100 Subject: Separate text labels for air and water temperatures The "air / water Temperatures" label didn't look to good. Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 6 ++++-- qt-ui/maintab.ui | 21 ++++++++++++++++----- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 15641cb9f..cf9a30c21 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -352,8 +352,9 @@ void MainTab::updateDiveInfo(int dive) ui.visibilityLabel->setVisible(false); ui.tagWidget->setVisible(false); ui.TagLabel->setVisible(false); - ui.TemperaturesLabel->setVisible(false); + ui.airTempLabel->setVisible(false); ui.airtemp->setVisible(false); + ui.waterTempLabel->setVisible(false); ui.watertemp->setVisible(false); // rename the remaining fields and fill data from selected trip dive_trip_t *currentTrip = *mainWindow()->dive_list()->selectedTrips().begin(); @@ -378,8 +379,9 @@ void MainTab::updateDiveInfo(int dive) ui.DivemasterLabel->setVisible(true); ui.TagLabel->setVisible(true); ui.tagWidget->setVisible(true); - ui.TemperaturesLabel->setVisible(true); + ui.airTempLabel->setVisible(true); ui.airtemp->setVisible(true); + ui.waterTempLabel->setVisible(true); ui.watertemp->setVisible(true); /* and fill them from the dive */ ui.rating->setCurrentStars(d->rating); diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 413953b5e..3a36a951c 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -65,11 +65,22 @@ - - - air / water Temperatures - - + + + + + Air temp + + + + + + + Water temp + + + + -- cgit v1.2.3-70-g09d2