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
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
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