aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/pics
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-31 17:54:15 +0200
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-09-29 09:47:47 +0200
commit0ee06b3dd5b686619a0d0acf58aad87703b181f1 (patch)
tree72db065bed5346e6ce51803d762d9ab7aa271e32 /examples/quick/imageelements/pics
parent5bac7893599ab3f2ac28076763f091e46f32f8e7 (diff)
Fix ImageElements example to use a QML module
Removed the 'content' directory, and placed all images into a 'pics' directory. CMakeLists.txt is now also using qt_add_qml_module() Change-Id: I673b7adea1832f304003f95e171118b0822b3c83 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 34bc389543c37b8439c9c0b48f471649b6529868) Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/quick/imageelements/pics')
-rw-r--r--examples/quick/imageelements/pics/BearSheet.pngbin0 -> 406337 bytes
-rw-r--r--examples/quick/imageelements/pics/Uniflow_steam_engine.gifbin0 -> 45328 bytes
-rw-r--r--examples/quick/imageelements/pics/arrow.pngbin0 -> 247 bytes
-rw-r--r--examples/quick/imageelements/pics/bw.pngbin0 -> 1357 bytes
-rw-r--r--examples/quick/imageelements/pics/colors-round.sci7
-rw-r--r--examples/quick/imageelements/pics/colors-stretch.sci5
-rw-r--r--examples/quick/imageelements/pics/colors.pngbin0 -> 974 bytes
-rw-r--r--examples/quick/imageelements/pics/multi.icobin0 -> 27110 bytes
-rw-r--r--examples/quick/imageelements/pics/qt-logo.pngbin0 -> 5149 bytes
-rw-r--r--examples/quick/imageelements/pics/shadow.pngbin0 -> 371 bytes
-rw-r--r--examples/quick/imageelements/pics/speaker.pngbin0 -> 784525 bytes
11 files changed, 12 insertions, 0 deletions
diff --git a/examples/quick/imageelements/pics/BearSheet.png b/examples/quick/imageelements/pics/BearSheet.png
new file mode 100644
index 0000000000..a084bf0f1e
--- /dev/null
+++ b/examples/quick/imageelements/pics/BearSheet.png
Binary files differ
diff --git a/examples/quick/imageelements/pics/Uniflow_steam_engine.gif b/examples/quick/imageelements/pics/Uniflow_steam_engine.gif
new file mode 100644
index 0000000000..8754de4af9
--- /dev/null
+++ b/examples/quick/imageelements/pics/Uniflow_steam_engine.gif
Binary files differ
diff --git a/examples/quick/imageelements/pics/arrow.png b/examples/quick/imageelements/pics/arrow.png
new file mode 100644
index 0000000000..059be6294e
--- /dev/null
+++ b/examples/quick/imageelements/pics/arrow.png
Binary files differ
diff --git a/examples/quick/imageelements/pics/bw.png b/examples/quick/imageelements/pics/bw.png
new file mode 100644
index 0000000000..486eaae96e
--- /dev/null
+++ b/examples/quick/imageelements/pics/bw.png
Binary files differ
diff --git a/examples/quick/imageelements/pics/colors-round.sci b/examples/quick/imageelements/pics/colors-round.sci
new file mode 100644
index 0000000000..506f6f5f99
--- /dev/null
+++ b/examples/quick/imageelements/pics/colors-round.sci
@@ -0,0 +1,7 @@
+border.left:30
+border.top:30
+border.right:30
+border.bottom:30
+horizontalTileRule:Round
+verticalTileRule:Round
+source:colors.png
diff --git a/examples/quick/imageelements/pics/colors-stretch.sci b/examples/quick/imageelements/pics/colors-stretch.sci
new file mode 100644
index 0000000000..e4989a723c
--- /dev/null
+++ b/examples/quick/imageelements/pics/colors-stretch.sci
@@ -0,0 +1,5 @@
+border.left:30
+border.top:30
+border.right:30
+border.bottom:30
+source:colors.png
diff --git a/examples/quick/imageelements/pics/colors.png b/examples/quick/imageelements/pics/colors.png
new file mode 100644
index 0000000000..57f5aca821
--- /dev/null
+++ b/examples/quick/imageelements/pics/colors.png
Binary files differ
diff --git a/examples/quick/imageelements/pics/multi.ico b/examples/quick/imageelements/pics/multi.ico
new file mode 100644
index 0000000000..b748ceaa29
--- /dev/null
+++ b/examples/quick/imageelements/pics/multi.ico
Binary files differ
diff --git a/examples/quick/imageelements/pics/qt-logo.png b/examples/quick/imageelements/pics/qt-logo.png
new file mode 100644
index 0000000000..14ddf2a028
--- /dev/null
+++ b/examples/quick/imageelements/pics/qt-logo.png
Binary files differ
diff --git a/examples/quick/imageelements/pics/shadow.png b/examples/quick/imageelements/pics/shadow.png
new file mode 100644
index 0000000000..23c011d0ff
--- /dev/null
+++ b/examples/quick/imageelements/pics/shadow.png
Binary files differ
diff --git a/examples/quick/imageelements/pics/speaker.png b/examples/quick/imageelements/pics/speaker.png
new file mode 100644
index 0000000000..fb0e857859
--- /dev/null
+++ b/examples/quick/imageelements/pics/speaker.png
Binary files differ