i don't know how to create a new iap in qt 4.7. for example ,in symbian ,we can use Class CCommsDbTableView etc. to create new iap, such as cmwap, but now , in qt4.7 and Qt Mobility 1.0.2 API, i can't get it . anybody can help me ? thx.
i don't know how to create a new iap in qt 4.7. for example ,in symbian ,we can use Class CCommsDbTableView etc. to create new iap, such as cmwap, but now , in qt4.7 and Qt Mobility 1.0.2 API, i can't get it . anybody can help me ? thx.
For Qt mobility see this document : http://doc.qt.nokia.com/qtmobility-1...anagement.html
And for Qt 4.7 check in this article : http://doc.trolltech.com/4.7/qnetworksession.html
I hope you will get it.
Best regards,
thanks for your help.
but , it doesn't work , Bearer Management and QNetworkConfiguration are used for getting iap info or determining which Internet access point is used , now , we need creating a new iap, the most important point is setting the proxy ip , for example , cmwap is 10.0.0.172 ,
i think we can set the proxy ip in http request head , let's try it