From 3116bc06fb0466e7c38b2ce6c8f0099f091435c2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 20 Jan 2016 13:58:04 -0800 Subject: QML UI: show date and time for dive We keep losing the time when people move code around. date really is just the date and doesn't include the time component. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/DiveDetailsView.qml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'qt-mobile/qml/DiveDetailsView.qml') diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml index a4a66ec41..3023330d9 100644 --- a/qt-mobile/qml/DiveDetailsView.qml +++ b/qt-mobile/qml/DiveDetailsView.qml @@ -37,14 +37,6 @@ Item { rowSpacing: MobileComponents.Units.smallSpacing * 2 columnSpacing: MobileComponents.Units.smallSpacing - /*Connections { - target: diveDetailsWindow - onDive_idChanged: { - qmlProfile.diveId = diveDetailsWindow.dive_id - qmlProfile.update() - } - }*/ - MobileComponents.Heading { id: detailsViewHeading Layout.fillWidth: true @@ -79,7 +71,7 @@ Item { opacity: 0.6 } MobileComponents.Label { - text: dive.date + text: dive.date + " " + dive.time Layout.columnSpan: 2 } MobileComponents.Label { @@ -123,7 +115,6 @@ Item { anchors.fill: parent } - //Rectangle { color: "green"; opacity: 0.4; anchors.fill: parent } // used for debugging the dive profile sizing, will be removed later } MobileComponents.Heading { -- cgit v1.2.3-70-g09d2