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/html/datastreamformat.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.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/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index 8a8943dc0..b4c678eb7 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } -<p> The <a href="ntqdatastream.html">TQDataStream</a> allows you to serialize some of the TQt data types. -The table below lists the data types that <a href="ntqdatastream.html">TQDataStream</a> can serialize +<p> The <a href="tqdatastream.html">TQDataStream</a> allows you to serialize some of the TQt data types. +The table below lists the data types that <a href="tqdatastream.html">TQDataStream</a> can serialize and how they are represented. <p> It is best to always cast integers to a TQt integer type when writing, and to read back into the same TQt integer type when reading. @@ -146,7 +146,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <li> 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 <a href="ntqbuffer.html">TQBuffer</a> (using <a href="tqimageio.html">TQImageIO</a>) and stream +stream the image into a <a href="tqbuffer.html">TQBuffer</a> (using <a href="tqimageio.html">TQImageIO</a>) and stream that. </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQMap |