I'm try use to use QMimeData to pass a list of pointers of a custom defined class, such like
Qt Code:
  1. QList<MyClass *>
To copy to clipboard, switch view to plain text mode 
in drag and drop.

I think I shuold use the setData() funtion of QMimeData, but I have no idea how to put the list into it.

Thanks in advance.