diff options
Diffstat (limited to 'doc/html/simple-font-demo-example.html')
-rw-r--r-- | doc/html/simple-font-demo-example.html | 22 |
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 982f663ea..77f8d6fe4 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -86,7 +86,7 @@ private: #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#include <<a href="qlayout-h.html">ntqlayout.h</a>> +#include <<a href="tqlayout-h.html">tqlayout.h</a>> <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-><a href="qboxlayout.html#addWidget">addWidget</a>( greetings ); - textViewContainer-><a href="qboxlayout.html#addWidget">addWidget</a>( fontInfo ); + <a href="tqhboxlayout.html">TQHBoxLayout</a> * textViewContainer = new <a href="tqhboxlayout.html">TQHBoxLayout</a>(); + textViewContainer-><a href="tqboxlayout.html#addWidget">addWidget</a>( greetings ); + textViewContainer-><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-><a href="qboxlayout.html#addWidget">addWidget</a>( defaultButton ); - buttonContainer-><a href="qboxlayout.html#addWidget">addWidget</a>( sansSerifButton ); - buttonContainer-><a href="qboxlayout.html#addWidget">addWidget</a>( italicsButton ); + buttonContainer-><a href="tqboxlayout.html#addWidget">addWidget</a>( defaultButton ); + buttonContainer-><a href="tqboxlayout.html#addWidget">addWidget</a>( sansSerifButton ); + buttonContainer-><a href="tqboxlayout.html#addWidget">addWidget</a>( italicsButton ); <a name="x2857"></a> int maxButtonHeight = defaultButton-><a href="tqwidget.html#height">height</a>(); @@ -234,9 +234,9 @@ void <a name="f595"></a>Viewer::setFontSubstitutions() sansSerifButton-><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( maxButtonHeight ); italicsButton-><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-><a href="qboxlayout.html#addLayout">addLayout</a>( textViewContainer ); - container-><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-><a href="tqboxlayout.html#addLayout">addLayout</a>( textViewContainer ); + container-><a href="tqboxlayout.html#addLayout">addLayout</a>( buttonContainer ); <a href="tqwidget.html#resize">resize</a>( 700, 250 ); } |