QTextStream innen (&file);
doppelte Daten [100] [2];
für (int i=0; i<100; i++)
{
doppeltes x, y;
QString Inhalt;
QString content1;
in >> x >> y;
Inhalt = content.setNum (x);
content1=content1.setNum (y);
Daten [i] [0] =content.toDouble ();
Daten [i] [1] =content1.toDouble ();
in.readLine ();
}
|