summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlistview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r--doc/html/ntqlistview.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html
index 6861217b1..7cf6ebd02 100644
--- a/doc/html/ntqlistview.html
+++ b/doc/html/ntqlistview.html
@@ -405,7 +405,7 @@ unsuitable for custom TQListViewItem classes, in which case <a href="ntqt.html#W
Destroys the list view, deleting all its items, and frees up all
allocated resources.
-<h3 class=fn>int <a name="addColumn"></a>TQListView::addColumn ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;width = -1 )<tt> [virtual]</tt>
+<h3 class=fn>int <a name="addColumn"></a>TQListView::addColumn ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;width = -1 )<tt> [virtual]</tt>
</h3>
Adds a <em>width</em> pixels wide column with the column header <em>label</em>
to the list view, and returns the index of the new column.
@@ -416,7 +416,7 @@ the existing ones.
<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>.
-<h3 class=fn>int <a name="addColumn-2"></a>TQListView::addColumn ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;width = -1 )<tt> [virtual]</tt>
+<h3 class=fn>int <a name="addColumn-2"></a>TQListView::addColumn ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;width = -1 )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Adds a <em>width</em> pixels wide new column with the header <em>label</em>
@@ -483,7 +483,7 @@ when the children of <em>item</em> are hidden.
Returns the alignment of column <em>column</em>. The default is <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>.
<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="columnText"></a>TQListView::columnText ( int&nbsp;c ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="columnText"></a>TQListView::columnText ( int&nbsp;c ) const
</h3>
Returns the text of column <em>c</em>.
<p> <p>See also <a href="#setColumnText">setColumnText</a>().
@@ -633,7 +633,7 @@ to <a href="tqwidget.html#mousePressEvent">mousePressEvent</a>(), <a href="tqwid
the children of <em>item</em> are shown.
<p> <p>See also <a href="#setOpen">setOpen</a>() and <a href="#collapsed">collapsed</a>().
-<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a>&nbsp;* <a name="findItem"></a>TQListView::findItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;column, ComparisonFlags&nbsp;compare = ExactMatch | CaseSensitive ) const
+<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a>&nbsp;* <a name="findItem"></a>TQListView::findItem ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;column, ComparisonFlags&nbsp;compare = ExactMatch | CaseSensitive ) const
</h3>
Finds the first list view item in column <em>column</em>, that matches
<em>text</em> and returns the item, or returns 0 of no such item could
@@ -762,7 +762,7 @@ much larger than the window system's coordinate system allows.
<p> <a href="#itemRect">itemRect</a>() is comparatively slow. It's best to call it only for
items that are probably on-screen.
-<h3 class=fn>void <a name="itemRenamed"></a>TQListView::itemRenamed ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;item, int&nbsp;col, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [signal]</tt>
+<h3 class=fn>void <a name="itemRenamed"></a>TQListView::itemRenamed ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;item, int&nbsp;col, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when <em>item</em> has been renamed to <em>text</em>,
@@ -957,12 +957,12 @@ TQt::AlignRight the ellipsis will be to the left.
<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
<p>Example: <a href="listviews-example.html#x150">listviews/listviews.cpp</a>.
-<h3 class=fn>void <a name="setColumnText"></a>TQListView::setColumnText ( int&nbsp;column, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setColumnText"></a>TQListView::setColumnText ( int&nbsp;column, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )<tt> [virtual]</tt>
</h3>
Sets the heading of column <em>column</em> to <em>label</em>.
<p> <p>See also <a href="#columnText">columnText</a>().
-<h3 class=fn>void <a name="setColumnText-2"></a>TQListView::setColumnText ( int&nbsp;column, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setColumnText-2"></a>TQListView::setColumnText ( int&nbsp;column, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the heading of column <em>column</em> to <em>iconset</em> and <em>label</em>.