PDA

View Full Version : QWebview's links



TejWC
29th June 2008, 20:58
Hi, any help with this will be appreciated.

I want to make an array of hyperlinks from a given QWebpage. However, it doesn't seem like there is any way for me to get either the list of available links or even the html text. It feels like I only option I have is to load the page twice (one to parse out the links and another for the QWebpage) which will really suck for the end user. Does anybody have a better way to tackle this problem? Thanks.

jpn
6th July 2008, 19:37
Use a regular expression to pick all hyperlinks?