Hi,

I would like to use QTextBrowser to display html help in application.
In the reference I found that this widget provide basic html support with
navigation - exactly what I need. Unfortunately I was unable to make it work.
Using setSource(path..) doesn't work - resulting in empty TextBrowser and msg:
TextBrowser: No Document: path_to_doc

i tried also setHtml(contnet_of_html_file) but this method doesn't load
images (i don't want to use Qt resources mechanism - my component has
to be able to open any local html file)

I know that there are a lot of posts about this (or similar) problem. I've read
most of them (I gave up after reading ~30 topics) and i've not found a solution
that works ( or clear statement that it won't work at all).

I would be grateful for any hint

Best regards,

mirag