summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistviewitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-13 11:12:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-14 10:09:21 +0900
commit8a071b48ef8c8900163227ccc622833e26ba4064 (patch)
treed55e89acc80cb967dc1b3d32b94281941c6ae77f /doc/html/qlistviewitem.html
parent7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (diff)
downloadtqt-8a071b48.tar.gz
tqt-8a071b48.zip
Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r--doc/html/qlistviewitem.html4
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&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQListViewItem::pixmap ( int&nbsp;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&nbsp;b )
</h3>
If <em>b</em> is TRUE, the item is made visible; otherwise it is hidden.