PDA

View Full Version : How to load CHM file in Qt webview?



Gokulnathvc
22nd January 2016, 06:14
How to load CHM file in Qt webview? I would like to load chm file in qt web view and load particular html page on button click. or is there any other way to load chm file.

anda_skoa
22nd January 2016, 10:43
You will need to extract the HTML from the CHM somehow.
Either by using a library and then loading the extracted HTML into the Webview, or by finding a JavaScript library that can do that inside the Webview.

Cheers,
_