My guess is, that QSettings will read a line until it encounters some sort of what it considers to be an end of line, maybe ';' or maybe it only looks for alpha numerics, so the next ',' stops it...
At least you know what the problem is, that usually is half of the solution.
Now you can subclass QSettings, and adjust it to handle such lines too.
how do i adjust QSettings to handle such lines too?
Bookmarks