diff options
Diffstat (limited to 'doc/html/opengl-overlay-x11-example.html')
-rw-r--r-- | doc/html/opengl-overlay-x11-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/opengl-overlay-x11-example.html b/doc/html/opengl-overlay-x11-example.html index 399186586..c49535ad5 100644 --- a/doc/html/opengl-overlay-x11-example.html +++ b/doc/html/opengl-overlay-x11-example.html @@ -84,7 +84,7 @@ overlay widget or vice versa). Implement the resizeEvent() method of the widget you put in the layout, and make it call setGeometry() on the other widget with its own geometry as parameters, thus keeping the two widgets' geometries synchronized. -<p> <li> <em>Using together with <a href="ntqpalette.html">TQPalette</a> and <a href="qcolorgroup.html">TQColorGroup</a>.</em> Instead of the +<p> <li> <em>Using together with <a href="ntqpalette.html">TQPalette</a> and <a href="tqcolorgroup.html">TQColorGroup</a>.</em> Instead of the simplistic setBackgroundColor( transparentColor ), you can use TQt's TQPalette system to make your overlay widgets use transparent color for what you want. This way, the normal TQt widgets |