list - Swipe to delete in QML -
is possible delete items listview in qml on webos, i.e. after swiping entry there's "cancel" , "delete".
i'd use qt 4.7 (so qtquick 1.1)
there no default component in qtquick can handle gesture signals. there qt labs project introduced gesturearea may want. not pacakged qtquick 1.1 , unsure current status feel free give try. http://blog.qt.digia.com/blog/2010/10/05/getting-in-touch-with-qt-quick-gestures-and-qml/ otherwise, there no qml solution although qt have gesture programming support http://qt-project.org/doc/qt-4.7/gestures-overview.html
Comments
Post a Comment