QNetworkProxy.setApplicationProxy BUG
Unsolved
QtWebEngine
-
pyside 6.6
windows11After setting QNetworkProxy.setApplicationProxy(proxy), the downloadRequested signal of QWebEngineProfile.defaultProfile() will appear to be abnormal. The file will only prompt for saving after it has been downloaded. If no proxy is set, the file saving dialog will pop up directly. Is there any method to solve this?