From ccbc1c3572fd0e26480c1432fff55d2909545538 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 14:55:59 +0900 Subject: Rename icon nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqlistview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqlistview.html') diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 7cf6ebd02..8b0698d20 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -416,7 +416,7 @@ the existing ones.

See also setColumnText(), setColumnWidth(), and setColumnWidthMode().

Examples: addressbook/centralwidget.cpp, checklists/checklists.cpp, dirview/main.cpp, fileiconview/mainwindow.cpp, listviews/listviews.cpp, and qdir/qdir.cpp. -

int TQListView::addColumn ( const TQIconSet & iconset, const TQString & label, int width = -1 ) [virtual] +

int TQListView::addColumn ( const TQIconSet & iconset, const TQString & label, int width = -1 ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Adds a width pixels wide new column with the header label @@ -962,7 +962,7 @@ TQt::AlignRight the ellipsis will be to the left. Sets the heading of column column to label.

See also columnText(). -

void TQListView::setColumnText ( int column, const TQIconSet & iconset, const TQString & label ) [virtual] +

void TQListView::setColumnText ( int column, const TQIconSet & iconset, const TQString & label ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Sets the heading of column column to iconset and label. -- cgit v1.2.1