is the webpage is in a qwebview or you are using qnetworkacess to make http requests is quite easy...
just parse the html and get that part...
frame=page.mainFrame();
and then QWebElement to parse.
Download the image... and show to the user.
is you are trying to get the captcha from an external browser (ie, etc)... that's much more more more complicated.




Reply With Quote
Bookmarks