PDA

View Full Version : Qt classes for PDU conversion



gfernandes
4th March 2014, 10:34
Hi,

Is there any classes provided by Qt to convert a string to PDU format? I saw some class called QSMSMessage Link (http://doc.qt.digia.com/qtextended4.4/qsmsmessage.html#details)

But when i tried including the file, it could not find it. Is there any other classes that I could use in Qt for PDU conversion to send SMS?

Any help is appreciated.

Thank you

ChrisW67
6th March 2014, 04:23
QSMSMessage was part of Qt Extended (formerly Qtopia) which was discontinued a long while back. There are no SMS related classes in mainstream Qt that I am aware of.

There seem to be plenty of C++ PDU libraries and code snippets with various licences in your favourite search engine.