PDA

View Full Version : how to download files in QWebView



mentalmushroom
19th August 2011, 10:28
I need to implement downloading feature in the web browser based on QWebView, but I can't find clear explanation on how it signals when a user initiates downloading something. As far as I understood downloadRequest is emitted only when you choose 'download link' in the popup menu, but not when you download via link. What signal should I process in order to detect downloading started? I thought of unsupportedContent, but how then should I disable processing it as a page?