QML Touch screen feature
-
I have developed my whole GUI in qt qml. now I have created a c++ project in qt only and then from that project i am opening my qml files by using QDeclarativeView. On desktop it is working fine but when I load this whole application on touch screen device then at that time GUI diaplay is coming but when touching the screen nothing is happening. Do I need to add some extra code in QML code so that touch screen should work??? If anybody have any example of such thing then please help me.