diff options
Diffstat (limited to 'doc/html/qiconset.html')
-rw-r--r-- | doc/html/qiconset.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qiconset.html b/doc/html/qiconset.html index 2389f0624..63a11a441 100644 --- a/doc/html/qiconset.html +++ b/doc/html/qiconset.html @@ -77,7 +77,7 @@ from the set of icons it is given. Such pixmaps are used by <a href="qtoolbutton.html">TQToolButton</a>, <a href="qheader.html">TQHeader</a>, <a href="qpopupmenu.html">TQPopupMenu</a>, etc. to show an icon representing a particular action. <p> The simplest use of TQIconSet is to create one from a <a href="qpixmap.html">TQPixmap</a> and then -use it, allowing TQt to work out all the retquired icon styles and +use it, allowing TQt to work out all the required icon styles and sizes. For example: <p> <pre> <a href="qtoolbutton.html">TQToolButton</a> *but = new <a href="qtoolbutton.html">TQToolButton</a>( <a href="#TQIconSet">TQIconSet</a>( TQPixmap("open.xpm") ), ... ); @@ -174,7 +174,7 @@ pixel size. This is a useful default. <li><tt>TQIconSet::Large</tt> - The pixmap is the larger of two. </ul><p> If a Small pixmap is not set by <a href="#setPixmap">TQIconSet::setPixmap</a>(), the Large pixmap will be automatically scaled down to the size of a small pixmap -to generate the Small pixmap when retquired. Similarly, a Small pixmap +to generate the Small pixmap when required. Similarly, a Small pixmap will be automatically scaled up to generate a Large pixmap. The preferred sizes for large/small generated icons can be set using <a href="#setIconSize">setIconSize</a>(). |