diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqsplashscreen.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
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 9697c1874..f3ff426a5 100644 --- a/doc/html/ntqsplashscreen.html +++ b/doc/html/ntqsplashscreen.html @@ -138,7 +138,7 @@ Destructor. Removes the message being displayed on the splash screen <p> <p>See also <a href="#message">message</a>(). -<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="ntqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQSplashScreen::drawContents ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draw the contents of the splash screen using painter <em>painter</em>. The default implementation draws the message passed by <a href="#message">message</a>(). @@ -150,7 +150,7 @@ 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="tqstring.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="tqcolor.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>(). |