diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qlistviewitem.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index 82b699235..5b9252a0f 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -147,7 +147,7 @@ you can get a pointer to any TQListViewItem in a <a href="ntqlistview.html">TQLi <a href="ntqlistview.html#firstChild">TQListView::firstChild</a>(), <a href="ntqlistview.html#lastItem">TQListView::lastItem</a>() and <a href="ntqlistview.html#findItem">TQListView::findItem</a>(). <p> If you call <tt>delete</tt> on a list view item, it will be deleted as -expected, and as usual for <a href="ntqobject.html">TQObject</a>s, if it has any child items +expected, and as usual for <a href="tqobject.html">TQObject</a>s, if it has any child items (to any depth), all these will be deleted too. <p> <a href="qchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or radio button and can be used in place of plain TQListViewItems. |