Capturing qwebview url after redirect
-
New to Qt. Need to get a substring of a url from a redirect I get after logging into a website. I don't quite 'get' control flow though I guess and am stumbling around. I've messed with connecting loadFinished to a slot with a test checking the url, but it seems to only trip the first instance of the webview loadFinished. multiple signals didnt seem to help. I tried to give a general idea of what I want to do, so maybe you could suggest a correct approach. Thanks.
-
I kept original post pretty general as I'm open in my methodologies, I have more specific code at http://stackoverflow.com/questions/25346044/qt-signals-slot-basic-control-flow-issue .