PDA

View Full Version : QTextEdit issues



vijay anandh
18th July 2006, 08:34
Hi

I am displaying one link in the QTextEdit control using setHtml method. It coming properly with blue color text underlined like coming in web pages. But I cant do anything. The mouse cursor should change when i move on the link. I should open that link. Its not possible. Its just displaying link

What can i do

Thanks and regards
vijay

AP.Sakkthivel
18th July 2006, 09:00
In Qt 3, You need to implement every thing using
signals which you got when you do mouse over or click.

Regards