From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/tutorial1-10.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tutorial1-10.html') diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index d9fdb579e..7ab5673ef 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -218,7 +218,7 @@ makefile and build the application.)

Make the size of the cannon barrel be dependent on the force.

Put the cannon in the bottom-right corner.

Try adding a better keyboard interface. For example, make + and - -increase and decrease the force and enter shoot. Hint: TQAccel and +increase and decrease the force and enter shoot. Hint: TQAccel and new addStep() and subtractStep() slots in LCDRange, like TQSlider::addStep(). If you're bothered by the way the left and right keys work (I am!), change that too.

You're now ready for Chapter 11. -- cgit v1.2.3