aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/content
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-07-18 13:53:40 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-28 01:51:19 +0200
commit3912bbaceab166eb116447311eb16453e4f26edf (patch)
treeb44561b4fbded41d7011e79c3d9a5411a1de438c /examples/qml/dynamicscene/content
parentc2f2ae8ce90e621cc3835428c40c116fbdc593e6 (diff)
Update usage of smooth and antialiasing.
Change-Id: Icc8b28bdd466389ed3f269f076f1bdb6e9abe3f2 Reviewed-by: Yunqiao Yin <charles.yin@nokia.com> Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'examples/qml/dynamicscene/content')
-rw-r--r--examples/qml/dynamicscene/content/Button.qml2
-rw-r--r--examples/qml/dynamicscene/content/PerspectiveItem.qml1
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/qml/dynamicscene/content/Button.qml b/examples/qml/dynamicscene/content/Button.qml
index ba7db501cc..c299f190ab 100644
--- a/examples/qml/dynamicscene/content/Button.qml
+++ b/examples/qml/dynamicscene/content/Button.qml
@@ -49,7 +49,7 @@ Rectangle {
height: text.height + 10; width: text.width + 20
border.width: 1
radius: 4
- smooth: true
+ antialiasing: true
gradient: Gradient {
GradientStop {
diff --git a/examples/qml/dynamicscene/content/PerspectiveItem.qml b/examples/qml/dynamicscene/content/PerspectiveItem.qml
index f651369452..fa8646bcc2 100644
--- a/examples/qml/dynamicscene/content/PerspectiveItem.qml
+++ b/examples/qml/dynamicscene/content/PerspectiveItem.qml
@@ -52,7 +52,6 @@ Image {
source: image
opacity: onLand ? 1 : 0.25
scale: Math.max((y + height - 250) * 0.01, 0.3)
- smooth: true
onCreatedChanged: {
if (created && !onLand)