QWebEnginePage ( Missing Signals)
-
Hi, I'm pretty sure that the answer is in some place on the Internet, but I can't find it, so I ask here .
I'm trying to move my QWebKit application to QWebEngine. Here 's the problem, I'm unable to find the successor of the 'downloadRequested' and 'unsupportedContent' signals, which, I'm sure you agree, are very useful....
I tested somes Qt Examples (like Fancy Browser) and I'm glad to see that they don't use it.
So my question is, when are we able to use it ?
Thank you in advance.