summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/images
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-12-05 13:03:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 18:20:35 +0100
commit6b4994c265889db2058b7d5850b51ddfc5478754 (patch)
tree623e53eb8004b6b8ecdb7e2867ab489dde606fac /examples/multimedia/video/qmlvideo/images
parent90c8ba233b77ed74012de3b5598a7617672e9d31 (diff)
centralize and fixup example sources install targets
This follows suit with aeb036e in qtbase. Change-Id: Ie8580d0a1f38ab9858b0e44c9f99bdc552a1752a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/multimedia/video/qmlvideo/images')
-rw-r--r--examples/multimedia/video/qmlvideo/images/close.pngbin0 -> 1799 bytes
-rw-r--r--examples/multimedia/video/qmlvideo/images/folder.pngbin0 -> 1841 bytes
-rw-r--r--examples/multimedia/video/qmlvideo/images/leaves.jpgbin0 -> 257378 bytes
-rw-r--r--examples/multimedia/video/qmlvideo/images/progress_handle.svg35
-rw-r--r--examples/multimedia/video/qmlvideo/images/progress_handle_pressed.svg35
-rw-r--r--examples/multimedia/video/qmlvideo/images/titlebar.pngbin0 -> 1436 bytes
-rw-r--r--examples/multimedia/video/qmlvideo/images/titlebar.sci5
-rw-r--r--examples/multimedia/video/qmlvideo/images/up.pngbin0 -> 662 bytes
8 files changed, 75 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideo/images/close.png b/examples/multimedia/video/qmlvideo/images/close.png
new file mode 100644
index 000000000..6904df0e4
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/close.png
Binary files differ
diff --git a/examples/multimedia/video/qmlvideo/images/folder.png b/examples/multimedia/video/qmlvideo/images/folder.png
new file mode 100644
index 000000000..e53e2ad46
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/folder.png
Binary files differ
diff --git a/examples/multimedia/video/qmlvideo/images/leaves.jpg b/examples/multimedia/video/qmlvideo/images/leaves.jpg
new file mode 100644
index 000000000..66533b34a
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/leaves.jpg
Binary files differ
diff --git a/examples/multimedia/video/qmlvideo/images/progress_handle.svg b/examples/multimedia/video/qmlvideo/images/progress_handle.svg
new file mode 100644
index 000000000..7ad9014e3
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/progress_handle.svg
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="10px"
+ height="46px"
+ version="1.1">
+ <g>
+ <defs>
+ <linearGradient id="MyGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
+ <stop offset="0%" stop-color="lightcyan" />
+ <stop offset="100%" stop-color="dodgerblue" />
+ </linearGradient>
+ </defs>
+ <rect
+ stroke="white"
+ fill="url(#MyGradient1)"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ stroke-width="2"
+ width="8"
+ height="44"
+ x="1"
+ y="1"
+ rx="4"
+ ry="4"/>
+ </g>
+</svg>
diff --git a/examples/multimedia/video/qmlvideo/images/progress_handle_pressed.svg b/examples/multimedia/video/qmlvideo/images/progress_handle_pressed.svg
new file mode 100644
index 000000000..c9c6c486c
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/progress_handle_pressed.svg
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="10px"
+ height="46px"
+ version="1.1">
+ <g>
+ <defs>
+ <linearGradient id="MyGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
+ <stop offset="0%" stop-color="skyblue" />
+ <stop offset="100%" stop-color="darkblue" />
+ </linearGradient>
+ </defs>
+ <rect
+ stroke="white"
+ fill="url(#MyGradient1)"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ stroke-width="2"
+ width="8"
+ height="44"
+ x="1"
+ y="1"
+ rx="4"
+ ry="4"/>
+ </g>
+</svg>
diff --git a/examples/multimedia/video/qmlvideo/images/titlebar.png b/examples/multimedia/video/qmlvideo/images/titlebar.png
new file mode 100644
index 000000000..51c90082d
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/titlebar.png
Binary files differ
diff --git a/examples/multimedia/video/qmlvideo/images/titlebar.sci b/examples/multimedia/video/qmlvideo/images/titlebar.sci
new file mode 100644
index 000000000..0418d94cd
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/titlebar.sci
@@ -0,0 +1,5 @@
+border.left: 10
+border.top: 12
+border.bottom: 12
+border.right: 10
+source: titlebar.png
diff --git a/examples/multimedia/video/qmlvideo/images/up.png b/examples/multimedia/video/qmlvideo/images/up.png
new file mode 100644
index 000000000..b05f8025d
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/images/up.png
Binary files differ