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/ntqheader.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/ntqheader.html')
-rw-r--r-- | doc/html/ntqheader.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html index 47f29c363..040f7fc71 100644 --- a/doc/html/ntqheader.html +++ b/doc/html/ntqheader.html @@ -366,13 +366,13 @@ See the <a href="ntqheader.html#offset-prop">"offset"</a> property for details. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const </h3><p>Returns the header's orientation. See the <a href="ntqheader.html#orientation-prop">"orientation"</a> property for details. -<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="ntqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> </h3> Paints the section at position <em>index</em>, inside rectangle <em>fr</em> (which uses widget coordinates) using painter <em>p</em>. <p> Calls <a href="#paintSectionLabel">paintSectionLabel</a>(). -<h3 class=fn>void <a name="paintSectionLabel"></a>TQHeader::paintSectionLabel ( <a href="ntqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintSectionLabel"></a>TQHeader::paintSectionLabel ( <a href="tqpainter.html">TQPainter</a> * p, int index, const <a href="ntqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> </h3> Paints the label of the section at position <em>index</em>, inside rectangle <em>fr</em> (which uses widget coordinates) using painter <em>p</em>. |