On Tuesday 27 April 2010 04:32:17 Mark Summerfield wrote: > (...) > I think there's confusion here between QTextStream and QDataStream. I > personally haven't looked at QTextStream since I can't see any reason to > use it compared with Python's own facilities. However, QDataStream is a > different matter since that makes it possible to read/write formats that > can be read/written by C++/Qt programs, so getting it right is > important.
You can write on QIODevices using QTextStream, but you can also do it without QTextStream, hehehe, so it's useless. -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
