diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/datastreamformat.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index b4c678eb7..7862c79db 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -85,7 +85,7 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <tr bgcolor="#f0f0f0"> <td valign="top">TQBrush <td valign="top"><ul> <li> The brush style (TQ_UINT8) -<li> The brush color (<a href="ntqcolor.html">TQColor</a>) +<li> The brush color (<a href="tqcolor.html">TQColor</a>) <li> If style is CustomPattern, the brush pixmap (<a href="ntqpixmap.html">TQPixmap</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQByteArray @@ -99,11 +99,11 @@ The null string is represented as <tt>(TQ_UINT32) 0</tt>. <li> The string bytes including the terminating 0 </ul> The null string is represented as <tt>(TQ_UINT32) 0</tt>. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcolor.html">TQColor</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqcolor.html">TQColor</a> <td valign="top"><ul><li> RGB value serialized as a TQ_UINT32 </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQColorGroup <td valign="top"><ul> -<li> foreground (<a href="ntqbrush.html">TQBrush</a>) +<li> foreground (<a href="tqbrush.html">TQBrush</a>) <li> button (TQBrush) <li> light (TQBrush) <li> midLight (TQBrush) @@ -156,7 +156,7 @@ that. </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPalette <td valign="top"><ul> -<li> active (<a href="qcolorgroup.html">TQColorGroup</a>) +<li> active (<a href="tqcolorgroup.html">TQColorGroup</a>) <li> disabled (TQColorGroup) <li> inactive (TQColorGroup) </ul> @@ -164,7 +164,7 @@ that. <td valign="top"><ul> <li> The pen styles (TQ_UINT8) <li> The pen width (TQ_UINT8) -<li> The pen color (<a href="ntqcolor.html">TQColor</a>) +<li> The pen color (<a href="tqcolor.html">TQColor</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPicture <td valign="top"><ul> |