Hi All,
I'm new on qt development. Actually this is my 5th day about itMy target is too simple. i need to load a url but not on the external nokia browser. i need to launch it on internal qtbrowser.
#include <QtGui>
#include <QDesktopServices>
#include <QUrl>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QDesktopServices:penUrl(QUrl("http://stage.kangurum.com.tr/migrosmobile/qt/home.do?isQt=yes"));
return app.exec();
}
I found this code but i think this lauches the external browser. its not for me. I have a N8 device and it should work on it. please help me i need it in 2 days.

My target is too simple. i need to load a url but not on the external nokia browser. i need to launch it on internal qtbrowser.
penUrl(QUrl("http://stage.kangurum.com.tr/migrosmobile/qt/home.do?isQt=yes"));
Reply With Quote
i got memory warning errors and then program shutdowns itself :S

