QML UI: show dive number and date in the detail view

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-27 12:26:51 -07:00
parent 16c6ff0089
commit 4b29cc21fb
2 changed files with 11 additions and 2 deletions

View file

@ -40,6 +40,8 @@ Rectangle {
detailsWindow.watertemp = watertemp
detailsWindow.divemaster = divemaster
detailsWindow.notes = notes
detailsWindow.number = diveNumber
detailsWindow.date = date
stackView.push(detailsWindow)
}
}