From 5781598747ac8342a05e9a8f48ea09a7e0444467 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 11 Aug 2011 19:59:05 +1000 Subject: Add noCap and startTime properties to Emitter Change-Id: I8498b2e574a32bfbab9f139e718424572b1258a0 Reviewed-on: http://codereview.qt.nokia.com/2855 Reviewed-by: Alan Alpert Reviewed-by: Qt Sanity Bot --- examples/declarative/particles/trails/overburst.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/declarative/particles/trails/overburst.qml b/examples/declarative/particles/trails/overburst.qml index c3129a1d72..ca6bc6dedc 100644 --- a/examples/declarative/particles/trails/overburst.qml +++ b/examples/declarative/particles/trails/overburst.qml @@ -61,7 +61,6 @@ Rectangle{ x: ma.mouseX y: ma.mouseY emitRate: 16000 - lifeSpan: 1000 emitCap: 4000 acceleration: AngledDirection{angleVariation: 360; magnitude: 360; } size: 8 @@ -75,7 +74,7 @@ Rectangle{ MouseArea{ width: 100 height: 100 - onClicked: sys.overwrite = !sys.overwrite + onClicked: bursty.noCap = true; id: ma2 Rectangle{ anchors.fill: parent -- cgit v1.2.3