I have a GraphicsScene with a bunch of GraphicsItems that can be dragged around in the scene.

This is what I want to do....

Suppose I click the GrahicsItem and drag it to a new location...right when i RELEASE the mouse's left click(to drop it)...I want to run a function..

(In case you were curious of my project..it is a chess project..I want to run the function to center the pieces every time I release the mouse click.)

Thanks