Let me ask a question: How long do you deal with C++? And to your problem: What's the difference between
Qt Code:
  1. str.split(...);
To copy to clipboard, switch view to plain text mode 
and
Qt Code:
  1. QStringList::split(...);
To copy to clipboard, switch view to plain text mode 
?