PDA

View Full Version : QWebPage::linkClicked() is only emitted once



Lykurg
20th November 2008, 12:56
Hi,

I want to use links in an QWebPage to transmit operation to my application and not to browse around. Unfortunately I realized that QWebPage::linkClicked() is only emitted once even if you click the link twice...

How can I avoid that? (The signal should be emitted every time.)


Thanks
Lykurg