diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/datastreamformat.doc | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/datastreamformat.doc')
-rw-r--r-- | doc/datastreamformat.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index f47ed415f..27005bc21 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Documentation of the Format of the QDataStream operators +** Documentation of the Format of the TQDataStream operators ** ** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. ** @@ -39,10 +39,10 @@ /*! \page datastreamformat.html -\title Format of the QDataStream Operators +\title Format of the TQDataStream Operators -The \l QDataStream allows you to serialize some of the TQt data types. -The table below lists the data types that QDataStream can serialize +The \l TQDataStream allows you to serialize some of the TQt data types. +The table below lists the data types that TQDataStream can serialize and how they are represented. It is best to always cast integers to a TQt integer type when writing, @@ -156,7 +156,7 @@ and to read back into the same TQt integer type when reading. \i If the image is null a "null image" marker is saved; otherwise the image is saved in PNG or BMP format (depending on the stream version). If you want control of the format, - stream the image into a QBuffer (using TQImageIO) and stream + stream the image into a TQBuffer (using TQImageIO) and stream that. \endlist \row \i TQMap |