summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-27 21:53:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-29 13:21:04 +0900
commit2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch)
tree065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /examples/README
parenta09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff)
downloadtqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz
tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README b/examples/README
index 20171dbc..c8907e72 100644
--- a/examples/README
+++ b/examples/README
@@ -13,7 +13,7 @@ them assume they are run from there.
aclock
This example displays an analog clock widget.
It shows how to create a custom widget (TQWidget subclass) and how
- to create a timer using QTimer.
+ to create a timer using TQTimer.
action
A single document interface application example with a menu bar,
@@ -66,7 +66,7 @@ customlayout
dclock
This example displays a digital LCD clock and can switch between
time and date.
- It uses the QLCDNumber widget and a couple of QTimers.
+ It uses the QLCDNumber widget and a couple of TQTimers.
demo
Run this to see almost all of Qt's widgets in action, including
@@ -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 QTimer.
+ shows an animation using a QLabel and a TQTimer.
progressbar
Shows how to use a QProgressBar.