Another thing which came to my mind is that maybe you can use QString::split() and QStringList::join():
Qt Code:
// this should give result = "This_is_number_99"To copy to clipboard, switch view to plain text mode
Another thing which came to my mind is that maybe you can use QString::split() and QStringList::join():
Qt Code:
// this should give result = "This_is_number_99"To copy to clipboard, switch view to plain text mode
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
PLUS (29th January 2010)
Bookmarks