diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/datastreamformat.doc | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
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 0929ad70a..4c3f393e2 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -95,7 +95,7 @@ and to read back into the same TQt integer type when reading. \row \i QBrush \i \list \i The brush style (TQ_UINT8) - \i The brush color (QColor) + \i The brush color (TQColor) \i If style is CustomPattern, the brush pixmap (QPixmap) \endlist \row \i QByteArray @@ -109,7 +109,7 @@ and to read back into the same TQt integer type when reading. \i The string bytes including the terminating 0 \endlist The null string is represented as \c {(TQ_UINT32) 0}. -\row \i \l QColor +\row \i \l TQColor \i \list \i RGB value serialized as a TQ_UINT32 \endlist \row \i QColorGroup \i \list @@ -151,7 +151,7 @@ and to read back into the same TQt integer type when reading. \i The weight (TQ_UINT8) \i The font bits (TQ_UINT8) \endlist -\row \i QImage +\row \i TQImage \i \list \i If the image is null a "null image" marker is saved; otherwise the image is saved in PNG or BMP format (depending @@ -174,7 +174,7 @@ and to read back into the same TQt integer type when reading. \i \list \i The pen styles (TQ_UINT8) \i The pen width (TQ_UINT8) - \i The pen color (QColor) + \i The pen color (TQColor) \endlist \row \i QPicture \i \list @@ -214,7 +214,7 @@ and to read back into the same TQt integer type when reading. \i width (TQ_INT32) \i height (TQ_INT32) \endlist -\row \i QString +\row \i TQString \i \list \i If the string is null: 0xffffffff (TQ_UINT32)<br> otherwise: The string length (TQ_UINT32) followed by the |