Hi everybody! I need a little example about moving a picture or any object inside a QGraphicsScene Widget. The object or picture must be a GraphicsItem.

I tried with the examples of Qt4 Demo but I am looking for something simple.
I am developing an application where I use QGraphicsView, QGraphicsScene and QGraphicsItem, then I need to drag and drop the QGraphicsItem around the scene, but I don't find the way to do that.

Regards!