summaryrefslogtreecommitdiffstats
path: root/doc/html/simple-font-demo-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/simple-font-demo-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/simple-font-demo-example.html')
-rw-r--r--doc/html/simple-font-demo-example.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html
index 982f663e..77f8d6fe 100644
--- a/doc/html/simple-font-demo-example.html
+++ b/doc/html/simple-font-demo-example.html
@@ -86,7 +86,7 @@ private:
#include &lt;<a href="tqstringlist-h.html">tqstringlist.h</a>&gt;
#include &lt;<a href="tqtextview-h.html">tqtextview.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
-#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
+#include &lt;<a href="tqlayout-h.html">tqlayout.h</a>&gt;
<a name="f590"></a>Viewer::Viewer()
:<a href="tqwidget.html">TQWidget</a>()
@@ -213,15 +213,15 @@ void <a name="f595"></a>Viewer::setFontSubstitutions()
<a name="x2858"></a>void Viewer::<a href="tqwidget.html#layout">layout</a>()
{
- <a href="qhboxlayout.html">TQHBoxLayout</a> * textViewContainer = new <a href="qhboxlayout.html">TQHBoxLayout</a>();
- textViewContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( greetings );
- textViewContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( fontInfo );
+ <a href="tqhboxlayout.html">TQHBoxLayout</a> * textViewContainer = new <a href="tqhboxlayout.html">TQHBoxLayout</a>();
+ textViewContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( greetings );
+ textViewContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( fontInfo );
- <a href="qhboxlayout.html">TQHBoxLayout</a> * buttonContainer = new <a href="qhboxlayout.html">TQHBoxLayout</a>();
+ <a href="tqhboxlayout.html">TQHBoxLayout</a> * buttonContainer = new <a href="tqhboxlayout.html">TQHBoxLayout</a>();
- buttonContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( defaultButton );
- buttonContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( sansSerifButton );
- buttonContainer-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( italicsButton );
+ buttonContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( defaultButton );
+ buttonContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( sansSerifButton );
+ buttonContainer-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( italicsButton );
<a name="x2857"></a> int maxButtonHeight = defaultButton-&gt;<a href="tqwidget.html#height">height</a>();
@@ -234,9 +234,9 @@ void <a name="f595"></a>Viewer::setFontSubstitutions()
sansSerifButton-&gt;<a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( maxButtonHeight );
italicsButton-&gt;<a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( maxButtonHeight );
- <a href="qvboxlayout.html">TQVBoxLayout</a> * container = new <a href="qvboxlayout.html">TQVBoxLayout</a>( this );
-<a name="x2835"></a> container-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( textViewContainer );
- container-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( buttonContainer );
+ <a href="tqvboxlayout.html">TQVBoxLayout</a> * container = new <a href="tqvboxlayout.html">TQVBoxLayout</a>( this );
+<a name="x2835"></a> container-&gt;<a href="tqboxlayout.html#addLayout">addLayout</a>( textViewContainer );
+ container-&gt;<a href="tqboxlayout.html#addLayout">addLayout</a>( buttonContainer );
<a href="tqwidget.html#resize">resize</a>( 700, 250 );
}