Convert QList<int> to QString
-
Hi,
At the moment i am working on my first big project. But now i'm stuck, i need to convert a QList<int> to a QString. The String should be like this: "int,int,int,int". I need to convert it for saving the list in a database. I tried it with a QListIterator, but it doesnt work. Hope u understand what i mean;)