summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageelements/image
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-08-26 05:43:53 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-08-26 05:43:53 (GMT)
commitf936a199e44a8d443240368f748f7be87cffc186 (patch)
treed0efc9bc362ab0630b96d2da9dffcfef211cdde7 /examples/declarative/imageelements/image
parent58a76965e20c4c66ab2dc9cf73aa72b1cfddfbeb (diff)
downloadQt-f936a199e44a8d443240368f748f7be87cffc186.zip
Qt-f936a199e44a8d443240368f748f7be87cffc186.tar.gz
Qt-f936a199e44a8d443240368f748f7be87cffc186.tar.bz2
Make declarative examples a bit more qt-like.
Diffstat (limited to 'examples/declarative/imageelements/image')
-rw-r--r--examples/declarative/imageelements/image/ImageCell.qml2
-rw-r--r--examples/declarative/imageelements/image/face-smile.pngbin15408 -> 0 bytes
-rw-r--r--examples/declarative/imageelements/image/qt-logo.pngbin0 -> 5149 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/imageelements/image/ImageCell.qml b/examples/declarative/imageelements/image/ImageCell.qml
index bd232b9..71a17fe 100644
--- a/examples/declarative/imageelements/image/ImageCell.qml
+++ b/examples/declarative/imageelements/image/ImageCell.qml
@@ -48,7 +48,7 @@ Item {
Image {
id: image
width: parent.width; height: parent.height - captionItem.height
- source: "face-smile.png"
+ source: "qt-logo.png"
clip: true // only makes a difference if mode is PreserveAspectCrop
smooth: true
}
diff --git a/examples/declarative/imageelements/image/face-smile.png b/examples/declarative/imageelements/image/face-smile.png
deleted file mode 100644
index 3d66d72..0000000
--- a/examples/declarative/imageelements/image/face-smile.png
+++ /dev/null
Binary files differ
diff --git a/examples/declarative/imageelements/image/qt-logo.png b/examples/declarative/imageelements/image/qt-logo.png
new file mode 100644
index 0000000..14ddf2a
--- /dev/null
+++ b/examples/declarative/imageelements/image/qt-logo.png
Binary files differ