aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/images/Shortcut
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2017-01-18 15:25:38 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2017-01-18 15:25:38 +0100
commit0592a405aa68f3baf6773795efa5522e4ee16779 (patch)
treea154927827fee732c65947f4eae171658f63fb77 /homescreen/qml/images/Shortcut
parent6fcde5166305cd40b5816c4495290984ca925ab6 (diff)
Initial source commit
Taken from https://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'homescreen/qml/images/Shortcut')
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC-01.pngbin0 -> 4108 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC_Active-01.pngbin0 -> 5908 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_Home-01.pngbin0 -> 3435 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_Home_Active-01.pngbin0 -> 4924 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia-01.pngbin0 -> 4114 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia_Active-01.pngbin0 -> 5973 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation-01.pngbin0 -> 7122 bytes
-rw-r--r--homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation_Active-01.pngbin0 -> 9799 bytes
-rw-r--r--homescreen/qml/images/Shortcut/shortcut.qrc12
9 files changed, 12 insertions, 0 deletions
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC-01.png
new file mode 100644
index 0000000..f5188f5
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC_Active-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC_Active-01.png
new file mode 100644
index 0000000..abe92d2
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC_Active-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_Home-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_Home-01.png
new file mode 100644
index 0000000..9aca151
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_Home-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_Home_Active-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_Home_Active-01.png
new file mode 100644
index 0000000..696168f
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_Home_Active-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia-01.png
new file mode 100644
index 0000000..229860c
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia_Active-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia_Active-01.png
new file mode 100644
index 0000000..b0a023c
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia_Active-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation-01.png
new file mode 100644
index 0000000..34b0671
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation_Active-01.png b/homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation_Active-01.png
new file mode 100644
index 0000000..98e6146
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation_Active-01.png
Binary files differ
diff --git a/homescreen/qml/images/Shortcut/shortcut.qrc b/homescreen/qml/images/Shortcut/shortcut.qrc
new file mode 100644
index 0000000..fe31006
--- /dev/null
+++ b/homescreen/qml/images/Shortcut/shortcut.qrc
@@ -0,0 +1,12 @@
+<RCC>
+ <qresource prefix="/images/Shortcut">
+ <file>HMI_Shortcut_Home_Active-01.png</file>
+ <file>HMI_Shortcut_Home-01.png</file>
+ <file>HMI_Shortcut_HVAC_Active-01.png</file>
+ <file>HMI_Shortcut_HVAC-01.png</file>
+ <file>HMI_Shortcut_Multimedia_Active-01.png</file>
+ <file>HMI_Shortcut_Multimedia-01.png</file>
+ <file>HMI_Shortcut_Navigation_Active-01.png</file>
+ <file>HMI_Shortcut_Navigation-01.png</file>
+ </qresource>
+</RCC>