[Qt-interest] QWebView local image problem
Strahinja Markovic
strahinja.markovic at gmail.com
Fri Dec 25 16:41:15 CET 2009
Dominic Stalder wrote:
> When I specify the baseUrl, the links of the QHelpContentWidget don't
> work anymore and it always shows the top of the page.
The links on that page are probably absolute, instead of relative. You can't
mix both here. Either use absolute links to everything (images and other
HTML pages) and then you don't need to specify a baseUrl, or use relative
links and then you do.
But you can't have it both ways.
Sincerely,
Strahinja Markovic
More information about the Qt-interest-old
mailing list