aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-08-11 19:59:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-15 06:48:20 +0200
commit5781598747ac8342a05e9a8f48ea09a7e0444467 (patch)
treec89381fbae68174a95be7d69bcd291c8148f66d5 /examples
parentf5db9800a9d074fbb70b8ea7465b6c45a6f11ff4 (diff)
Add noCap and startTime properties to Emitter
Change-Id: I8498b2e574a32bfbab9f139e718424572b1258a0 Reviewed-on: http://codereview.qt.nokia.com/2855 Reviewed-by: Alan Alpert <alan.alpert@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/trails/overburst.qml3
1 files changed, 1 insertions, 2 deletions
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