Hi, Are there any signals in the GraphicsView framework telling weather an item has been moved ? Setting the QGraphicsItem.GraphicsItemFlag.ItemIsMovable flag makes it movable but how do I get the new coordinates after the user has moved the item ? -=Børge