hi,
I'm trying to use the following code to iterate the QString List but i'm getting error.
here list is of type QStringList

Qt Code:
  1. for (int i = 0; i < list.size(); ++i)
  2. QString element=list.at(i).toLocal8Bit().constData() << endl;
To copy to clipboard, switch view to plain text mode