PDA

View Full Version : QGraphicsTextItem hover links



minimoog
10th July 2009, 14:52
I have QGraphicsTextItem with html text and some external (web) links in the html.

When hovering above links with mouse pointer, mouse pointer doesn't change to standard hand pointer.

Is this a bug? If it's not, how to do it?

Thanks in advance,
Toni

wysota
10th July 2009, 17:18
Do you have Qt::LinksAccessibleByMouse interaction flag enabled?

minimoog
10th July 2009, 20:23
Yes. Qt::TextBrowserInteraction is enabled.