QtQuick gesture handling is incompatible with the gesture framework, so it was 
not pursued and there are no plans to work on it again.  MouseArea, Flickable 
and PinchArea can cover most needs.

Br,
Martin.

> -----Original Message-----
> From: [email protected] [mailto:qt-
> [email protected]] On Behalf Of ext
> Harri Pasanen
> Sent: Tuesday, November 29, 2011 8:24 PM
> To: [email protected]
> Subject: [Qt-qml] GestureArea progress?
> 
> GestureArea is marked experimental, and probably rightly so.  When I tried
> just a
> 
>    GestureArea {
>      anchors.fill: parent
> 
>      onSwipe: {
>        console.log(swipeAngle)
>      }
>    }
> 
> I never could get any swipe registered (tried with desktop and N9).
> 
> Before I roll my sleeves and implement something for my needs, I figured
> I'd ask what's the status.
> 
> Thanks,
> 
> /Harri
> 
> 
> 
> _______________________________________________
> Qt-qml mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-qml
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to