diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqpixmapcache.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |