On Friday 05 June 2009 21:33, dudekks...@gmail.com wrote:
> On 1 Cze, 22:05, David Boddie wrote:
>> I experimented a little and added an example to the PyQt Wiki:
>>
>> http://www.diotavelli.net/PyQtWiki/Usinga Custom Protocol with QtWebKit
>>
>> I hope it helps to get you started with your own
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
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 external links (out of my host) and links
> starting
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
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 Javascript
> my procedure receives QUrl from linkC
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