-
Bug
-
Resolution: Done
-
P4: Low
-
4.6.1
-
None
-
2b7e46886d7a77257b64823e959bd8d8a007380d
In http://doc.trolltech.com/4.6/qgraphicsitem.html#GraphicsItemChange-enum you can read
************
enum QGraphicsItem::GraphicsItemChange
ItemVisibleHasChanged, ItemEnabledHasChanged, ItemSelectedHasChanged, ItemParentHasChanged, ItemSceneHasChanged
This enum describes the state changes that are notified by QGraphicsItem::itemChange(). The notifications are sent as the state changes, and in some cases, adjustments can be made (see the documentation for each change for details).
************
I think the "ItemVisibleHasChanged, ItemEnabledHasChanged, ItemSelectedHasChanged, ItemParentHasChanged, ItemSceneHasChanged" do not make any sense there.