diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqwidget.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 8c567bc28..1063a49d2 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -731,7 +731,7 @@ can override the application's settings. On Windows, TQt can set whatever flags you want. <p> Example: <pre> - <a href="ntqlabel.html">TQLabel</a> *splashScreen = new <a href="ntqlabel.html">TQLabel</a>( 0, "mySplashScreen", + <a href="tqlabel.html">TQLabel</a> *splashScreen = new <a href="tqlabel.html">TQLabel</a>( 0, "mySplashScreen", WStyle_Customize | WStyle_Splash ); </pre> @@ -2002,7 +2002,7 @@ focus proxy. <h3 class=fn>void <a name="setFont"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & )<tt> [virtual]</tt> </h3><p>Sets the font currently set for the widget. See the <a href="tqwidget.html#font-prop">"font"</a> property for details. -<p>Reimplemented in <a href="ntqcombobox.html#setFont">TQComboBox</a>, <a href="ntqlabel.html#setFont">TQLabel</a>, and <a href="ntqtabdialog.html#setFont">TQTabDialog</a>. +<p>Reimplemented in <a href="ntqcombobox.html#setFont">TQComboBox</a>, <a href="tqlabel.html#setFont">TQLabel</a>, and <a href="ntqtabdialog.html#setFont">TQTabDialog</a>. <h3 class=fn>void <a name="setFont-2"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & f, bool ) </h3> @@ -2686,12 +2686,12 @@ on top-level widgets. which means the widget will not receive any events in Whats This mode. <p> The widget may leave What's This mode by calling -<a href="ntqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(), with or without actually +<a href="tqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(), with or without actually displaying any help text. <p> You can also reimplement customWhatsThis() if your widget is a "passive interactor" supposed to work under all circumstances. Simply don't call TQWhatsThis::leaveWhatsThisMode() in that case. -<p> <p>See also <a href="ntqwhatsthis.html#inWhatsThisMode">TQWhatsThis::inWhatsThisMode</a>() and <a href="ntqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(). +<p> <p>See also <a href="tqwhatsthis.html#inWhatsThisMode">TQWhatsThis::inWhatsThisMode</a>() and <a href="tqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis::leaveWhatsThisMode</a>(). <p>Get this property's value with <a href="#customWhatsThis">customWhatsThis</a>(). <h3 class=fn>bool <a name="enabled-prop"></a>enabled</h3> |