summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-31 11:32:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-31 11:59:34 +0900
commit68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch)
treed6d15d07cb34e5443a10b71f91adee1473906263 /examples/README
parent1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff)
downloadtqt-68b81013.tar.gz
tqt-68b81013.zip
Rename nt* canvas related files to equivalent tq*
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 1bd72aba7..6c6d0cab7 100644
--- a/examples/README
+++ b/examples/README
@@ -38,10 +38,10 @@ buttongroups
QPopupMenu to a button.
canvas
- This examples demonstrates many of QCanvasView's facilities, but
- by no means all of them. It uses QCanvasItem, QCanvasLine,
- QCanvasRectangle, QCanvasEllipse, QCanvasSprite, and of course
- QCanvas.
+ This examples demonstrates many of TQCanvasView's facilities, but
+ by no means all of them. It uses TQCanvasItem, TQCanvasLine,
+ TQCanvasRectangle, TQCanvasEllipse, TQCanvasSprite, and of course
+ TQCanvas.
chart
An application for maintaining simple numeric data and visualising
@@ -307,7 +307,7 @@ scribble
An implementation of the well known scribble program. You can draw
with different pen colors and widths and save the result as a
pixmap in various formats. It shows how to do drawing using a
- TQWidget subclass (rather than a QCanvas for example). It also
+ TQWidget subclass (rather than a TQCanvas for example). It also
shows how to add a QSpinBox to a QToolBar and how to implement a
button that pops up a menu (using QPushButton and QPopupMenu), and
also how to use the QColorDialog.