From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/opengl-x11-overlays.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/opengl-x11-overlays.doc') diff --git a/doc/opengl-x11-overlays.doc b/doc/opengl-x11-overlays.doc index 1f5a86716..35a066f66 100644 --- a/doc/opengl-x11-overlays.doc +++ b/doc/opengl-x11-overlays.doc @@ -88,7 +88,7 @@ Given the above, a QGLWidget will by default use the main plane visual, while all other widgets will use the overlay visual. Thus, we can place a normal widget on top of the QGLWidget, and do drawing on it, without destroying the image in the OpenGL window. In other words, -we can use all the drawing capabilities of QPainter to draw the +we can use all the drawing capabilities of TQPainter to draw the annotations, rubberbands, etc. For the typical use of overlays, this is much easier than using OpenGL for rendering the annotations. -- cgit v1.2.1