[Qt-qml] GestureArea progress?
martin.jones at nokia.com
martin.jones at nokia.com
Thu Dec 1 00:29:43 CET 2011
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: qt-qml-bounces+martin.jones=nokia.com at qt.nokia.com [mailto:qt-
> qml-bounces+martin.jones=nokia.com at qt.nokia.com] On Behalf Of ext
> Harri Pasanen
> Sent: Tuesday, November 29, 2011 8:24 PM
> To: qt-qml at qt.nokia.com
> 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
> Qt-qml at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-qml
More information about the Qt-qml
mailing list