PDA

View Full Version : set focus on a link in webView



punit.doshi.85
18th September 2008, 06:41
Hi all,

i am loading a webpage in a webview in qt 4.4 using seturl() function.

this web page has several links on it.

So can anyone let me know, as to how to directly set the focus on this links n not on webView ? are there any in-built Qt functions to do this ???

please let me know, as its urgent.
thanks a lot.

Punit.

jpn
22nd September 2008, 07:02
Try QWidget::focusNextChild().