I need to implement copying and pasting the contents of a QGraphicsView, and/or just the selected QGraphicsItems. If anyone has any suggestions or pointers as to how to do this, I would appreciate hearing about it. I think I am going to need to implement a custom mime type to put this stuff on the clipboard. My QGraphicsItems are all overridden non-standard items, and I guess each one should have it's own copy method.

If someone could point me at some sample code, or offer some starting suggestions, I would appreciate it.