thx wysota.
QTextStream slove my 1st problem in writing text to a file.
i apply it in writing a picture file with QDataStream.QFile file(filename);
file.open(QIODevice::WriteOnly);
QTextStream textstream(&file);
textstream << text;
but nothing appear in the picture file.
wat should i do?
Bookmarks