Qt-interest Archive, March 2002
click on QTextBrowser link signal
Message 1 in thread
- Subject: click on QTextBrowser link signal
- From: Ben Hui <bhui@xxxxxxx>
- Date: Thu, 21 Mar 2002 09:07:29 -0500
- Return-receipt-to: Ben Hui <bhui@724.com>
- To: QT-Interest <qt-interest@xxxxxxxxxxxxx>
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