summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlistview.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/ntqlistview.html
parent7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (diff)
downloadtqt3-8a071b48ef8c8900163227ccc622833e26ba4064.tar.gz
tqt3-8a071b48ef8c8900163227ccc622833e26ba4064.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/ntqlistview.html')
-rw-r--r--doc/html/ntqlistview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html
index 8b0698d2..e1e20050 100644
--- a/doc/html/ntqlistview.html
+++ b/doc/html/ntqlistview.html
@@ -441,7 +441,7 @@ an update.
<p> Note that the <a href="#currentChanged">currentChanged</a>() signal is not emitted when this slot is invoked.
<p>See also <a href="#triggerUpdate">triggerUpdate</a>().
-<p>Examples: <a href="addressbook-example.html#x586">addressbook/centralwidget.cpp</a>, <a href="checklists-example.html#x428">checklists/checklists.cpp</a>, <a href="listviews-example.html#x142">listviews/listviews.cpp</a>, and <a href="qaxcontainer-example-qutlook.html#x2725">qutlook/centralwidget.cpp</a>.
+<p>Examples: <a href="addressbook-example.html#x586">addressbook/centralwidget.cpp</a>, <a href="checklists-example.html#x428">checklists/checklists.cpp</a> and <a href="listviews-example.html#x142">listviews/listviews.cpp</a>.
<h3 class=fn>void <a name="clearSelection"></a>TQListView::clearSelection ()<tt> [virtual]</tt>
</h3>
Sets all the items to be not selected, updates the list view as
@@ -558,7 +558,7 @@ connected to this signal.
Returns the current item, or 0 if there isn't one.
<p> <p>See also <a href="#setCurrentItem">setCurrentItem</a>().
-<p>Examples: <a href="addressbook-example.html#x589">addressbook/centralwidget.cpp</a>, <a href="listviews-example.html#x145">listviews/listviews.cpp</a>, and <a href="qaxcontainer-example-qutlook.html#x2726">qutlook/centralwidget.cpp</a>.
+<p>Examples: <a href="addressbook-example.html#x589">addressbook/centralwidget.cpp</a> and <a href="listviews-example.html#x145">listviews/listviews.cpp</a>.
<h3 class=fn><a href="ntqlistview.html#RenameAction-enum">RenameAction</a> <a name="defaultRenameAction"></a>TQListView::defaultRenameAction () const
</h3><p>Returns what action to perform when the editor loses focus during renaming.
See the <a href="ntqlistview.html#defaultRenameAction-prop">"defaultRenameAction"</a> property for details.