Elaborate on the MouseArea changes
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 7 Jun 2011 22:10:13 +0000 (08:10 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Tue, 7 Jun 2011 22:10:13 +0000 (08:10 +1000)
doc/src/declarative/whatsnew.qdoc

index 3b91cf1..bcf27e1 100644 (file)
@@ -33,7 +33,9 @@
 
 QtQuick 2.0 is a major update.
 
-MouseArea now propagates clicked, doubleClicked and pressAndHold differently.
+MouseArea now propagates clicked, doubleClicked and pressAndHold differently to pressed. 
+These will now be propagated to the highest-stacking-order enabled MouseArea which has a handler for them.
+You can still ignore these events in the handler to let them pass through.
 
 The Binding element now restores any previously set binding when its \e when
 clause becomes false.