meazza,

you see my solution. I posted the code. That worked.
I derived from QGraphicsProxyWidget and in the constructor, I did
Qt Code:
  1. setFlag(ItemIsMovable);
  2. setFlag(ItemIsSelectable);
To copy to clipboard, switch view to plain text mode 

It's some time ago and I don't remember all the details.

Regards,

Rainer