Get strings from a QStringList
-
wrote on 20 Sept 2013, 06:31 last edited by
hi
i have a QStringList wich has some strings in it.
i want to get its strings and qDebug them.
how can i do that?
thanks -
dude...you should really learn to read the "docs":http://qt-project.org/doc/qt-5.1/qtdoc/index.html.
Especially for such essential tasks. -
Iterate over the QStringList and assign it to QString
"QStringList":http://qt-project.org/doc/qt-4.7/qstringlist.html
1/3