Cookies
-
any chance you could show me a bit of sample code that i would have to use to get it working? It's the last problem I have before i can get my program actually off the ground, because currently it would take just over an hour to login to all of the frames, because the site forces a 5 minute delay between logins to the same account, meaning you have to wait between logging in in each frame, and that's just not very practical.
-
And i do have the source code of Arora, the problem is, it dynamically creates the webview's where-as i already have all of the web views. The sourcecode of arora has actually been useful though, as it has helped me solve some of the problems i've encountered.
-
Quick and dirty?
@
QNetworkAccessManager *const networkAccessManager = new QNetworkAccessManager(this);
ui->Login_Main->page()->setNetworkAccessManager(networkAccessManager);
ui->Advnt_Main->page()->setNetworkAccessManager(networkAccessManager);
@etc.
[edit: added code tag / chetankjain]
-
THANK YOU!!!!!!!!!!!!!!!!!!!!!!!