summaryrefslogtreecommitdiffstats
path: root/doc/html/wizard-wizard-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/wizard-wizard-cpp.html')
-rw-r--r--doc/html/wizard-wizard-cpp.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html
index 1596911d4..e6cd33bde 100644
--- a/doc/html/wizard-wizard-cpp.html
+++ b/doc/html/wizard-wizard-cpp.html
@@ -45,8 +45,8 @@ body { background: #ffffff; color: black; }
#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;
@@ -65,8 +65,8 @@ body { background: #ffffff; color: black; }
void <a name="f4"></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 );
@@ -77,9 +77,9 @@ void <a name="f4"></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 );
@@ -98,8 +98,8 @@ void <a name="f4"></a>Wizard::setupPage1()
void <a name="f5"></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 );
@@ -112,13 +112,13 @@ void <a name="f5"></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 );
@@ -157,8 +157,8 @@ void <a name="f5"></a>Wizard::setupPage2()
void <a name="f6"></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 );
@@ -173,14 +173,14 @@ void <a name="f6"></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 );