summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README26
1 files changed, 13 insertions, 13 deletions
diff --git a/examples/README b/examples/README
index e8c0a570..0e41e1b8 100644
--- a/examples/README
+++ b/examples/README
@@ -1,9 +1,9 @@
-This examples directory contains lots of Qt examples. And there are
+This examples directory contains lots of TQt examples. And there are
additional examples in ../tools/designer/examples/ and in the
extensions subdirectories. The documentation contains two detailed Qt
-tutorials and additional tutorials for Qt Designer. The examples here
-are useful for learning particular Qt classes and techniques, but to
-learn Qt itself we recommend starting with the documentation's short
+tutorials and additional tutorials for TQt Designer. The examples here
+are useful for learning particular TQt classes and techniques, but to
+learn TQt itself we recommend starting with the documentation's short
"How to Learn Qt" document.
It is best to run each example from its own directory since some of
@@ -89,7 +89,7 @@ dirview
distributor
This is a utility program that can be used to modify the paths
- used in the Qt library binary to make the binary suitable for
+ used in the TQt library binary to make the binary suitable for
distribution. For experts only.
dragdrop
@@ -123,7 +123,7 @@ fonts [obsolete; see the qfd example instead]
forever
WARNING: this program has a strobe effect.
- See how fast Qt can draw colored rectangles. This example
+ See how fast TQt can draw colored rectangles. This example
continuously draws rectangles in a window and has another widget
that counts the number of rectangles that are drawn per second.
@@ -134,13 +134,13 @@ hello
Hello world with colored animated wavy text.
helpdemo
- Shows how to use Qt Assistant as an application's online help
+ Shows how to use TQt Assistant as an application's online help
tool. (See also the helpsystem example.)
helpsystem
This example shows how to implement context-sensitive help in
- various ways in a Qt application using QToolTip, QWhatsThis, and
- QAssistantClient to control Qt Assistant.
+ various ways in a TQt application using QToolTip, QWhatsThis, and
+ QAssistantClient to control TQt Assistant.
helpviewer
The HelpViewer example implements a simple HTML help browser using
@@ -234,7 +234,7 @@ network/remotecontrol
Controlling one application from another using QSocket-based IPC.
opengl/box
- Shows how to use OpenGL in Qt using QGLWidget.
+ Shows how to use OpenGL in TQt using QGLWidget.
opengl/gear
Shows how to build OpenGL display lists.
@@ -322,7 +322,7 @@ showimg
format (GIF, BMP, PPM, XMP, etc.)
sound
- Shows how to play sounds from a Qt application (and how to see if
+ Shows how to play sounds from a TQt application (and how to see if
sound is supported) using QSound.
splitter
@@ -363,7 +363,7 @@ tablet
if a compatible tablet is installed.
tetrix
- This is the Qt implementation of the well known game Tetris, but
+ This is the TQt implementation of the well known game Tetris, but
with an unusual twist, not to mention a comment that's almost a
work of art.
@@ -394,7 +394,7 @@ tux
Shows how to create a non-rectangular window.
widgets
- Shows many Qt widgets (See also the demo example).
+ Shows many TQt widgets (See also the demo example).
wizard
This example shows how to use QWizard.