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/resources/icon.png | Bin 0 -> 1859 bytes app/resources/marker.png | Bin 0 -> 752 bytes app/resources/scale.png | Bin 0 -> 98 bytes app/resources/scale_end.png | Bin 0 -> 93 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/resources/icon.png create mode 100644 app/resources/marker.png create mode 100644 app/resources/scale.png create mode 100644 app/resources/scale_end.png (limited to 'app/resources') diff --git a/app/resources/icon.png b/app/resources/icon.png new file mode 100644 index 0000000..973a500 Binary files /dev/null and b/app/resources/icon.png differ diff --git a/app/resources/marker.png b/app/resources/marker.png new file mode 100644 index 0000000..2116dfd Binary files /dev/null and b/app/resources/marker.png differ diff --git a/app/resources/scale.png b/app/resources/scale.png new file mode 100644 index 0000000..c4f0812 Binary files /dev/null and b/app/resources/scale.png differ diff --git a/app/resources/scale_end.png b/app/resources/scale_end.png new file mode 100644 index 0000000..94510b1 Binary files /dev/null and b/app/resources/scale_end.png differ -- cgit 1.2.3-korg