Document drag-threshold behavior of Flickable
authorAlan Alpert <aalpert@blackberry.com>
Fri, 17 May 2013 17:23:42 +0000 (10:23 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Jun 2013 17:51:58 +0000 (19:51 +0200)
Task-number: QTBUG-31168
Change-Id: Ia9452ad9f548b5eb9684603b4ab8b10f35710eae
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
src/quick/items/qquickflickable.cpp

index bfb0620..f8b69ee 100644 (file)
@@ -2280,7 +2280,11 @@ bool QQuickFlickablePrivate::isViewMoving() const
     within the timeout, both the press and release will be delivered.
 
     Note that for nested Flickables with pressDelay set, the pressDelay of
-    outer Flickables is overridden by the innermost Flickable.
+    outer Flickables is overridden by the innermost Flickable. If the drag
+    exceeds the platform drag threshold, the press event will be delivered
+    regardless of this property.
+
+    \sa QStyleHints
 */
 int QQuickFlickable::pressDelay() const
 {