diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /examples/README | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* 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 d95703fbe..decd59dee 100644 --- a/examples/README +++ b/examples/README @@ -21,7 +21,7 @@ action It shows how to implement a typical modern application, how to create a TQMainWindow subclass, and how to create actions that can be assigned to menus (TQPopupMenu) and toolbars (TQToolBar) using - TQAction. It also shows how to print using QSimpleRichText. + TQAction. It also shows how to print using TQSimpleRichText. addressbook [obsolete] @@ -56,7 +56,7 @@ checklists cursor This example shows how to set the mouse cursor for a widget. Shows - Qt's cursors and a custom cursor using QLabel and QCursor. + Qt's cursors and a custom cursor using TQLabel and QCursor. customlayout This examples demonstrates how to write a customized layout @@ -136,7 +136,7 @@ helpdemo helpsystem This example shows how to implement context-sensitive help in - various ways in a TQt application using TQToolTip, QWhatsThis, and + various ways in a TQt application using TQToolTip, TQWhatsThis, and QAssistantClient to control TQt Assistant. helpviewer @@ -193,7 +193,7 @@ menu movies The Movies example displays animated GIF files using the TQMovie - and QLabel classes. + and TQLabel classes. network/archivesearch Shows how to use TQHttp to request and receive data from a web @@ -259,7 +259,7 @@ progress This example presents a long-running process (drawing lots of rectangles) and a QProgressDialog. Two types of progress dialog are offered, one that simply shows text, and a custom one that - shows an animation using a QLabel and a TQTimer. + shows an animation using a TQLabel and a TQTimer. progressbar Shows how to use a QProgressBar. |