From d11fa385b7fe8bbe15ec583fe755ebe7dabb6137 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 4 Jul 2019 15:14:50 +0900 Subject: add hubtbt design --- launcher/qml/images/browser_active.svg | 2 +- launcher/qml/images/hud.png | Bin 6277 -> 0 bytes launcher/qml/images/hudtbt_active.svg | 198 ++++++++++++++++++++++++++++++++ launcher/qml/images/hudtbt_inactive.svg | 40 +++++++ launcher/qml/images/images.qrc | 2 + launcher/qml/images/meterdisplay.png | Bin 7545 -> 0 bytes launcher/qml/images/rse.png | Bin 10640 -> 0 bytes launcher/qml/images/uninstall.png | Bin 1357 -> 0 bytes 8 files changed, 241 insertions(+), 1 deletion(-) delete mode 100644 launcher/qml/images/hud.png create mode 100644 launcher/qml/images/hudtbt_active.svg create mode 100644 launcher/qml/images/hudtbt_inactive.svg delete mode 100644 launcher/qml/images/meterdisplay.png delete mode 100644 launcher/qml/images/rse.png delete mode 100644 launcher/qml/images/uninstall.png diff --git a/launcher/qml/images/browser_active.svg b/launcher/qml/images/browser_active.svg index 70b4617..37d08ec 100644 --- a/launcher/qml/images/browser_active.svg +++ b/launcher/qml/images/browser_active.svg @@ -228,4 +228,4 @@ d="m 57.7,72.5 c -0.2,1.1 -0.9,1.5 -1.8,1.4 -1.2,-0.1 -1.7,-0.8 -1.5,-2 0.2,-1 0.8,-1.5 1.8,-1.4 1.2,0.2 1.6,1 1.5,2 z" id="path6104" style="fill:url(#SVGID_8_)" - inkscape:connector-curvature="0" /> \ No newline at end of file + inkscape:connector-curvature="0" /> diff --git a/launcher/qml/images/hud.png b/launcher/qml/images/hud.png deleted file mode 100644 index 3bdc5d1..0000000 Binary files a/launcher/qml/images/hud.png and /dev/null differ diff --git a/launcher/qml/images/hudtbt_active.svg b/launcher/qml/images/hudtbt_active.svg new file mode 100644 index 0000000..87f5e59 --- /dev/null +++ b/launcher/qml/images/hudtbt_active.svg @@ -0,0 +1,198 @@ + + + +image/svg+xmlbackgroundLayer 1 \ No newline at end of file diff --git a/launcher/qml/images/hudtbt_inactive.svg b/launcher/qml/images/hudtbt_inactive.svg new file mode 100644 index 0000000..c63dae1 --- /dev/null +++ b/launcher/qml/images/hudtbt_inactive.svg @@ -0,0 +1,40 @@ + + noentry_R + + + + + + + + background + + + + Layer 1 + + + + + + diff --git a/launcher/qml/images/images.qrc b/launcher/qml/images/images.qrc index 7fdcfb3..d7fdcd9 100644 --- a/launcher/qml/images/images.qrc +++ b/launcher/qml/images/images.qrc @@ -20,6 +20,8 @@ dashboard_inactive.svg hvac_active.svg hvac_inactive.svg + hudtbt_active.svg + hudtbt_inactive.svg mixer_active.svg mixer_inactive.svg mediaplayer_active.svg diff --git a/launcher/qml/images/meterdisplay.png b/launcher/qml/images/meterdisplay.png deleted file mode 100644 index a3ad430..0000000 Binary files a/launcher/qml/images/meterdisplay.png and /dev/null differ diff --git a/launcher/qml/images/rse.png b/launcher/qml/images/rse.png deleted file mode 100644 index a3122b3..0000000 Binary files a/launcher/qml/images/rse.png and /dev/null differ diff --git a/launcher/qml/images/uninstall.png b/launcher/qml/images/uninstall.png deleted file mode 100644 index 3f50c8f..0000000 Binary files a/launcher/qml/images/uninstall.png and /dev/null differ -- cgit 1.2.3-korg