From 4e9128f8472d1ac221d573cf0c0459707c6c7e01 Mon Sep 17 00:00:00 2001 From: Grace Karanja Date: Thu, 18 Jun 2015 09:13:30 +0300 Subject: Display more details Show more dive info in the extended view of the dive. Signed-off-by: Grace Karanja Signed-off-by: Dirk Hohndel --- qt-mobile/main.qml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'qt-mobile/main.qml') diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index 7084619a3..4efa34093 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -107,7 +107,13 @@ ApplicationWindow { contentHeight: detailsView.height clip: true Row { - Text { text: 'Notes:
' + notes; wrapMode: Text.WordWrap; width: details.width } + Text { text: + 'Location: ' + location + + '
Air temp: ' + airtemp + ' Water temp: ' + watertemp + + '
Suit: ' + suit + + '
Buddy: ' + buddy + + '
Dive Master: ' + divemaster + + '
Notes:
' + notes; wrapMode: Text.WordWrap; width: details.width } } } } -- cgit v1.2.3-70-g09d2