diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-08-26 05:43:53 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-08-26 05:43:53 (GMT) |
commit | f936a199e44a8d443240368f748f7be87cffc186 (patch) | |
tree | d0efc9bc362ab0630b96d2da9dffcfef211cdde7 /examples/declarative/imageelements/image | |
parent | 58a76965e20c4c66ab2dc9cf73aa72b1cfddfbeb (diff) | |
download | Qt-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.qml | 2 | ||||
-rw-r--r-- | examples/declarative/imageelements/image/face-smile.png | bin | 15408 -> 0 bytes | |||
-rw-r--r-- | examples/declarative/imageelements/image/qt-logo.png | bin | 0 -> 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 Binary files differdeleted file mode 100644 index 3d66d72..0000000 --- a/examples/declarative/imageelements/image/face-smile.png +++ /dev/null diff --git a/examples/declarative/imageelements/image/qt-logo.png b/examples/declarative/imageelements/image/qt-logo.png Binary files differnew file mode 100644 index 0000000..14ddf2a --- /dev/null +++ b/examples/declarative/imageelements/image/qt-logo.png |