Move everything to QList before processing (
Qt Code:
  1. QList<T> fromStdList ( const std::list<T> & list )
To copy to clipboard, switch view to plain text mode 
) or reimplement QList to deal with stdlist or write your own one from scratch