summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r--doc/man/man3/tqlistview.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index 4ec1abb2..4ecc34a4 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -518,7 +518,7 @@ Constructs a new empty list view called \fIname\fR with parent \fIparent\fR.
.PP
Performance is boosted by modifying the widget flags \fIf\fR so that only part of the QListViewItem children is redrawn. This may be unsuitable for custom QListViewItem classes, in which case WStaticContents and WNoAutoErase should be cleared.
.PP
-See also TQWidget::clearWFlags() and Qt::WidgetFlags.
+See also TQWidget::clearWFlags() and TQt::WidgetFlags.
.SH "QListView::~QListView ()"
Destroys the list view, deleting all its items, and frees up all allocated resources.
.SH "int QListView::addColumn ( const TQString & label, int width = -1 )\fC [virtual]\fR"
@@ -580,7 +580,7 @@ See also setOpen() and expanded().
.SH "int QListView::columnAlignment ( int column ) const"
Returns the alignment of column \fIcolumn\fR. The default is AlignAuto.
.PP
-See also Qt::AlignmentFlags.
+See also TQt::AlignmentFlags.
.SH "TQString QListView::columnText ( int c ) const"
Returns the text of column \fIc\fR.
.PP
@@ -679,7 +679,7 @@ This signal is emitted when \fIitem\fR has been expanded, i.e. when the children
.PP
See also setOpen() and collapsed().
.SH "QListViewItem * QListView::findItem ( const TQString & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const"
-Finds the first list view item in column \fIcolumn\fR, that matches \fItext\fR and returns the item, or returns 0 of no such item could be found. The search starts from the current item if the current item exists, otherwise it starts from the first list view item. After reaching the last item the search continues from the first item. Pass OR-ed together Qt::StringComparisonMode values in the \fIcompare\fR flag, to control how the matching is performed. The default comparison mode is case-sensitive, exact match.
+Finds the first list view item in column \fIcolumn\fR, that matches \fItext\fR and returns the item, or returns 0 of no such item could be found. The search starts from the current item if the current item exists, otherwise it starts from the first list view item. After reaching the last item the search continues from the first item. Pass OR-ed together TQt::StringComparisonMode values in the \fIcompare\fR flag, to control how the matching is performed. The default comparison mode is case-sensitive, exact match.
.SH "QListViewItem * QListView::firstChild () const"
Returns the first item in this QListView. Returns 0 if there is no first item.
.PP
@@ -873,9 +873,9 @@ Returns the list view's selection mode. See the "selectionMode" property for det
.SH "void QListView::setAllColumnsShowFocus ( bool )\fC [virtual]\fR"
Sets whether items should show keyboard focus using all columns. See the "allColumnsShowFocus" property for details.
.SH "void QListView::setColumnAlignment ( int column, int align )\fC [virtual]\fR"
-Sets column \fIcolumn\fR's alignment to \fIalign\fR. The alignment is ultimately passed to QListViewItem::paintCell() for each item in the list view. For horizontally aligned text with Qt::AlignLeft or Qt::AlignHCenter the ellipsis (...) will be to the right, for Qt::AlignRight the ellipsis will be to the left.
+Sets column \fIcolumn\fR's alignment to \fIalign\fR. The alignment is ultimately passed to QListViewItem::paintCell() for each item in the list view. For horizontally aligned text with TQt::AlignLeft or TQt::AlignHCenter the ellipsis (...) will be to the right, for TQt::AlignRight the ellipsis will be to the left.
.PP
-See also Qt::AlignmentFlags.
+See also TQt::AlignmentFlags.
.PP
Example: listviews/listviews.cpp.
.SH "void QListView::setColumnText ( int column, const TQString & label )\fC [virtual]\fR"