From 37d841966f136ee8235b2b23b1d559371baf0294 Mon Sep 17 00:00:00 2001 From: Willem Ferguson Date: Mon, 25 Jan 2016 11:00:02 +0200 Subject: MOBILE: update downloadFromDiveComputer table Patch #2 that formats the table to be used for downloaded dives. Signed-off-by: Willem Ferguson Signed-off-by: Dirk Hohndel --- qt-mobile/qml/DownloadFromDiveComputer.qml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'qt-mobile/qml/DownloadFromDiveComputer.qml') diff --git a/qt-mobile/qml/DownloadFromDiveComputer.qml b/qt-mobile/qml/DownloadFromDiveComputer.qml index d18c37bb8..5ce5370e6 100644 --- a/qt-mobile/qml/DownloadFromDiveComputer.qml +++ b/qt-mobile/qml/DownloadFromDiveComputer.qml @@ -84,6 +84,25 @@ Item { TableView { Layout.fillWidth: true Layout.fillHeight: true + TableViewColumn { + width: 50 + role: "isChecked" + title: "Select" + } + TableViewColumn { + role: "datetime" + title: "Date / Time" + } + TableViewColumn { + width: 80 + role: "duration" + title: "Duration" + } + TableViewColumn { + width: 50 + role: "depth" + title: "Depth" + } } } } -- cgit v1.2.3-70-g09d2