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/ntqlistview.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 7cf6ebd02..8b0698d20 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -416,7 +416,7 @@ the existing ones. <p> <p>See also <a href="#setColumnText">setColumnText</a>(), <a href="#setColumnWidth">setColumnWidth</a>(), and <a href="#setColumnWidthMode">setColumnWidthMode</a>(). <p>Examples: <a href="addressbook-example.html#x585">addressbook/centralwidget.cpp</a>, <a href="checklists-example.html#x427">checklists/checklists.cpp</a>, <a href="dirview-example.html#x1714">dirview/main.cpp</a>, <a href="fileiconview-example.html#x886">fileiconview/mainwindow.cpp</a>, <a href="listviews-example.html#x141">listviews/listviews.cpp</a>, and <a href="qdir-example.html#x1827">qdir/qdir.cpp</a>. -<h3 class=fn>int <a name="addColumn-2"></a>TQListView::addColumn ( const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label, int width = -1 )<tt> [virtual]</tt> +<h3 class=fn>int <a name="addColumn-2"></a>TQListView::addColumn ( const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label, int width = -1 )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a <em>width</em> pixels wide new column with the header <em>label</em> @@ -962,7 +962,7 @@ TQt::AlignRight the ellipsis will be to the left. Sets the heading of column <em>column</em> to <em>label</em>. <p> <p>See also <a href="#columnText">columnText</a>(). -<h3 class=fn>void <a name="setColumnText-2"></a>TQListView::setColumnText ( int column, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setColumnText-2"></a>TQListView::setColumnText ( int column, const <a href="tqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the heading of column <em>column</em> to <em>iconset</em> and <em>label</em>. |