MOBILE: update downloadFromDiveComputer table

Patch #2 that formats the table to be used for downloaded dives.

Signed-off-by: Willem Ferguson <willem@localhost.localdomain>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Willem Ferguson 2016-01-25 11:00:02 +02:00 committed by Dirk Hohndel
parent 9bc7ef7567
commit 37d841966f

View file

@ -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"
}
}
}
}