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 e161bfefd..40046c67b 100644 --- a/doc/html/opengl-overlay-x11-example.html +++ b/doc/html/opengl-overlay-x11-example.html @@ -75,7 +75,7 @@ some hints for real application usage: can put all kinds of TQt widgets (your own or standard TQt widgets) on top of the OpenGL image (widget), e.g. pushbuttons etc., and they can be moved, resized, or removed without destroying the OpenGL image. -<p> <li> <em>Using with geometry management.</em> The <a href="ntqlayout.html">TQLayout</a> classes don't permit +<p> <li> <em>Using with geometry management.</em> The <a href="tqlayout.html">TQLayout</a> classes don't permit putting one widget (the overlay) on top of another (the OpenGL widget); that would defy the whole purpose of the automatic layout. The solution is to add just one of them to the TQLayout object. Have it |