diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-20 02:43:12 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 8b224358095f3c09c69b44ade14b48e7042ac2a7 (patch) | |
tree | f385a761c24b08baff69ad756950b6f0e5811c18 /subsurface.qrc | |
parent | 88c6d98265ddce43c1f3309938aa27f4151d1b76 (diff) | |
download | subsurface-8b224358095f3c09c69b44ade14b48e7042ac2a7.tar.gz |
qrc: add a couple of images for the map type toggles (satellite/street)
The QML based map will have a toggle in the top left corner to toggle
between the satellite and steet tiles.
The images are created specifically for use in this Qt Location widget
and are free for use in Subsurface.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 79d10a20d..a41f479f1 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -3,6 +3,8 @@ <file alias="mapwidget-qml">mobile-widgets/qml/MapWidget.qml</file> <file alias="mapwidget-marker">mobile-widgets/qml/icons/mapwidget-marker.png</file> <file alias="mapwidget-marker-selected">mobile-widgets/qml/icons/mapwidget-marker-selected.png</file> + <file alias="mapwidget-toggle-satellite">mobile-widgets/qml/icons/mapwidget-toggle-satellite.png</file> + <file alias="mapwidget-toggle-street">mobile-widgets/qml/icons/mapwidget-toggle-street.png</file> <file alias="star">icons/star.svg</file> <file alias="subsurface-icon">icons/subsurface-icon.png</file> <file alias="subsurface-mobile-icon">icons/subsurface-mobile-icon.png</file> |