aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/trails/list.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/trails/list.qml')
-rw-r--r--examples/declarative/particles/trails/list.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/declarative/particles/trails/list.qml b/examples/declarative/particles/trails/list.qml
index 7874590e28..7e8fb44003 100644
--- a/examples/declarative/particles/trails/list.qml
+++ b/examples/declarative/particles/trails/list.qml
@@ -54,7 +54,7 @@ Rectangle {
anchors.fill: parent
system: particles
z: 10
- image: "content/star.png"
+ source: "content/star.png"
color: "white"
colorVariation: 0.0
}
@@ -96,10 +96,10 @@ Rectangle {
anchors.fill: parent
system: particles;
emitting: anim.running
- particlesPerSecond: 600
- particleDuration: 600
- particleSize: 16
- particleEndSize: 8
+ emitRate: 600
+ lifeSpan: 600
+ size: 16
+ endSize: 8
}
}
}