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 --- examples/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/README') 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 -- cgit v1.2.1