[Qt-interest] [Qt4.4.3] Webkit Problem with linkClicked and urlChanged signals
Stephan Rose
kermos at somrek.net
Thu Jan 8 21:26:01 CET 2009
I'm using a QWebView to show some customized data to the user in my application. The "webpage" being shown doesn't actually exist anywhere, it is on the fly generated HTML set via the setHtml function.
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.
Since the links just point to information my application can understand and not actual files, the view obviously can't load any files and the page just turns blank when the user clicks on one of the links.
I've tried both with and without setLinkDelegationPolicy(QWebPage::DelegateAllLinks), no difference either way.
Anyone have any idea what might be wrong?
Thanks,
Stephan
More information about the Qt-interest-old
mailing list