Hi, I have a QList like this:
QList<QString> list;
list << "town" << "country" << "name" << "surname" << "car";
Qt Code:
for(int i=0;i<list.size();i++) { //what do I have to put in here in order to output the list (every element) with a " " between them }To copy to clipboard, switch view to plain text mode
Bookmarks