tags:

views:

11

answers:

0

Actualy, i have different tabs. what I wanted to achieve is, - user clicked a link from tab 1 - and it will immediately display QTextBrowser in tab 2, at the html anchor i set.

Is there a way of doing this?

I've managed to switch tab by using tabWidget.setCurrentWidget() now the question is, how to set the focus to the desired html anchor place of the QTextBrowser.

Thanks in advance.