diff options
Diffstat (limited to 'doc/html/ntqlabel.html')
-rw-r--r-- | doc/html/ntqlabel.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html index 136d8e327..495e1ed6b 100644 --- a/doc/html/ntqlabel.html +++ b/doc/html/ntqlabel.html @@ -105,7 +105,7 @@ for specifying a focus accelerator key for another widget. <tr bgcolor="#f0f0f0"> <td valign="top">A pixmap <td valign="top">Pass a <a href="ntqpixmap.html">TQPixmap</a> to <a href="#setPixmap">setPixmap</a>(). <tr bgcolor="#d0d0d0"> <td valign="top">A movie -<td valign="top">Pass a <a href="ntqmovie.html">TQMovie</a> to <a href="#setMovie">setMovie</a>(). +<td valign="top">Pass a <a href="tqmovie.html">TQMovie</a> to <a href="#setMovie">setMovie</a>(). <tr bgcolor="#f0f0f0"> <td valign="top">A number <td valign="top">Pass an <em>int</em> or a <em>double</em> to <a href="#setNum">setNum</a>(), which converts the number to plain text. @@ -142,7 +142,7 @@ the other widget (called the TQLabel's "buddy"). For example: buddy (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses Alt+P. You can also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same thing. <p> <img src=qlabel-m.png> <img src=qlabel-w.png> -<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) @@ -196,7 +196,7 @@ Returns this label's buddy, or 0 if no buddy is currently set. </h3> Clears any label contents. Equivalent to <a href="#setText">setText</a>( "" ). -<h3 class=fn>void <a name="drawContents"></a>TQLabel::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQLabel::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the label contents using the painter <em>p</em>. @@ -207,7 +207,7 @@ See the <a href="ntqlabel.html#scaledContents-prop">"scaledContents"</a> propert <h3 class=fn>int <a name="indent"></a>TQLabel::indent () const </h3><p>Returns the label's text indent in pixels. See the <a href="ntqlabel.html#indent-prop">"indent"</a> property for details. -<h3 class=fn><a href="ntqmovie.html">TQMovie</a> * <a name="movie"></a>TQLabel::movie () const +<h3 class=fn><a href="tqmovie.html">TQMovie</a> * <a name="movie"></a>TQLabel::movie () const </h3> Returns a pointer to the label's movie, or 0 if no movie has been set. @@ -266,7 +266,7 @@ set to 0. <p> <p>See also <a href="#buddy">buddy</a>(), <a href="#text-prop">text</a>, <a href="ntqaccel.html">TQAccel</a>, and <a href="#alignment-prop">alignment</a>. <p>Examples: <a href="addressbook-example.html#x580">addressbook/centralwidget.cpp</a>, <a href="tutorial2-09.html#x2642">chart/optionsform.cpp</a>, and <a href="regexptester-example.html#x2482">regexptester/regexptester.cpp</a>. -<h3 class=fn>void <a name="setFont"></a>TQLabel::setFont ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQLabel::setFont ( const <a href="tqfont.html">TQFont</a> & f )<tt> [virtual]</tt> </h3> Sets the font used on the TQLabel to font <em>f</em>. @@ -275,7 +275,7 @@ Sets the font used on the TQLabel to font <em>f</em>. <h3 class=fn>void <a name="setIndent"></a>TQLabel::setIndent ( int ) </h3><p>Sets the label's text indent in pixels. See the <a href="ntqlabel.html#indent-prop">"indent"</a> property for details. -<h3 class=fn>void <a name="setMovie"></a>TQLabel::setMovie ( const <a href="ntqmovie.html">TQMovie</a> & movie )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setMovie"></a>TQLabel::setMovie ( const <a href="tqmovie.html">TQMovie</a> & movie )<tt> [virtual slot]</tt> </h3> Sets the label contents to <em>movie</em>. Any previous content is cleared. |