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