diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqwidget.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 83ee3b7f0..cb96c2501 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -1946,7 +1946,7 @@ Sets both the minimum and maximum heights of the widget to <em>h</em> without changing the widths. Provided for convenience. <p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="#minimumSize-prop">minimumSize</a>, <a href="#maximumSize-prop">maximumSize</a>, and <a href="#setFixedSize">setFixedSize</a>(). -<p>Examples: <a href="simple-font-demo-example.html#x2859">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="layout-example.html#x545">layout/layout.cpp</a>, <a href="qdir-example.html#x1852">qdir/qdir.cpp</a>, and <a href="showimg-example.html#x1354">showimg/showimg.cpp</a>. +<p>Examples: <a href="simple-font-demo-example.html#x2859">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="layout-example.html#x545">layout/layout.cpp</a>, <a href="tqdir-example.html#x1852">tqdir/tqdir.cpp</a>, and <a href="showimg-example.html#x1354">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="setFixedSize"></a>TQWidget::setFixedSize ( const <a href="tqsize.html">TQSize</a> & s ) </h3> Sets both the minimum and maximum sizes of the widget to <em>s</em>, @@ -1964,7 +1964,7 @@ Sets both the minimum and maximum width of the widget to <em>w</em> without changing the heights. Provided for convenience. <p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="#minimumSize-prop">minimumSize</a>, <a href="#maximumSize-prop">maximumSize</a>, and <a href="#setFixedSize">setFixedSize</a>(). -<p>Examples: <a href="progressbar-example.html#x974">progressbar/progressbar.cpp</a> and <a href="qdir-example.html#x1853">qdir/qdir.cpp</a>. +<p>Examples: <a href="progressbar-example.html#x974">progressbar/progressbar.cpp</a> and <a href="tqdir-example.html#x1853">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="setFocus"></a>TQWidget::setFocus ()<tt> [virtual slot]</tt> </h3> Gives the keyboard input focus to this widget (or its focus @@ -2271,7 +2271,7 @@ they are shown. The spontaneous show events of top-level widgets are delivered afterwards. <p> <p>See also <a href="#event">event</a>() and <a href="qshowevent.html">TQShowEvent</a>. -<p>Example: <a href="qdir-example.html#x1854">qdir/qdir.cpp</a>. +<p>Example: <a href="tqdir-example.html#x1854">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="showFullScreen"></a>TQWidget::showFullScreen ()<tt> [slot]</tt> </h3> Shows the widget in full-screen mode. |