PDA

View Full Version : Qt is there any container that returns its valuse as comma seperated string?



umen
30th April 2011, 14:40
In Qt does one of the containers can give me the options to return comma seperated string as from its values?

Zlatomir
30th April 2011, 14:43
QStringList, see the join (http://doc.qt.nokia.com/latest/qstringlist.html#join) member function.