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/datastreamformat.doc | |
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/datastreamformat.doc')
-rw-r--r-- | doc/datastreamformat.doc | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index 27005bc21..6562be025 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -92,7 +92,7 @@ and to read back into the same TQt integer type when reading. \i The array size (TQ_UINT32) \i The array bits, i.e. (size + 7)/8 bytes \endlist -\row \i QBrush +\row \i TQBrush \i \list \i The brush style (TQ_UINT8) \i The brush color (TQColor) @@ -111,22 +111,22 @@ and to read back into the same TQt integer type when reading. The null string is represented as \c {(TQ_UINT32) 0}. \row \i \l TQColor \i \list \i RGB value serialized as a TQ_UINT32 \endlist -\row \i QColorGroup - \i \list - \i foreground (QBrush) - \i button (QBrush) - \i light (QBrush) - \i midLight (QBrush) - \i dark (QBrush) - \i mid (QBrush) - \i text (QBrush) - \i brightText (QBrush) - \i ButtonText (QBrush) - \i base (QBrush) - \i background (QBrush) - \i shadow (QBrush) - \i highlight (QBrush) - \i highlightedText (QBrush) +\row \i TQColorGroup + \i \list + \i foreground (TQBrush) + \i button (TQBrush) + \i light (TQBrush) + \i midLight (TQBrush) + \i dark (TQBrush) + \i mid (TQBrush) + \i text (TQBrush) + \i brightText (TQBrush) + \i ButtonText (TQBrush) + \i base (TQBrush) + \i background (TQBrush) + \i shadow (TQBrush) + \i highlight (TQBrush) + \i highlightedText (TQBrush) \endlist \row \i QCursor \i \list @@ -142,7 +142,7 @@ and to read back into the same TQt integer type when reading. \i Date (TQDate) \i Time (TQTime) \endlist -\row \i QFont +\row \i TQFont \i \list \i The family (TQCString) \i The point size (TQ_INT16) @@ -166,9 +166,9 @@ and to read back into the same TQt integer type when reading. \endlist \row \i QPalette \i \list - \i active (QColorGroup) - \i disabled (QColorGroup) - \i inactive (QColorGroup) + \i active (TQColorGroup) + \i disabled (TQColorGroup) + \i inactive (TQColorGroup) \endlist \row \i QPen \i \list |