Hi,
I have overriden a class from QGraphicsItem in Qt4.4.0. In that class, i have overriden the function
contains(const QPointF& a_point) . This contains(const QPointF& a_point) function was overriden for selecting of the item. So when i move the mouse over the graphicsItem, that function should get called.
I have seen that with Qt4.4.0, the contains(const QPointF& a_point) function is not getting called, whereas with Qt4.2.2 , the contains(const QPointF& a_point) function is getting called.
Please let me know if anybody knows the answer .
Bookmarks