Re: PyQt4 + WebKit

2009-06-05 Thread dudekksoft
On 1 Cze, 22:05, David Boddie wrote: > On Monday 01 June 2009 16:16, dudekks...@gmail.com wrote: > > > On 31 Maj, 02:32, David Boddie wrote: > >> So, you only want to handle certain links, and pass on to WebKit those > >> which you can't handle? Is that correct? > > > Yes, I want to handle extern

Re: PyQt4 + WebKit

2009-06-01 Thread dudekksoft
On 31 Maj, 02:32, David Boddie wrote: > On Saturday 30 May 2009 17:39, dudekks...@gmail.com wrote: > > > I need to grab clicked links in QWebView. Everything is fine when I > > use linkClicked() signal. LinkDelegationPolicy is set to > > DelegateAllLinks and there is a problem. If some site has Ja

PyQt4 + WebKit

2009-05-30 Thread dudekksoft
Hello, I need to grab clicked links in QWebView. Everything is fine when I use linkClicked() signal. LinkDelegationPolicy is set to DelegateAllLinks and there is a problem. If some site has Javascript my procedure receives QUrl from linkClicked, next calls: webView.setUrl(url) #Where "url" is rec