diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqsplashscreen.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsplashscreen.html')
-rw-r--r-- | doc/html/ntqsplashscreen.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqsplashscreen.html b/doc/html/ntqsplashscreen.html index 03e3375e5..b29bfad57 100644 --- a/doc/html/ntqsplashscreen.html +++ b/doc/html/ntqsplashscreen.html @@ -150,12 +150,12 @@ the splash screen. Makes the splash screen wait until the widget <em>mainWin</em> is displayed before calling <a href="tqwidget.html#close">close</a>() on itself. -<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="ntqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="ntqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> +<h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="tqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="ntqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> </h3> Draws the <em>message</em> text onto the splash screen with color <em>color</em> and aligns the text according to the flags in <em>alignment</em>. <p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="#clear">clear</a>(). -<h3 class=fn>void <a name="messageChanged"></a>TQSplashScreen::messageChanged ( const <a href="ntqstring.html">TQString</a> & message )<tt> [signal]</tt> +<h3 class=fn>void <a name="messageChanged"></a>TQSplashScreen::messageChanged ( const <a href="tqstring.html">TQString</a> & message )<tt> [signal]</tt> </h3> <p> This signal is emitted when the message on the splash screen |