[Qt-interest] [Qt4.4.3][SOLVED] Webkit Problem with linkClicked and urlChanged signals
Stephan Rose
kermos at somrek.net
Fri Jan 9 23:52:22 CET 2009
On Fri, 2009-01-09 at 12:37 +0100, Daniel Vérité wrote:
> Stephan Rose writes
>
> > This generated page also contains links to allow the user to interact
> > with the content of the page. However, when the user clicks any of
> the
> > links neither the linkClicked event or urlChanged signals are
> emitted.
>
> > Anyone have any idea what might be wrong?
>
> No but FWIW, linkClicked() works for me as expected, with link
> delegation policy set to DelegateAllLinks.
>
Found the issue. When calling setHtml() I wasn't setting a base URL.
Didn't think I needed one, particularly since the parameter has a
default value.
After making up a base URL it works perfectly.
Thanks,
Stephan
More information about the Qt-interest-old
mailing list