How QGraphicsTextItem react to touches ??
Mobile and Embedded
2
Posts
2
Posters
987
Views
1
Watching
-
Dear all,
I'm a bit puzzled on how the QGraphicsTextItem react to touches.What I'm trying to do is to connect a slot to the linkActivated signal of QGraphicsTextItem.
The touches that arrives to QGraphicsTextItem are automatically converted to a mouse press event.
So, I suppose that setting the interaction flag to linksActivatedByMouse was enough.
But the QGraphicsTextItem does not send the linkActivated signal :-(
Maybe because it reacts only to mouse release event ?? or mouse double clicks ??Somebody knows how to activate a link into a QGraphicsTextItem when touched ??
Thanks,
Gianluca.