Hi,
if I set Qt::ItemIgnoresTransformations flag to true for a qgraphicsitem viewed in Qt 4.3.1, whenever the qgraphicsview's view matrix is changed, the selectable area of the item becomes proportionless to its pixels on the screen. (e.g. the user can not select the item from the area covering its pixels on the viewport, in zooming case, the selectable area becomes so small). Is this the expected behavior from setting Qt::ItemIgnoresTransformations flag to true in qgraphicsitem class?
Thanks
Bookmarks