PDA

View Full Version : Read delimited Lines in a file



mourad
18th April 2008, 15:20
Hello everybody, I've a file that contains some of data delimited by ";". I want to read every line and put it in QStringList.
Does anyone have an idea how read these data.
Best Regards.
Mourad.

wysota
19th April 2008, 09:18
QIODevice::readLine() or QTextStream::readLine() and QStringList::split().