Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
please, could someone write the function to put in a QList all the SMS, please?
QList<QString> SMSbyOnePerson = ...(); or QList<QString> allSMS = ...();
and then, how to extract the sender's name and the text, the our, etc, please?
Have you looked into Messaging module in Qt Mobility? If it is possible with Qt it should be there.
no, i did not look... however, how do you usually obtain all the sms?
Either by using Qt Mobility or the platform specific API. I would really suggest you have a look at Qt Mobility, before posting further questions.