summaryrefslogtreecommitdiffstats
path: root/examples/declarative/aspectratio/scale_and_crop.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-20 02:08:39 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-20 02:08:39 (GMT)
commit341f47a31d6d98e402547c77ccbe358465f8b1a9 (patch)
treef17c2e0bb6b8f0bd10a355ae5b868f17b4782c8c /examples/declarative/aspectratio/scale_and_crop.qml
parentb6f85c59d1cd45a4df57440b9d39659d2646223e (diff)
downloadQt-341f47a31d6d98e402547c77ccbe358465f8b1a9.zip
Qt-341f47a31d6d98e402547c77ccbe358465f8b1a9.tar.gz
Qt-341f47a31d6d98e402547c77ccbe358465f8b1a9.tar.bz2
Update in light of new Image.preserveAspect property
Diffstat (limited to 'examples/declarative/aspectratio/scale_and_crop.qml')
-rw-r--r--examples/declarative/aspectratio/scale_and_crop.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/declarative/aspectratio/scale_and_crop.qml b/examples/declarative/aspectratio/scale_and_crop.qml
index a5409f9..2f35fb5 100644
--- a/examples/declarative/aspectratio/scale_and_crop.qml
+++ b/examples/declarative/aspectratio/scale_and_crop.qml
@@ -1,7 +1,3 @@
-// The Image primitive does not have any special handling for maintaining
-// aspect ratio. This example shows that you can provide whatever specific
-// behaviour you like.
-//
// Here, we implement "Scale and Crop" behaviour.
//
Rect {