Hi!

I try to read data from a table, each field is read as QString. One of the fields in the table has data stored in several lines (it's number is not known). How can I read that field's value line by line and stored each line in QString? I found readLine(), but I can not use it for QString stored data...

Regards,
Luka