mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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:
parent
9bc7ef7567
commit
37d841966f
1 changed files with 19 additions and 0 deletions
|
@ -84,6 +84,25 @@ Item {
|
||||||
TableView {
|
TableView {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: 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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue