diff options
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README b/examples/README index 0e41e1b8a..bcd6e34e3 100644 --- a/examples/README +++ b/examples/README @@ -12,7 +12,7 @@ them assume they are run from there. aclock This example displays an analog clock widget. - It shows how to create a custom widget (QWidget subclass) and how + It shows how to create a custom widget (TQWidget subclass) and how to create a timer using QTimer. action @@ -98,7 +98,7 @@ dragdrop drawdemo Draws a color wheel, text and shapes. This example demonstrates several drawing functions and printer output using QPainter, - QWMatrix, QFont, QFontMetrics, QColor, QBrush, and QPrinter. You + QWMatrix, QFont, QFontMetrics, TQColor, QBrush, and QPrinter. You can easily add you own drawing functions. See "ourDrawFunctions". drawlines @@ -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 - QWidget subclass (rather than a QCanvas for example). It also + TQWidget subclass (rather than a QCanvas 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. |