aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DownloadFromDiveComputer.qml
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2017-06-04 14:40:25 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-04 07:11:01 -0700
commit03e771066bf79c2f719b58948a55547f105f2dc2 (patch)
tree3ec16e166a6c0be31d6cf6d43fd74fe516118e16 /mobile-widgets/qml/DownloadFromDiveComputer.qml
parent78ee3f40a5f3b55b9d98842f7e309b7bba9882c0 (diff)
downloadsubsurface-03e771066bf79c2f719b58948a55547f105f2dc2.tar.gz
QML UI: show selection box on the Download from DC list
QML and C++ model don't interact too much, a new Rule should be created and used on the QML Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index 3a5cf6618..c4dc70790 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -116,6 +116,7 @@ Kirigami.Page {
datetime: model.datetime
duration: model.duration
depth: model.depth
+ selected: model.selected
backgroundColor: selectAll ? Kirigami.Theme.highlightColor : Kirigami.Theme.viewBackgroundColor