summaryrefslogtreecommitdiffstats
path: root/doc/html/wizard-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/wizard-example.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/wizard-example.html')
-rw-r--r--doc/html/wizard-example.html48
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html
index 196c07b19..143b098a2 100644
--- a/doc/html/wizard-example.html
+++ b/doc/html/wizard-example.html
@@ -71,7 +71,7 @@ protected:
void setupPage2();
void setupPage3();
- <a href="ntqhbox.html">TQHBox</a> *page1, *page2, *page3;
+ <a href="tqhbox.html">TQHBox</a> *page1, *page2, *page3;
<a href="tqlineedit.html">TQLineEdit</a> *key, *firstName, *lastName, *address, *phone, *email;
<a href="tqlabel.html">TQLabel</a> *lKey, *lFirstName, *lLastName, *lAddress, *lPhone, *lEmail;
@@ -99,8 +99,8 @@ protected slots:
#include "wizard.h"
#include &lt;<a href="tqwidget-h.html">tqwidget.h</a>&gt;
-#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
-#include &lt;<a href="qvbox-h.html">ntqvbox.h</a>&gt;
+#include &lt;<a href="tqhbox-h.html">tqhbox.h</a>&gt;
+#include &lt;<a href="tqvbox-h.html">tqvbox.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqlineedit-h.html">tqlineedit.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
@@ -119,8 +119,8 @@ protected slots:
void <a name="f183"></a>Wizard::setupPage1()
{
- page1 = new <a href="ntqhbox.html">TQHBox</a>( this );
-<a name="x2"></a> page1-&gt;<a href="ntqhbox.html#setSpacing">setSpacing</a>(8);
+ page1 = new <a href="tqhbox.html">TQHBox</a>( this );
+<a name="x2"></a> page1-&gt;<a href="tqhbox.html#setSpacing">setSpacing</a>(8);
<a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page1 );
<a name="x1"></a> info-&gt;<a href="tqframe.html#setMargin">setMargin</a>( 11 );
@@ -131,9 +131,9 @@ void <a name="f183"></a>Wizard::setupPage1()
"consists of 4 digits" );
<a name="x5"></a><a name="x12"></a> info-&gt;<a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-&gt;<a href="tqwidget.html#sizeHint">sizeHint</a>().width() );
- <a href="ntqvbox.html">TQVBox</a> *page = new <a href="ntqvbox.html">TQVBox</a>( page1 );
+ <a href="tqvbox.html">TQVBox</a> *page = new <a href="tqvbox.html">TQVBox</a>( page1 );
- <a href="ntqhbox.html">TQHBox</a> *row1 = new <a href="ntqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row1 = new <a href="tqhbox.html">TQHBox</a>( page );
(void)new <a href="tqlabel.html">TQLabel</a>( "Key:", row1 );
@@ -152,8 +152,8 @@ void <a name="f183"></a>Wizard::setupPage1()
void <a name="f184"></a>Wizard::setupPage2()
{
- page2 = new <a href="ntqhbox.html">TQHBox</a>( this );
- page2-&gt;<a href="ntqhbox.html#setSpacing">setSpacing</a>(8);
+ page2 = new <a href="tqhbox.html">TQHBox</a>( this );
+ page2-&gt;<a href="tqhbox.html#setSpacing">setSpacing</a>(8);
<a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page2 );
info-&gt;<a href="tqframe.html#setMargin">setMargin</a>( 11 );
@@ -166,13 +166,13 @@ void <a name="f184"></a>Wizard::setupPage2()
"and E-Mail.\n" );
info-&gt;<a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-&gt;<a href="tqwidget.html#sizeHint">sizeHint</a>().width() );
- <a href="ntqvbox.html">TQVBox</a> *page = new <a href="ntqvbox.html">TQVBox</a>( page2 );
+ <a href="tqvbox.html">TQVBox</a> *page = new <a href="tqvbox.html">TQVBox</a>( page2 );
- <a href="ntqhbox.html">TQHBox</a> *row1 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row2 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row3 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row4 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row5 = new <a href="ntqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row1 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row2 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row3 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row4 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row5 = new <a href="tqhbox.html">TQHBox</a>( page );
<a href="tqlabel.html">TQLabel</a> *label1 = new <a href="tqlabel.html">TQLabel</a>( " First Name: ", row1 );
<a name="x3"></a> label1-&gt;<a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignVCenter );
@@ -211,8 +211,8 @@ void <a name="f184"></a>Wizard::setupPage2()
void <a name="f185"></a>Wizard::setupPage3()
{
- page3 = new <a href="ntqhbox.html">TQHBox</a>( this );
- page3-&gt;<a href="ntqhbox.html#setSpacing">setSpacing</a>(8);
+ page3 = new <a href="tqhbox.html">TQHBox</a>( this );
+ page3-&gt;<a href="tqhbox.html#setSpacing">setSpacing</a>(8);
<a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page3 );
info-&gt;<a href="tqwidget.html#setPalette">setPalette</a>( yellow );
@@ -227,14 +227,14 @@ void <a name="f185"></a>Wizard::setupPage3()
info-&gt;<a href="tqlabel.html#setAlignment">setAlignment</a>( AlignTop|AlignLeft );
info-&gt;<a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-&gt;<a href="tqwidget.html#sizeHint">sizeHint</a>().width() );
- <a href="ntqvbox.html">TQVBox</a> *page = new <a href="ntqvbox.html">TQVBox</a>( page3 );
+ <a href="tqvbox.html">TQVBox</a> *page = new <a href="tqvbox.html">TQVBox</a>( page3 );
- <a href="ntqhbox.html">TQHBox</a> *row1 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row2 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row3 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row4 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row5 = new <a href="ntqhbox.html">TQHBox</a>( page );
- <a href="ntqhbox.html">TQHBox</a> *row6 = new <a href="ntqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row1 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row2 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row3 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row4 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row5 = new <a href="tqhbox.html">TQHBox</a>( page );
+ <a href="tqhbox.html">TQHBox</a> *row6 = new <a href="tqhbox.html">TQHBox</a>( page );
<a href="tqlabel.html">TQLabel</a> *label1 = new <a href="tqlabel.html">TQLabel</a>( " Personal Key: ", row1 );
label1-&gt;<a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignVCenter );