diff options
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index 7c73a18cf..7d30fa0a5 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -567,7 +567,7 @@ and colors <em>cg</em>. Returns the parent of this item, or 0 if this item has no parent. <p> <p>See also <a href="#firstChild">firstChild</a>() and <a href="#nextSibling">nextSibling</a>(). -<p>Examples: <a href="dirview-example.html#x1688">dirview/dirview.cpp</a> and <a href="qaxcontainer-example-qutlook.html#x2727">qutlook/centralwidget.cpp</a>. +<p>Examples: <a href="dirview-example.html#x1688">dirview/dirview.cpp</a>. <h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQListViewItem::pixmap ( int column ) const<tt> [virtual]</tt> </h3> Returns the pixmap for <em>column</em>, or 0 if there is no pixmap for @@ -694,7 +694,7 @@ text. <p> If <em>text()</em> has been reimplemented, this function may be a no-op. <p> <p>See also <a href="#text">text</a>() and <a href="#key">key</a>(). -<p>Examples: <a href="addressbook-example.html#x595">addressbook/centralwidget.cpp</a>, <a href="qaxcontainer-example-qutlook.html#x2728">qutlook/centralwidget.cpp</a>, and <a href="outliner-example.html#x1916">xml/outliner/outlinetree.cpp</a>. +<p>Examples: <a href="addressbook-example.html#x595">addressbook/centralwidget.cpp</a> and <a href="outliner-example.html#x1916">xml/outliner/outlinetree.cpp</a>. <h3 class=fn>void <a name="setVisible"></a>TQListViewItem::setVisible ( bool b ) </h3> If <em>b</em> is TRUE, the item is made visible; otherwise it is hidden. |