first of all thx a lot for the quick reply,
i've tried the QStringList list = line.split(" "), but when i leave a space between " " i get the following Debug Error:
Unbenannt.pngUnbenannt.pngUnbenannt.png
when i write QStringList list = line.split("") without a space, and then write for example list.at(2), i get (.) which is the comma in 0.724928 and when i write for example list.at(5), i get 4 which is the fifth chracter in 0.724928 .
can you tell me please, where i'm going wrong
Bookmarks