diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/wizard-example.html | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-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.html | 48 |
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 <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="tqhbox-h.html">tqhbox.h</a>> +#include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> @@ -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-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); + page1 = new <a href="tqhbox.html">TQHBox</a>( this ); +<a name="x2"></a> page1-><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-><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-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-><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-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); + page2 = new <a href="tqhbox.html">TQHBox</a>( this ); + page2-><a href="tqhbox.html#setSpacing">setSpacing</a>(8); <a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page2 ); info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); @@ -166,13 +166,13 @@ void <a name="f184"></a>Wizard::setupPage2() "and E-Mail.\n" ); info-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-><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-><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-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); + page3 = new <a href="tqhbox.html">TQHBox</a>( this ); + page3-><a href="tqhbox.html#setSpacing">setSpacing</a>(8); <a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page3 ); info-><a href="tqwidget.html#setPalette">setPalette</a>( yellow ); @@ -227,14 +227,14 @@ void <a name="f185"></a>Wizard::setupPage3() info-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignTop|AlignLeft ); info-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-><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-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignVCenter ); |