diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqiconview.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqiconview.html')
-rw-r--r-- | doc/html/tqiconview.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html index 9ef4c8a89..01453560a 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -185,8 +185,8 @@ parent, set the icon view's geometry and show it. For example: <pre> TQIconView *iv = new TQIconView( this ); - <a href="ntqdir.html">TQDir</a> dir( path, "*.xpm" ); - for ( uint i = 0; i < dir.<a href="ntqdir.html#count">count</a>(); i++ ) { + <a href="tqdir.html">TQDir</a> dir( path, "*.xpm" ); + for ( uint i = 0; i < dir.<a href="tqdir.html#count">count</a>(); i++ ) { (void) new <a href="tqiconviewitem.html">TQIconViewItem</a>( iv, dir[i], TQPixmap( path + dir[i] ) ); } iv-><a href="tqwidget.html#resize">resize</a>( 600, 400 ); @@ -403,7 +403,7 @@ This variant uses <em>grid</em> instead of (<a href="#gridX">gridX</a>(), <a hre calculates a valid grid itself and uses that. <p> If <em>update</em> is TRUE (the default) the viewport is repainted. -<p>Example: <a href="fileiconview-example.html#x807">fileiconview/qfileiconview.h</a>. +<p>Example: <a href="fileiconview-example.html#x807">fileiconview/tqfileiconview.h</a>. <h3 class=fn>void <a name="arrangeItemsInGrid-2"></a>TQIconView::arrangeItemsInGrid ( bool update = TRUE )<tt> [virtual slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -492,7 +492,7 @@ get the dragobject that should be used for the drag. Subclasses may reimplement this. <p> <p>See also <a href="tqicondrag.html">TQIconDrag</a>. -<p>Examples: <a href="fileiconview-example.html#x834">fileiconview/qfileiconview.cpp</a> and <a href="simple_dd-example.html#x2820">iconview/simple_dd/main.cpp</a>. +<p>Examples: <a href="fileiconview-example.html#x834">fileiconview/tqfileiconview.cpp</a> and <a href="simple_dd-example.html#x2820">iconview/simple_dd/main.cpp</a>. <h3 class=fn>void <a name="drawBackground"></a>TQIconView::drawBackground ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual protected]</tt> </h3> This function is called to draw the rectangle <em>r</em> of the |