summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/fillmode/fillmode.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-04-07 04:27:21 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-04-07 04:27:47 (GMT)
commitfa730e0d0ba38ca7db09b6eb95bb656bdc67a8b0 (patch)
tree93af9ceddfbeb5026ff16eb1886d505a75e2dd7f /tests/auto/declarative/qmlvisual/fillmode/fillmode.qml
parent0bfcb67886df2c446b38c4ca0ec8309a32493d00 (diff)
downloadQt-fa730e0d0ba38ca7db09b6eb95bb656bdc67a8b0.zip
Qt-fa730e0d0ba38ca7db09b6eb95bb656bdc67a8b0.tar.gz
Qt-fa730e0d0ba38ca7db09b6eb95bb656bdc67a8b0.tar.bz2
Visual test updates.
Diffstat (limited to 'tests/auto/declarative/qmlvisual/fillmode/fillmode.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/fillmode/fillmode.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/fillmode/fillmode.qml b/tests/auto/declarative/qmlvisual/fillmode/fillmode.qml
index 8450bf2..7c3b486 100644
--- a/tests/auto/declarative/qmlvisual/fillmode/fillmode.qml
+++ b/tests/auto/declarative/qmlvisual/fillmode/fillmode.qml
@@ -1,5 +1,10 @@
import Qt 4.6
+/*
+ This is a static display test of the various Image fill modes. See the png file in the data
+ subdirectory to see what the image should look like.
+*/
+
Rectangle {
id: screen; width: 750; height: 600; color: "gray"
property string source: "face.png"