diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qfileiconprovider.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qfileiconprovider.html')
-rw-r--r-- | doc/html/qfileiconprovider.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qfileiconprovider.html b/doc/html/qfileiconprovider.html index ea9656903..a04926b20 100644 --- a/doc/html/qfileiconprovider.html +++ b/doc/html/qfileiconprovider.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQFileIconProvider class provides icons for TQFileDialog to use. <a href="#details">More...</a> -<p><tt>#include <<a href="qfiledialog-h.html">qfiledialog.h</a>></tt> -<p>Inherits <a href="qobject.html">TQObject</a>. +<p><tt>#include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>></tt> +<p>Inherits <a href="ntqobject.html">TQObject</a>. <p><a href="qfileiconprovider-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -44,28 +44,28 @@ use. </ul> <hr><a name="details"></a><h2>Detailed Description</h2> -<p> The TQFileIconProvider class provides icons for <a href="qfiledialog.html">TQFileDialog</a> to +<p> The TQFileIconProvider class provides icons for <a href="ntqfiledialog.html">TQFileDialog</a> to use. <p> <p> By default TQFileIconProvider is not used, but any application or library can subclass it, reimplement <a href="#pixmap">pixmap</a>() to return a suitable icon, and make all TQFileDialog objects use it by calling the static -function <a href="qfiledialog.html#setIconProvider">TQFileDialog::setIconProvider</a>(). +function <a href="ntqfiledialog.html#setIconProvider">TQFileDialog::setIconProvider</a>(). <p> It is advisable to make all the icons that TQFileIconProvider returns be the same size or at least the same width. This makes the list view look much better. -<p> <p>See also <a href="qfiledialog.html">TQFileDialog</a> and <a href="misc.html">Miscellaneous Classes</a>. +<p> <p>See also <a href="ntqfiledialog.html">TQFileDialog</a> and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQFileIconProvider"></a>TQFileIconProvider::TQFileIconProvider ( <a href="qobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQFileIconProvider"></a>TQFileIconProvider::TQFileIconProvider ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty file icon provider called <em>name</em>, with the parent <em>parent</em>. -<h3 class=fn>const <a href="qpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQFileIconProvider::pixmap ( const <a href="qfileinfo.html">TQFileInfo</a> & info )<tt> [virtual]</tt> +<h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQFileIconProvider::pixmap ( const <a href="ntqfileinfo.html">TQFileInfo</a> & info )<tt> [virtual]</tt> </h3> Returns a pointer to a pixmap that should be used to signify the file with the information <em>info</em>. -<p> If <a href="#pixmap">pixmap</a>() returns 0, <a href="qfiledialog.html">TQFileDialog</a> draws the default pixmap. +<p> If <a href="#pixmap">pixmap</a>() returns 0, <a href="ntqfiledialog.html">TQFileDialog</a> draws the default pixmap. <p> The default implementation returns particular icons for files, directories, link-files and link-directories. It returns a blank "icon" for other types. <p> If you return a pixmap here, it should measure 16x16 pixels. |