summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqheader.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqheader.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqheader.html')
-rw-r--r--doc/html/ntqheader.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html
index 5620975c..cbc1849f 100644
--- a/doc/html/ntqheader.html
+++ b/doc/html/ntqheader.html
@@ -196,7 +196,7 @@ and parent <em>parent</em>.
</h3>
Destroys the header and all its sections.
-<h3 class=fn>int <a name="addLabel"></a>TQHeader::addLabel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )
+<h3 class=fn>int <a name="addLabel"></a>TQHeader::addLabel ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )
</h3>
Adds a new section with label text <em>s</em>. Returns the index
position where the section was added (at the right for horizontal
@@ -204,7 +204,7 @@ headers, at the bottom for vertical headers). The section's width
is set to <em>size</em>. If <em>size</em> &lt; 0, an appropriate size for the
text <em>s</em> is chosen.
-<h3 class=fn>int <a name="addLabel-2"></a>TQHeader::addLabel ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )
+<h3 class=fn>int <a name="addLabel-2"></a>TQHeader::addLabel ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Adds a new section with iconset <em>iconset</em> and label text <em>s</em>.
@@ -301,10 +301,10 @@ least one section has stretch enabled the sections will always
take up the full width of the header.
<p> <p>See also <a href="#setStretchEnabled">setStretchEnabled</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="label"></a>TQHeader::label ( int&nbsp;section ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="label"></a>TQHeader::label ( int&nbsp;section ) const
</h3>
Returns the text for section <em>section</em>. If the section does not
-exist, a <a href="ntqstring.html#TQString-null">TQString::null</a> is returned.
+exist, a <a href="tqstring.html#TQString-null">TQString::null</a> is returned.
<p>Example: <a href="helpsystem-example.html#x2674">helpsystem/tooltip.cpp</a>.
<h3 class=fn>int <a name="mapToActual"></a>TQHeader::mapToActual ( int&nbsp;l ) const
@@ -456,7 +456,7 @@ for all existing sections and will be applied to any new sections
that are added.
<p> <p>See also <a href="#moving-prop">moving</a> and <a href="#setResizeEnabled">setResizeEnabled</a>().
-<h3 class=fn>void <a name="setLabel"></a>TQHeader::setLabel ( int&nbsp;section, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setLabel"></a>TQHeader::setLabel ( int&nbsp;section, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )<tt> [virtual]</tt>
</h3>
Sets the text of section <em>section</em> to <em>s</em>. The section's width
is set to <em>size</em> if <em>size</em> &gt;= 0; otherwise it is left
@@ -465,7 +465,7 @@ unchanged.
<p> If the section does not exist, nothing happens.
<p>Examples: <a href="tutorial2-08.html#x2605">chart/setdataform.cpp</a> and <a href="small-table-example-example.html#x2798">table/small-table-demo/main.cpp</a>.
-<h3 class=fn>void <a name="setLabel-2"></a>TQHeader::setLabel ( int&nbsp;section, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setLabel-2"></a>TQHeader::setLabel ( int&nbsp;section, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the icon for section <em>section</em> to <em>iconset</em> and the text to