diff options
Diffstat (limited to 'doc/html/tqpixmapcache.html')
-rw-r--r-- | doc/html/tqpixmapcache.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqpixmapcache.html b/doc/html/tqpixmapcache.html index 1f80d35bf..8f7433019 100644 --- a/doc/html/tqpixmapcache.html +++ b/doc/html/tqpixmapcache.html @@ -63,7 +63,7 @@ cache. <p> For example, <a href="tqradiobutton.html">TQRadioButton</a> has a non-trivial visual representation so we don't want to regenerate a pixmap whenever a radio button is displayed or changes state. In the function -<a href="ntqbutton.html#drawButton">TQRadioButton::drawButton</a>(), we do not draw the radio button +<a href="tqbutton.html#drawButton">TQRadioButton::drawButton</a>(), we do not draw the radio button 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 |