[Qt-qml] GestureArea progress?

Harri Pasanen harri at mpaja.com
Tue Nov 29 11:23:41 CET 2011


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





More information about the Qt-qml mailing list