diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/tqwidget.html | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style 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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 291594fec..964ee8392 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -2181,7 +2181,7 @@ This is an overloaded member function, provided for convenience. It behaves esse (height for width). <p> <p>See also <a href="ntqsizepolicy.html#TQSizePolicy">TQSizePolicy::TQSizePolicy</a>(). -<h3 class=fn>void <a name="setStyle"></a>TQWidget::setStyle ( <a href="ntqstyle.html">TQStyle</a> * style ) +<h3 class=fn>void <a name="setStyle"></a>TQWidget::setStyle ( <a href="tqstyle.html">TQStyle</a> * style ) </h3> Sets the widget's GUI style to <em>style</em>. Ownership of the style object is not transferred. @@ -2193,13 +2193,13 @@ widgets. purposes, where you want to show TQt's styling capabilities. Real applications should avoid it and use one consistent GUI style instead. -<p> <p>See also <a href="#style">style</a>(), <a href="ntqstyle.html">TQStyle</a>, <a href="ntqapplication.html#style">TQApplication::style</a>(), and <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(). +<p> <p>See also <a href="#style">style</a>(), <a href="tqstyle.html">TQStyle</a>, <a href="ntqapplication.html#style">TQApplication::style</a>(), and <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(). <p>Examples: <a href="grapher-nsplugin-example.html#x2778">grapher/grapher.cpp</a> and <a href="progressbar-example.html#x975">progressbar/progressbar.cpp</a>. -<h3 class=fn><a href="ntqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQWidget::setStyle ( const <a href="tqstring.html">TQString</a> & style ) +<h3 class=fn><a href="tqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQWidget::setStyle ( const <a href="tqstring.html">TQString</a> & style ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Sets the widget's GUI style to <em>style</em> using the <a href="ntqstylefactory.html">TQStyleFactory</a>. +<p> Sets the widget's GUI style to <em>style</em> using the <a href="tqstylefactory.html">TQStyleFactory</a>. <h3 class=fn>void <a name="setTabOrder"></a>TQWidget::setTabOrder ( <a href="tqwidget.html">TQWidget</a> * first, <a href="tqwidget.html">TQWidget</a> * second )<tt> [static]</tt> </h3> @@ -2353,12 +2353,12 @@ Places the widget under <em>w</em> in the parent widget's stack. <p> To make this work, the widget itself and <em>w</em> must be siblings. <p> <p>See also <a href="#raise">raise</a>() and <a href="#lower">lower</a>(). -<h3 class=fn><a href="ntqstyle.html">TQStyle</a> & <a name="style"></a>TQWidget::style () const +<h3 class=fn><a href="tqstyle.html">TQStyle</a> & <a name="style"></a>TQWidget::style () const </h3> Returns the GUI style for this widget <p> <p>See also <a href="#setStyle">TQWidget::setStyle</a>(), <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(), and <a href="ntqapplication.html#style">TQApplication::style</a>(). -<h3 class=fn>void <a name="styleChange"></a>TQWidget::styleChange ( <a href="ntqstyle.html">TQStyle</a> & oldStyle )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="styleChange"></a>TQWidget::styleChange ( <a href="tqstyle.html">TQStyle</a> & oldStyle )<tt> [virtual protected]</tt> </h3> This virtual function is called when the style of the widgets changes. <em>oldStyle</em> is the previous GUI style; you can get the |