diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqlistview.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 43ba29a15..5231935da 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -597,7 +597,7 @@ drag object and a drag is started unless <a href="#dragObject">dragObject</a>() <p> By default this function returns 0. You should reimplement it and create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items. -<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> Calls <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() and <a href="qlistviewitem.html#paintBranches">TQListViewItem::paintBranches</a>() as necessary for all list view @@ -818,7 +818,7 @@ item <em>i</em>, similar to the <a href="tqwidget.html#enterEvent">TQWidget::ent <p> This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list view. -<h3 class=fn>void <a name="paintEmptyArea"></a>TQListView::paintEmptyArea ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEmptyArea"></a>TQListView::paintEmptyArea ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [virtual protected]</tt> </h3> Paints <em>rect</em> so that it looks like empty background using painter <em>p</em>. <em>rect</em> is in widget coordinates, ready to be fed to |