From 420321d7da0abecc4d49c4c0cb8bcd3b22269e1a Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 10 Nov 2017 20:17:52 -0800 Subject: nagivation: initial import of Qt MapViewer demo This source code is from the qtlocation repos examples Some modifications are: * Building for .wgt package along with geoclue + gps permissions * Change QML StackView push() methods to QtQuick Control 2 syntax * Remove menubar and replace with Button elements on main page Change-Id: I60cbb108b4288a9cda991f4fac0122f0abcbdd7a Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay --- app/mapviewer.qrc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/mapviewer.qrc (limited to 'app/mapviewer.qrc') diff --git a/app/mapviewer.qrc b/app/mapviewer.qrc new file mode 100644 index 0000000..a85289e --- /dev/null +++ b/app/mapviewer.qrc @@ -0,0 +1,36 @@ + + + mapviewer.qml + map/MapComponent.qml + map/Marker.qml + map/PolylineItem.qml + map/RectangleItem.qml + map/CircleItem.qml + map/PolygonItem.qml + map/ImageItem.qml + forms/Message.qml + forms/MessageForm.ui.qml + forms/Geocode.qml + forms/GeocodeForm.ui.qml + forms/ReverseGeocode.qml + forms/ReverseGeocodeForm.ui.qml + forms/RouteCoordinate.qml + forms/RouteCoordinateForm.ui.qml + forms/RouteAddress.qml + forms/RouteAddressForm.ui.qml + forms/Locale.qml + forms/LocaleForm.ui.qml + forms/RouteList.qml + forms/RouteListDelegate.qml + forms/RouteListHeader.qml + menus/MainMenu.qml + menus/MapPopupMenu.qml + menus/MarkerPopupMenu.qml + menus/ItemPopupMenu.qml + helper.js + resources/scale_end.png + resources/scale.png + resources/marker.png + resources/icon.png + + -- cgit 1.2.3-korg