diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/ntqheader.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-ccbc1c35.tar.gz tqt-ccbc1c35.zip |
Rename icon 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.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html index cbc1849fc..47f29c363 100644 --- a/doc/html/ntqheader.html +++ b/doc/html/ntqheader.html @@ -127,7 +127,7 @@ tables and listviews. row labels, or a horizontal header to display column labels. It is used by <a href="ntqtable.html">TQTable</a> and <a href="ntqlistview.html">TQListView</a> for example. <p> A header is composed of one or more <em>sections</em>, each of which can -display a text label and an <a href="ntqiconset.html">iconset</a>. A sort +display a text label and an <a href="tqiconset.html">iconset</a>. A sort indicator (an arrow) can also be displayed using <a href="#setSortIndicator">setSortIndicator</a>(). <p> Sections are added with <a href="#addLabel">addLabel</a>() and removed with <a href="#removeLabel">removeLabel</a>(). @@ -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> < 0, an appropriate size for the text <em>s</em> is chosen. -<h3 class=fn>int <a name="addLabel-2"></a>TQHeader::addLabel ( const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & s, int size = -1 ) +<h3 class=fn>int <a name="addLabel-2"></a>TQHeader::addLabel ( const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & s, int 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>. @@ -257,7 +257,7 @@ See the <a href="ntqheader.html#count-prop">"count"</a> property for details. </h3> Returns the total width of all the header columns. -<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQHeader::iconSet ( int section ) const +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQHeader::iconSet ( int section ) const </h3> Returns the icon set for section <em>section</em>. If the section does not exist, 0 is returned. @@ -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 section, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & s, int size = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setLabel-2"></a>TQHeader::setLabel ( int section, const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & s, int 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 |