Re: [Interest] Getting response from external web page

2016-05-02 Thread Larry Martell
On Mon, May 2, 2016 at 5:07 PM, Jérôme Godbout wrote: > Hi, > Just an idea, after you submit, does the web page change url? maybe you > could change it if possible, that would help you know the submit is > completed via urlChanged() signal. > > Not sure which version of Qt, but if you can move to

Re: [Interest] Getting response from external web page

2016-05-02 Thread Jérôme Godbout
Hi, Just an idea, after you submit, does the web page change url? maybe you could change it if possible, that would help you know the submit is completed via urlChanged() signal. Not sure which version of Qt, but if you can move to qwebengineview http://doc.qt.io/qt-5/qwebengineview.html The web

[Interest] Getting response from external web page

2016-05-02 Thread Larry Martell
I have a situation where I want to bring up a web page that the user will interact with, and when they click on a submit button a response is sent, and I want to get that response in my Qt program and then destroy the view with the page. I am able to bring up the page like this: Dialog.resize(15