diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qiconset.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
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>(). |