Hi, i am just new to QT and i just want to create a code for making a telephone call, but i am not able to get the way out of what API's to make use of. can i get any sort of help, in order to solve it out.
Hi, i am just new to QT and i just want to create a code for making a telephone call, but i am not able to get the way out of what API's to make use of. can i get any sort of help, in order to solve it out.
There is no Telephony API at the moment neither in Qt nor in Qt Mobility. There is deprecated Mobile Extensions API, which is available for Symbian platform only.
http://wiki.forum.nokia.com/index.php/Mobile_Extensions
Search for XQTelephony
But Divanov.....XQTelephony Qt Mobility Extensions has been stoped for delopment.... so i think for this i cant have any alternative for time bieng....
It's wrong to say that you don't have alternatives, it would be correct to say that you don't have good alternatives.
dear mallik,
please find the link to make a call using Qt
http://wiki.forum.nokia.com/index.ph...one_call_in_Qt
I've just used native symbian code mixed with qt code. It's easy, see here:
http://stackoverflow.com/questions/3...-with-qt-4-6-3