Sms received in qml and qt
-
Looks like there is no direct way to do it in QML but you can use
Qt Mobility Messaging API
http://doc.qt.nokia.com/qtmobility/qmessagemanager.html#messageAdded
This signal seems to be emitted when ever a new message is added to the message store. I never used it, you can try it out.