From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-10.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial1-10.html') diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index 4a9e48f9d..d9fdb579e 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -196,10 +196,10 @@ is 0, 0).

We connect the force widget and the cannonField widget, just like we did for the angle widget. -

        TQVBoxLayout *leftBox = new TQVBoxLayout;
+

        TQVBoxLayout *leftBox = new TQVBoxLayout;
         grid->addLayout( leftBox, 1, 0 );
-        leftBox->addWidget( angle );
-        leftBox->addWidget( force );
+        leftBox->addWidget( angle );
+        leftBox->addWidget( force );
 

In Chapter 9 we put angle in the lower-left cell of the layout. Now we want to have two widgets in that cell, so we make a vertical -- cgit v1.2.1