PDA

View Full Version : QWebView



ivi2501
29th December 2008, 12:40
I create simple application for awebquote.com site.
Simple application for show new services and other.
Problem:

I create interface based on QWebView and HTML
all butons is images in DIV boxes. When user click on image (all images is links)
for sample

<div id="buttonRun"><a href="run.cmd"><img src="img/run.png" border="0"></a></div>
But when I click on image image get border.

Question: how i can change focus for other element for sample.

wysota
30th December 2008, 12:57
You can only use injected javascript code for that but I'm not sure why you would want to do that at all. It might be easier to disable focus for the whole webview widget at all. Or maybe I don't understand the problem :) I can't replicate it on my system...