Details
-
Suggestion
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.4.3
-
None
Description
The Qt Quick version of WebEngine has a `loadingChanged` signal, which provides valuable information about a server's response to a loading event.
https://doc.qt.io/qt-6/qml-qtwebengine-webengineview.html#loadingChanged-signal
However, the Widget version of WebEngine does not have this signal, or any other way to access this information that I can see.
https://doc.qt.io/qt-6/qwebengineview.html
Would it be possible to add this feature to the Widget version of WebEngine?