diff options
Diffstat (limited to 'doc/html/ntqstatusbar.html')
-rw-r--r-- | doc/html/ntqstatusbar.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqstatusbar.html b/doc/html/ntqstatusbar.html index bbcb577dc..484cb2216 100644 --- a/doc/html/ntqstatusbar.html +++ b/doc/html/ntqstatusbar.html @@ -92,8 +92,8 @@ message, call <a href="#clear">clear</a>(). There are two variants of message(): that displays the message until the next clear() or message() and one that has a time limit: <p> <pre> - <a href="tqobject.html#connect">connect</a>( loader, TQ_SIGNAL(progressMessage(const <a href="ntqstring.html">TQString</a>&)), - statusBar(), TQ_SLOT(<a href="#message">message</a>(const <a href="ntqstring.html">TQString</a>&)) ); + <a href="tqobject.html#connect">connect</a>( loader, TQ_SIGNAL(progressMessage(const <a href="tqstring.html">TQString</a>&)), + statusBar(), TQ_SLOT(<a href="#message">message</a>(const <a href="tqstring.html">TQString</a>&)) ); statusBar()->message("Loading..."); // Initial message loader.loadStuff(); // Emits progress messages @@ -155,20 +155,20 @@ Ensures that the right widgets are visible. Used by <a href="#message">message</ <h3 class=fn>bool <a name="isSizeGripEnabled"></a>TQStatusBar::isSizeGripEnabled () const </h3><p>Returns TRUE if the <a href="ntqsizegrip.html">TQSizeGrip</a> in the bottom right of the status bar is enabled; otherwise returns FALSE. See the <a href="ntqstatusbar.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. -<h3 class=fn>void <a name="message"></a>TQStatusBar::message ( const <a href="ntqstring.html">TQString</a> & message )<tt> [slot]</tt> +<h3 class=fn>void <a name="message"></a>TQStatusBar::message ( const <a href="tqstring.html">TQString</a> & message )<tt> [slot]</tt> </h3> Hides the normal status indicators and displays <em>message</em> until <a href="#clear">clear</a>() or another <a href="#message">message</a>() is called. <p> <p>See also <a href="#clear">clear</a>(). <p>Example: <a href="regexptester-example.html#x2494">regexptester/regexptester.cpp</a>. -<h3 class=fn>void <a name="message-2"></a>TQStatusBar::message ( const <a href="ntqstring.html">TQString</a> & message, int ms )<tt> [slot]</tt> +<h3 class=fn>void <a name="message-2"></a>TQStatusBar::message ( const <a href="tqstring.html">TQString</a> & message, int ms )<tt> [slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Hides the normal status indications and displays <em>message</em> for <em>ms</em> milli-seconds or until <a href="#clear">clear</a>() or another <a href="#message">message</a>() is called, whichever occurs first. -<h3 class=fn>void <a name="messageChanged"></a>TQStatusBar::messageChanged ( const <a href="ntqstring.html">TQString</a> & message )<tt> [signal]</tt> +<h3 class=fn>void <a name="messageChanged"></a>TQStatusBar::messageChanged ( const <a href="tqstring.html">TQString</a> & message )<tt> [signal]</tt> </h3> <p> This signal is emitted when the temporary status messages |