Qml with TouchArea
Mobile and Embedded
3
Posts
2
Posters
3.6k
Views
1
Watching
-
wrote on 9 Aug 2011, 12:04 last edited by
i downloaded the TouchArea project from http://qt.gitorious.org/qt-labs/qml-toucharea/trees/master
and i trying to understand the examples in this project. i tried to get the same event as MouseArea gives.
i couldn't find out the use of this class...
i need to create a touch area support on the target, because the MouseArea does not support all the cases(it gaves a very lame support). i will be very happy to get some ideas... -
wrote on 9 Aug 2011, 13:01 last edited by
"this thread":http://developer.qt.nokia.com/forums/viewthread/7700 might help
-
wrote on 9 Aug 2011, 13:23 last edited by
but how can i get the events(signals) from this class like MouseArea give?
onClicked, ondoubleClicked,....
and how can i get the both signals(1. from touch, 2. from mouse)?
1/3