The QTextOStream class is a convenience class for output streams. More...
#include <QTextOStream>
This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.
Inherits: QTextStream.
Note: All functions in this class are reentrant.
QTextOStream ( QString * string ) | |
QTextOStream ( QByteArray * byteArray ) | |
QTextOStream ( FILE * file ) |
The QTextOStream class is a convenience class for output streams.
Use QTextStream instead.
Use QTextStream(&string, QIODevice::WriteOnly) instead.
Use QTextStream(&byteArray, QIODevice::WriteOnly) instead.
Use QTextStream(file, QIODevice::WriteOnly) instead.