summaryrefslogtreecommitdiffstats
path: root/doc/html/tqheader.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqheader.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqheader.html')
-rw-r--r--doc/html/tqheader.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqheader.html b/doc/html/tqheader.html
index 48d74a080..d9f772130 100644
--- a/doc/html/tqheader.html
+++ b/doc/html/tqheader.html
@@ -363,7 +363,7 @@ is displayed at the index <em>fromIndex</em> to the index <em>toIndex</em>.
<h3 class=fn>int <a name="offset"></a>TQHeader::offset () const
</h3><p>Returns the header's left-most (or top-most) visible pixel.
See the <a href="tqheader.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 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const
</h3><p>Returns the header's orientation.
See the <a href="tqheader.html#orientation-prop">"orientation"</a> property for details.
<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;index, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;fr )<tt> [virtual protected]</tt>
@@ -479,7 +479,7 @@ See the <a href="tqheader.html#moving-prop">"moving"</a> property for details.
<h3 class=fn>void <a name="setOffset"></a>TQHeader::setOffset ( int&nbsp;pos )<tt> [virtual slot]</tt>
</h3><p>Sets the header's left-most (or top-most) visible pixel to <em>pos</em>.
See the <a href="tqheader.html#offset-prop">"offset"</a> property for details.
-<h3 class=fn>void <a name="setOrientation"></a>TQHeader::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setOrientation"></a>TQHeader::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>
</h3><p>Sets the header's orientation.
See the <a href="tqheader.html#orientation-prop">"orientation"</a> property for details.
<h3 class=fn>void <a name="setResizeEnabled"></a>TQHeader::setResizeEnabled ( bool&nbsp;enable, int&nbsp;section = -1 )<tt> [virtual]</tt>
@@ -500,7 +500,7 @@ Example:
<p> If the user resizes a section, a <a href="#sizeChange">sizeChange</a>() signal is emitted.
<p> <p>See also <a href="#moving-prop">moving</a>, <a href="#setClickEnabled">setClickEnabled</a>(), and <a href="#tracking-prop">tracking</a>.
-<h3 class=fn>void <a name="setSortIndicator"></a>TQHeader::setSortIndicator ( int&nbsp;section, <a href="ntqt.html#SortOrder-enum">SortOrder</a>&nbsp;order )
+<h3 class=fn>void <a name="setSortIndicator"></a>TQHeader::setSortIndicator ( int&nbsp;section, <a href="tqt.html#SortOrder-enum">SortOrder</a>&nbsp;order )
</h3>
<p> Sets a sort indicator onto the specified <em>section</em>. The indicator's
@@ -541,7 +541,7 @@ See the <a href="tqheader.html#tracking-prop">"tracking"</a> property for detail
connected to a slot that repaints the table or list that contains
the header.
-<h3 class=fn><a href="ntqt.html#SortOrder-enum">SortOrder</a> <a name="sortIndicatorOrder"></a>TQHeader::sortIndicatorOrder () const
+<h3 class=fn><a href="tqt.html#SortOrder-enum">SortOrder</a> <a name="sortIndicatorOrder"></a>TQHeader::sortIndicatorOrder () const
</h3>
Returns the implied sort order of the TQHeaders sort indicator.
<p> <p>See also <a href="#setSortIndicator">setSortIndicator</a>() and <a href="#sortIndicatorSection">sortIndicatorSection</a>().
@@ -573,9 +573,9 @@ becomes the left-most (or top-most for vertical headers) visible
pixel.
<p>Set this property's value with <a href="#setOffset">setOffset</a>() and get this property's value with <a href="#offset">offset</a>().
-<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3>
+<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3>
<p>This property holds the header's orientation.
-<p>The orientation is either <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> (the
+<p>The orientation is either <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> (the
default).
<p> Call <a href="#setOrientation">setOrientation</a>() before adding labels if you don't provide a
size parameter otherwise the sizes will be incorrect.