MSI files downloaded using qwebpage
-
Hi everyone,
I've implemented a browser using qgraphicswebview and qml for an embedded device. I've also implemented my own downloader manager that works very well. The only problem for now is when I try to download a ".msi" file. In this case the "unsupportedContent" signal is never emitted and so the binary content is opened in the browser page (ouch!).
How can I tell qwebkit that msi files are not supported?
Thank you!P.S : I'm using qt 4.7.2.
mrA