diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqheader.html | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-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.html | 12 |
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> * p, int index, const <a href="tqrect.html">TQRect</a> & 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 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 enable, int 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 section, <a href="ntqt.html#SortOrder-enum">SortOrder</a> order ) +<h3 class=fn>void <a name="setSortIndicator"></a>TQHeader::setSortIndicator ( int section, <a href="tqt.html#SortOrder-enum">SortOrder</a> 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. |