diff options
Diffstat (limited to 'doc/html/ntqpixmapcache.html')
-rw-r--r-- | doc/html/ntqpixmapcache.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqpixmapcache.html b/doc/html/ntqpixmapcache.html index e407d6806..3695a1202 100644 --- a/doc/html/ntqpixmapcache.html +++ b/doc/html/ntqpixmapcache.html @@ -67,7 +67,7 @@ displayed or changes state. In the function directly. Instead, we first check the global pixmap cache for a pixmap with the key "$qt_radio_nnn_", where <tt>nnn</tt> is a numerical value that specifies the the radio button state. If a pixmap is -found, we <a href="ntqimage.html#bitBlt">bitBlt</a>() it onto the widget and return. Otherwise, we +found, we <a href="tqimage.html#bitBlt">bitBlt</a>() it onto the widget and return. Otherwise, we create a new pixmap, draw the radio button in the pixmap, and finally insert the pixmap in the global pixmap cache, using the key above. The bitBlt() is ten times faster than drawing the |