From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqlistview.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/tqlistview.html') diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html index 4e0cbc8f2..5c6894577 100644 --- a/doc/html/tqlistview.html +++ b/doc/html/tqlistview.html @@ -397,8 +397,8 @@ width of the item with the largest width in the column. Constructs a new empty list view called name with parent parent.

Performance is boosted by modifying the widget flags f so that only part of the TQListViewItem children is redrawn. This may be -unsuitable for custom TQListViewItem classes, in which case WStaticContents and WNoAutoErase should be cleared. -

See also TQWidget::clearWFlags() and TQt::WidgetFlags. +unsuitable for custom TQListViewItem classes, in which case WStaticContents and WNoAutoErase should be cleared. +

See also TQWidget::clearWFlags() and TQt::WidgetFlags.

TQListView::~TQListView ()

@@ -480,8 +480,8 @@ when the children of item are hidden.

int TQListView::columnAlignment ( int column ) const

-Returns the alignment of column column. The default is AlignAuto. -

See also TQt::AlignmentFlags. +Returns the alignment of column column. The default is AlignAuto. +

See also TQt::AlignmentFlags.

TQString TQListView::columnText ( int c ) const

@@ -641,7 +641,7 @@ 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 +Pass OR-ed together TQt::StringComparisonMode values in the compare flag, to control how the matching is performed. The default comparison mode is case-sensitive, exact match. @@ -954,7 +954,7 @@ ultimately passed to TQListViewItem::pai 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. -

See also TQt::AlignmentFlags. +

See also TQt::AlignmentFlags.

Example: listviews/listviews.cpp.

void TQListView::setColumnText ( int column, const TQString & label ) [virtual] @@ -1052,7 +1052,7 @@ than the number of columns the user must click on a column header to sort the list view.

See also setSorting(). -

void TQListView::setSortOrder ( SortOrder order ) +

void TQListView::setSortOrder ( SortOrder order )

Sets the sort order for the items in the list view to order.

See also setSorting(). @@ -1086,7 +1086,7 @@ Returns the column by which the list view is sorted, or -1 if sorting is disabled.

See also sortOrder(). -

SortOrder TQListView::sortOrder () const +

SortOrder TQListView::sortOrder () const

Returns the sorting order of the list view items.

See also sortColumn(). -- cgit v1.2.3