Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 8

Qt-interest Archive, March 2002
click on QTextBrowser link signal


Message 1 in thread

hi,

I notice there is a QTextBrowser::highlighted signal, but it is emit when
user fly cursor over  the link. what I want instead is when user CLICK on
the link, i don't want QTextBrowser to retrieve the href. instead, i want it
to emit an signal, e.g. linkClicked( QString& ). how do I do this? (Qt
2.3.2)

thanks
ben