Hey guys, I find a way, but I don't know if it's the best, anyway I did the following:

Qt Code:
  1. QVariant tempAge( listSE->getNode(i)->getData().getAge());
  2. QString age( tempAge.toString() );
To copy to clipboard, switch view to plain text mode 

Is there another way to do this?
thanks!!!