diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/README | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/README b/examples/README index 2f11f8568..7ca50168d 100644 --- a/examples/README +++ b/examples/README @@ -74,7 +74,7 @@ demo desktop The desktop demo contains three routines, each of which draws - something on the desktop. It does some nice stuff with QPainter, + something on the desktop. It does some nice stuff with TQPainter, and also demonstrates how one can treat the desktop as a widget like any other. @@ -94,8 +94,8 @@ dragdrop drawdemo Draws a color wheel, text and shapes. This example demonstrates - several drawing functions and printer output using QPainter, - QWMatrix, QFont, QFontMetrics, TQColor, QBrush, and QPrinter. You + several drawing functions and printer output using TQPainter, + QWMatrix, TQFont, TQFontMetrics, TQColor, TQBrush, and QPrinter. You can easily add you own drawing functions. See "ourDrawFunctions". drawlines @@ -192,7 +192,7 @@ menu example.) movies - The Movies example displays animated GIF files using the QMovie + The Movies example displays animated GIF files using the TQMovie and QLabel classes. network/archivesearch @@ -271,7 +271,7 @@ tqdir qfd This example program displays all the characters of a selected - font. It shows the use of QFontDialog, QFontMetrics and QFontInfo, + font. It shows the use of TQFontDialog, TQFontMetrics and TQFontInfo, and a QTable subclass. qmag @@ -301,7 +301,7 @@ scribble TQWidget subclass (rather than a TQCanvas for example). It also shows how to add a QSpinBox to a TQToolBar and how to implement a button that pops up a menu (using QPushButton and TQPopupMenu), and - also how to use the QColorDialog. + also how to use the TQColorDialog. scrollview This example shows one way of using a QScrollview. This widget is |