PDA

View Full Version : Problem with urlChanged signal



lucenty
9th August 2009, 14:29
Hi!

I have a problem with the webView's urlChanged signal.
My application has a webView component dropped on its main form; the webView's urlChanged signal is connected to slot method on_webView_urlChanged. When I run my app, I load a page (local html file) and on_webView_urlChanged is triggered. But it works only once. If I would change the page by clicking on any link or by using setUrl or load methods, it isn't triggered any more.
I've searched info on the web, but I didn't find any solution. Can somebody help me?

lucenty
9th August 2009, 14:40
Finally I've found: it's a bug of Qt: http://www.qtsoftware.com/developer/task-tracker/index_html?method=entry&id=232556.