ext Mihail Naydenov skrev: > Right now neither of these trigger itemChange(). > > Is this "normal"? > >
This is a behavioral change which was required for some optimizations in QGraphicsView. From changes-4.6.0: "d) QGraphicsItem no longer calls itemChange() for position and transformation changes. If you want to receive notifications for changes to the item's position and transformation, you can set the flag QGraphicsItem::ItemSendsGeometryChanges (which is enabled by default by QGraphicsWidget and QGraphicsProxyWidget)." -- Eskil _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
