diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:32:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:59:34 +0900 |
commit | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch) | |
tree | d6d15d07cb34e5443a10b71f91adee1473906263 /examples/README | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt-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/README | 10 |
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. |