download file from qwebkit at pyqt

前端 未结 1 1483
南方客
南方客 2020-12-22 05:58

all. I use qwebkit pyqt4 for implementation of the browser. I have a trivial code to render the page. I can surf the web sites, but i can\'t download anything from it.

相关标签:
1条回答
  • 2020-12-22 06:08

    Connect a handler to the downloadRequested signal of the webview's page, and then use the page's networkAccessManager to process the request.

    0 讨论(0)
提交回复
热议问题