hi, i wish to know if it is possible to have some information from the webview after the load method is isuued, such as the item it currently loads, the server to which it is conected,...
hi, i wish to know if it is possible to have some information from the webview after the load method is isuued, such as the item it currently loads, the server to which it is conected,...
thanks, but still a trouble, which method shall i use in QWebPage::networkAccessManager()
You can either attach to the finished() signal or subclass QNAM and reimplement its createRequest() method depending whether you need the information after the request has finished or when it is starting.
the later one seems the right one for my purpose, but i cannot see the createRequest() method in QNAM class refference, and i even have no i idear of what i will add to that method since i have been looking around QNAM class refference all the day i have not found anything straightforward on what the webview is currently loading or where it is connected...
More help, please
the later one seems the right one for my purpose, but i cannot see the createRequest() method in QNAM class refference, and i even have no i idear of what i will add to that method since i have been looking around QNAM class refference all the day i have not found anything straightforward on what the webview is currently loading or where it is connected...
More help, please
Apparently you're not looking hard enough.
Implement some mechanism for notifying yourself a particular request has just been created.and i even have no i idear of what i will add to that method
Do you understand what QNetworkAccessManager is and how QWebPage makes use of it?since i have been looking around QNAM class refference all the day i have not found anything straightforward on what the webview is currently loading or where it is connected...
yes i do, i will look at it again a bit closely!
Bookmarks