diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqlistview.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 29c4d82dd..6861217b1 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -392,13 +392,13 @@ width of the item with the largest width in the column. </ul><p> <p>See also <a href="#setColumnWidth">setColumnWidth</a>(), <a href="#setColumnWidthMode">setColumnWidthMode</a>(), and <a href="#columnWidth">columnWidth</a>(). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListView"></a>TQListView::TQListView ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQListView"></a>TQListView::TQListView ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a new empty list view called <em>name</em> with parent <em>parent</em>. <p> Performance is boosted by modifying the widget flags <em>f</em> so that only part of the <a href="qlistviewitem.html">TQListViewItem</a> children is redrawn. This may be unsuitable for custom TQListViewItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared. -<p> <p>See also <a href="ntqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQListView"></a>TQListView::~TQListView () </h3> @@ -623,7 +623,7 @@ if this is required to show the item. <h3 class=fn>bool <a name="eventFilter"></a>TQListView::eventFilter ( <a href="tqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> </h3> Redirects the event <em>e</em> relating to object <em>o</em>, for the viewport -to <a href="ntqwidget.html#mousePressEvent">mousePressEvent</a>(), <a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() and friends. +to <a href="tqwidget.html#mousePressEvent">mousePressEvent</a>(), <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() and friends. <p>Reimplemented from <a href="ntqscrollview.html#eventFilter">TQScrollView</a>. <h3 class=fn>void <a name="expanded"></a>TQListView::expanded ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> @@ -660,7 +660,7 @@ Returns the <a href="ntqheader.html">TQHeader</a> object that manages this list Please don't modify the header behind the list view's back. <p> You may safely call <a href="ntqheader.html#setClickEnabled">TQHeader::setClickEnabled</a>(), <a href="ntqheader.html#setResizeEnabled">TQHeader::setResizeEnabled</a>(), <a href="ntqheader.html#setMovingEnabled">TQHeader::setMovingEnabled</a>(), -<a href="ntqwidget.html#hide">TQHeader::hide</a>() and all the const TQHeader functions. +<a href="tqwidget.html#hide">TQHeader::hide</a>() and all the const TQHeader functions. <p>Examples: <a href="listviews-example.html#x147">listviews/listviews.cpp</a> and <a href="qdir-example.html#x1828">qdir/qdir.cpp</a>. <h3 class=fn>void <a name="hideColumn"></a>TQListView::hideColumn ( int column ) @@ -810,7 +810,7 @@ connected to this signal. </h3> <p> This signal is emitted when the user moves the mouse cursor onto -item <em>i</em>, similar to the <a href="ntqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. +item <em>i</em>, similar to the <a href="tqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. <h3 class=fn>void <a name="onViewport"></a>TQListView::onViewport ()<tt> [signal]</tt> </h3> |