summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /examples/README
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/README b/examples/README
index 7ca50168d..d95703fbe 100644
--- a/examples/README
+++ b/examples/README
@@ -95,7 +95,7 @@ dragdrop
drawdemo
Draws a color wheel, text and shapes. This example demonstrates
several drawing functions and printer output using TQPainter,
- QWMatrix, TQFont, TQFontMetrics, TQColor, TQBrush, and QPrinter. You
+ TQWMatrix, TQFont, TQFontMetrics, TQColor, TQBrush, and TQPrinter. You
can easily add you own drawing functions. See "ourDrawFunctions".
drawlines
@@ -225,20 +225,20 @@ network/remotecontrol
Controlling one application from another using TQSocket-based IPC.
opengl/box
- Shows how to use OpenGL in TQt using QGLWidget.
+ Shows how to use OpenGL in TQt using TQGLWidget.
opengl/gear
Shows how to build OpenGL display lists.
opengl/glpixmap
This is based on the box example. It shows how to render an OpenGL
- scene into a QPixmap.
+ scene into a TQPixmap.
opengl/overlay
Demonstrates the use of OpenGL overlays (where supported).
opengl/sharedbox
- Demonstrates how to share OpenGL display lists with QGLWidgets.
+ Demonstrates how to share OpenGL display lists with TQGLWidgets.
opengl/texture
Shows how to use OpenGL textures.
@@ -392,7 +392,7 @@ wizard
xform
Demonstrates how to arbitrarily rotate, shear and scale text and
- graphics using QWMatrix.
+ graphics using TQWMatrix.
xml/outliner
Shows how to read in an XML file using Qt's DOM classes and