diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2017-05-29 19:55:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-29 12:00:51 -0700 |
commit | 1de1a85e32176bf4d4bcd63d69b5cb83ff1cdc2d (patch) | |
tree | 7670493508421fde55dad8030a63ec183fc2e52a /mobile-widgets/qml/mobile-resources.qrc | |
parent | 81277c259bb20aa28d6f73d828b0fd6fbe84522e (diff) | |
download | subsurface-1de1a85e32176bf4d4bcd63d69b5cb83ff1cdc2d.tar.gz |
QML UI: add DownloadDiveDelegate
A delegate to display the dives in a better way,
based on the code from DiveList.qml
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index f91d3bd45..cc8914229 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -9,6 +9,7 @@ <file>DiveDetailsEdit.qml</file> <file>DiveDetailsView.qml</file> <file>DownloadFromDiveComputer.qml</file> + <file>DownloadedDiveDelegate.qml</file> <file>GpsList.qml</file> <file>HintsTextEdit.qml</file> <file>Log.qml</file> |