diff options
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 47f9ad0ef..43ba29a15 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -415,7 +415,7 @@ the existing ones. <a href="#WidthMode-enum">Maximum</a> instead of <a href="#WidthMode-enum">Manual</a>. <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>. +<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="tqdir-example.html#x1827">tqdir/tqdir.cpp</a>. <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. @@ -662,7 +662,7 @@ Please don't modify the header behind the list view's back. <a href="ntqheader.html#setResizeEnabled">TQHeader::setResizeEnabled</a>(), <a href="ntqheader.html#setMovingEnabled">TQHeader::setMovingEnabled</a>(), <a href="tqwidget.html#hide">TQHeader::hide</a>() and all the const TQHeader functions. -<p>Examples: <a href="listviews-example.html#x147">listviews/listviews.cpp</a> and <a href="qdir-example.html#x1828">qdir/qdir.cpp</a>. +<p>Examples: <a href="listviews-example.html#x147">listviews/listviews.cpp</a> and <a href="tqdir-example.html#x1828">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="hideColumn"></a>TQListView::hideColumn ( int column ) </h3> Hides the column specified at <em>column</em>. This is a convenience |