PDA

View Full Version : web access



ashwinibm
15th January 2010, 07:28
Hello,
I am trying to build an application in qt4 to access a website and send an sms
using the phone numbers stored in my database. i need to send many sms and i
want this to be automated.
how do i do this?
A small sample program to illustrate sending and retrieving information to and from a website would be helpful.
thanks
ashwini

wysota
15th January 2010, 10:27
QNetworkAccessManager - all the examples you need are there.