diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-27 12:26:51 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-27 12:26:51 -0700 |
commit | 4b29cc21fb0c52a0c87b6efc94cbc869567228c9 (patch) | |
tree | 2129ee66ea96fd8b840517c6e50f8fa2864c776d /qt-mobile/DiveList.qml | |
parent | 16c6ff008916c81c2b72d54fb7993b78ed590617 (diff) | |
download | subsurface-4b29cc21fb0c52a0c87b6efc94cbc869567228c9.tar.gz |
QML UI: show dive number and date in the detail view
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/DiveList.qml')
-rw-r--r-- | qt-mobile/DiveList.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/DiveList.qml b/qt-mobile/DiveList.qml index 52cdc20f5..acf123011 100644 --- a/qt-mobile/DiveList.qml +++ b/qt-mobile/DiveList.qml @@ -40,6 +40,8 @@ Rectangle { detailsWindow.watertemp = watertemp detailsWindow.divemaster = divemaster detailsWindow.notes = notes + detailsWindow.number = diveNumber + detailsWindow.date = date stackView.push(detailsWindow) } } |