From 4c9b4d61b97b60ce1ec24a4db203199ae54936d8 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Mon, 2 Aug 2021 13:20:06 +0000 Subject: Initial commit for mominavi mominavi is a example navigation app based on Qt example. Signed-off-by: Naoto Yamaguchi --- images/01_HEADING-UP.png | Bin 0 -> 3536 bytes images/02_NORTH-UP.png | Bin 0 -> 3814 bytes images/03_DETAIL.png | Bin 0 -> 3226 bytes images/04_WIDE.png | Bin 0 -> 3296 bytes images/05_CENTER-POSITION.png | Bin 0 -> 3860 bytes images/06_START-DEMO.png | Bin 0 -> 3980 bytes images/07_CANCEL.png | Bin 0 -> 3270 bytes images/08_START.png | Bin 0 -> 556 bytes images/09_JUNCTION.png | Bin 0 -> 638 bytes images/10_11_bear_left_112px-Signal_C117a.svg.png | Bin 0 -> 3803 bytes images/10_GOAL.png | Bin 0 -> 1248 bytes images/11_2_bear_right_112px-Signal_C117a.svg.png | Bin 0 -> 3763 bytes images/11_Header.png | Bin 0 -> 4103 bytes images/12_Footer.png | Bin 0 -> 23423 bytes images/13_Time.png | Bin 0 -> 1803 bytes images/146px-Israely_road_sign_211.svg.png | Bin 0 -> 7895 bytes images/146px-Israely_road_sign_212.svg.png | Bin 0 -> 7916 bytes images/14_Logo.png | Bin 0 -> 4776 bytes images/15_Maps.png | Bin 0 -> 2012 bytes images/16_Multimedia.png | Bin 0 -> 1136 bytes images/17_Dashboard.png | Bin 0 -> 2027 bytes images/18_Setting.png | Bin 0 -> 1870 bytes images/19_Shadow.png | Bin 0 -> 23423 bytes images/200px-Black_close_x.svg.png | Bin 0 -> 1443 bytes images/202px-Compass-icon_bb_N.svg.png | Bin 0 -> 9064 bytes images/207px-Car_icon_top.svg.png | Bin 0 -> 6323 bytes images/240px-Antu_file-zoom-out.svg.png | Bin 0 -> 4831 bytes images/240px-Antu_kdenlive-zoom-large.svg.png | Bin 0 -> 4915 bytes images/240px-Compass_icon_NE.svg.png | Bin 0 -> 8711 bytes images/Emoji_u1f3c1.svg | 19 ++ images/HEB_project_flow_icon_04_checkered_flag.svg | 160 ++++++++++++++++ images/MUTCD_RS-113.svg | 210 +++++++++++++++++++++ images/SW_Patern_3.bmp | Bin 0 -> 11094 bytes images/posimark_r.png | Bin 0 -> 25234 bytes images/position02.svg | 33 ++++ 35 files changed, 422 insertions(+) create mode 100644 images/01_HEADING-UP.png create mode 100644 images/02_NORTH-UP.png create mode 100644 images/03_DETAIL.png create mode 100644 images/04_WIDE.png create mode 100644 images/05_CENTER-POSITION.png create mode 100644 images/06_START-DEMO.png create mode 100644 images/07_CANCEL.png create mode 100644 images/08_START.png create mode 100644 images/09_JUNCTION.png create mode 100755 images/10_11_bear_left_112px-Signal_C117a.svg.png create mode 100644 images/10_GOAL.png create mode 100755 images/11_2_bear_right_112px-Signal_C117a.svg.png create mode 100644 images/11_Header.png create mode 100644 images/12_Footer.png create mode 100644 images/13_Time.png create mode 100755 images/146px-Israely_road_sign_211.svg.png create mode 100755 images/146px-Israely_road_sign_212.svg.png create mode 100644 images/14_Logo.png create mode 100644 images/15_Maps.png create mode 100644 images/16_Multimedia.png create mode 100644 images/17_Dashboard.png create mode 100644 images/18_Setting.png create mode 100644 images/19_Shadow.png create mode 100755 images/200px-Black_close_x.svg.png create mode 100755 images/202px-Compass-icon_bb_N.svg.png create mode 100755 images/207px-Car_icon_top.svg.png create mode 100755 images/240px-Antu_file-zoom-out.svg.png create mode 100755 images/240px-Antu_kdenlive-zoom-large.svg.png create mode 100755 images/240px-Compass_icon_NE.svg.png create mode 100755 images/Emoji_u1f3c1.svg create mode 100755 images/HEB_project_flow_icon_04_checkered_flag.svg create mode 100755 images/MUTCD_RS-113.svg create mode 100755 images/SW_Patern_3.bmp create mode 100755 images/posimark_r.png create mode 100755 images/position02.svg (limited to 'images') diff --git a/images/01_HEADING-UP.png b/images/01_HEADING-UP.png new file mode 100644 index 0000000..a5d9192 Binary files /dev/null and b/images/01_HEADING-UP.png differ diff --git a/images/02_NORTH-UP.png b/images/02_NORTH-UP.png new file mode 100644 index 0000000..58e0558 Binary files /dev/null and b/images/02_NORTH-UP.png differ diff --git a/images/03_DETAIL.png b/images/03_DETAIL.png new file mode 100644 index 0000000..09f9fef Binary files /dev/null and b/images/03_DETAIL.png differ diff --git a/images/04_WIDE.png b/images/04_WIDE.png new file mode 100644 index 0000000..cfa8ccc Binary files /dev/null and b/images/04_WIDE.png differ diff --git a/images/05_CENTER-POSITION.png b/images/05_CENTER-POSITION.png new file mode 100644 index 0000000..e87da05 Binary files /dev/null and b/images/05_CENTER-POSITION.png differ diff --git a/images/06_START-DEMO.png b/images/06_START-DEMO.png new file mode 100644 index 0000000..2a768ee Binary files /dev/null and b/images/06_START-DEMO.png differ diff --git a/images/07_CANCEL.png b/images/07_CANCEL.png new file mode 100644 index 0000000..d70a2d4 Binary files /dev/null and b/images/07_CANCEL.png differ diff --git a/images/08_START.png b/images/08_START.png new file mode 100644 index 0000000..e1ddb62 Binary files /dev/null and b/images/08_START.png differ diff --git a/images/09_JUNCTION.png b/images/09_JUNCTION.png new file mode 100644 index 0000000..e8338bc Binary files /dev/null and b/images/09_JUNCTION.png differ diff --git a/images/10_11_bear_left_112px-Signal_C117a.svg.png b/images/10_11_bear_left_112px-Signal_C117a.svg.png new file mode 100755 index 0000000..f658a9c Binary files /dev/null and b/images/10_11_bear_left_112px-Signal_C117a.svg.png differ diff --git a/images/10_GOAL.png b/images/10_GOAL.png new file mode 100644 index 0000000..d6f9799 Binary files /dev/null and b/images/10_GOAL.png differ diff --git a/images/11_2_bear_right_112px-Signal_C117a.svg.png b/images/11_2_bear_right_112px-Signal_C117a.svg.png new file mode 100755 index 0000000..a4c9326 Binary files /dev/null and b/images/11_2_bear_right_112px-Signal_C117a.svg.png differ diff --git a/images/11_Header.png b/images/11_Header.png new file mode 100644 index 0000000..1875d7d Binary files /dev/null and b/images/11_Header.png differ diff --git a/images/12_Footer.png b/images/12_Footer.png new file mode 100644 index 0000000..5a86456 Binary files /dev/null and b/images/12_Footer.png differ diff --git a/images/13_Time.png b/images/13_Time.png new file mode 100644 index 0000000..72bab32 Binary files /dev/null and b/images/13_Time.png differ diff --git a/images/146px-Israely_road_sign_211.svg.png b/images/146px-Israely_road_sign_211.svg.png new file mode 100755 index 0000000..848477b Binary files /dev/null and b/images/146px-Israely_road_sign_211.svg.png differ diff --git a/images/146px-Israely_road_sign_212.svg.png b/images/146px-Israely_road_sign_212.svg.png new file mode 100755 index 0000000..3320ca9 Binary files /dev/null and b/images/146px-Israely_road_sign_212.svg.png differ diff --git a/images/14_Logo.png b/images/14_Logo.png new file mode 100644 index 0000000..c1435ee Binary files /dev/null and b/images/14_Logo.png differ diff --git a/images/15_Maps.png b/images/15_Maps.png new file mode 100644 index 0000000..4c36a69 Binary files /dev/null and b/images/15_Maps.png differ diff --git a/images/16_Multimedia.png b/images/16_Multimedia.png new file mode 100644 index 0000000..66f6f38 Binary files /dev/null and b/images/16_Multimedia.png differ diff --git a/images/17_Dashboard.png b/images/17_Dashboard.png new file mode 100644 index 0000000..2cda6ed Binary files /dev/null and b/images/17_Dashboard.png differ diff --git a/images/18_Setting.png b/images/18_Setting.png new file mode 100644 index 0000000..8f031ab Binary files /dev/null and b/images/18_Setting.png differ diff --git a/images/19_Shadow.png b/images/19_Shadow.png new file mode 100644 index 0000000..5a86456 Binary files /dev/null and b/images/19_Shadow.png differ diff --git a/images/200px-Black_close_x.svg.png b/images/200px-Black_close_x.svg.png new file mode 100755 index 0000000..7e82526 Binary files /dev/null and b/images/200px-Black_close_x.svg.png differ diff --git a/images/202px-Compass-icon_bb_N.svg.png b/images/202px-Compass-icon_bb_N.svg.png new file mode 100755 index 0000000..0d4ccbf Binary files /dev/null and b/images/202px-Compass-icon_bb_N.svg.png differ diff --git a/images/207px-Car_icon_top.svg.png b/images/207px-Car_icon_top.svg.png new file mode 100755 index 0000000..ab380ef Binary files /dev/null and b/images/207px-Car_icon_top.svg.png differ diff --git a/images/240px-Antu_file-zoom-out.svg.png b/images/240px-Antu_file-zoom-out.svg.png new file mode 100755 index 0000000..3041d3e Binary files /dev/null and b/images/240px-Antu_file-zoom-out.svg.png differ diff --git a/images/240px-Antu_kdenlive-zoom-large.svg.png b/images/240px-Antu_kdenlive-zoom-large.svg.png new file mode 100755 index 0000000..8daffe0 Binary files /dev/null and b/images/240px-Antu_kdenlive-zoom-large.svg.png differ diff --git a/images/240px-Compass_icon_NE.svg.png b/images/240px-Compass_icon_NE.svg.png new file mode 100755 index 0000000..72e210e Binary files /dev/null and b/images/240px-Compass_icon_NE.svg.png differ diff --git a/images/Emoji_u1f3c1.svg b/images/Emoji_u1f3c1.svg new file mode 100755 index 0000000..f435816 --- /dev/null +++ b/images/Emoji_u1f3c1.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/HEB_project_flow_icon_04_checkered_flag.svg b/images/HEB_project_flow_icon_04_checkered_flag.svg new file mode 100755 index 0000000..7c00d2c --- /dev/null +++ b/images/HEB_project_flow_icon_04_checkered_flag.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/MUTCD_RS-113.svg b/images/MUTCD_RS-113.svg new file mode 100755 index 0000000..dac8ff4 --- /dev/null +++ b/images/MUTCD_RS-113.svg @@ -0,0 +1,210 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/SW_Patern_3.bmp b/images/SW_Patern_3.bmp new file mode 100755 index 0000000..822900e Binary files /dev/null and b/images/SW_Patern_3.bmp differ diff --git a/images/posimark_r.png b/images/posimark_r.png new file mode 100755 index 0000000..826f299 Binary files /dev/null and b/images/posimark_r.png differ diff --git a/images/position02.svg b/images/position02.svg new file mode 100755 index 0000000..b30be8d --- /dev/null +++ b/images/position02.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit