summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlabel.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlabel.html')
-rw-r--r--doc/html/ntqlabel.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html
index d60d71cb7..abdea23e4 100644
--- a/doc/html/ntqlabel.html
+++ b/doc/html/ntqlabel.html
@@ -145,21 +145,21 @@ also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same
<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextedit.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>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs an empty label.
<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed
to the <a href="ntqframe.html">TQFrame</a> constructor.
<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>.
-<h3 class=fn><a name="TQLabel-2"></a>TQLabel::TQLabel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQLabel-2"></a>TQLabel::TQLabel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a label that displays the text, <em>text</em>.
<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed
to the <a href="ntqframe.html">TQFrame</a> constructor.
<p> <p>See also <a href="#text-prop">text</a>, <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>.
-<h3 class=fn><a name="TQLabel-3"></a>TQLabel::TQLabel ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;buddy, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQLabel-3"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;buddy, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a label that displays the text <em>text</em>. The label has a
buddy widget, <em>buddy</em>.
@@ -187,7 +187,7 @@ is disabled.
<p> Auto-resizing is disabled by default.
<p> <p>See also <a href="#setAutoResize">setAutoResize</a>().
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="buddy"></a>TQLabel::buddy () const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="buddy"></a>TQLabel::buddy () const
</h3>
Returns this label's buddy, or 0 if no buddy is currently set.
<p> <p>See also <a href="#setBuddy">setBuddy</a>().
@@ -233,9 +233,9 @@ the contents whenever the contents change. The top-left corner is
not moved. This is useful for TQLabel widgets that are not managed by
a <a href="ntqlayout.html">TQLayout</a> (e.g., top-level widgets).
<p> Auto-resizing is disabled by default.
-<p> <p>See also <a href="#autoResize">autoResize</a>(), <a href="ntqwidget.html#adjustSize">adjustSize</a>(), and <a href="ntqwidget.html#sizeHint-prop">sizeHint</a>.
+<p> <p>See also <a href="#autoResize">autoResize</a>(), <a href="tqwidget.html#adjustSize">adjustSize</a>(), and <a href="tqwidget.html#sizeHint-prop">sizeHint</a>.
-<h3 class=fn>void <a name="setBuddy"></a>TQLabel::setBuddy ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;buddy )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setBuddy"></a>TQLabel::setBuddy ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;buddy )<tt> [virtual]</tt>
</h3>
Sets this label's buddy to <em>buddy</em>.
<p> When the user presses the accelerator key indicated by this label,
@@ -271,7 +271,7 @@ set to 0.
Sets the font used on the TQLabel to font <em>f</em>.
<p>Example: <a href="menu-example.html#x1865">menu/menu.cpp</a>.
-<p>Reimplemented from <a href="ntqwidget.html#setFont">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#setFont">TQWidget</a>.
<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.
@@ -346,8 +346,8 @@ contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBreak</a
<p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>().
<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3>
<p>This property holds the label's background mode.
-<p>Get this property with <a href="ntqwidget.html#backgroundMode">backgroundMode</a>().
-<p> <p>See also <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>.
+<p>Get this property with <a href="tqwidget.html#backgroundMode">backgroundMode</a>().
+<p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>.
<p><h3 class=fn>int <a name="indent-prop"></a>indent</h3>
<p>This property holds the label's text indent in pixels.
@@ -359,8 +359,8 @@ to to the bottom edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">
computes the effective indent as follows: If <a href="ntqframe.html#frameWidth">frameWidth</a>() is 0,
the effective indent becomes 0. If frameWidth() is greater than 0,
the effective indent becomes half the width of the "x" character
-of the widget's current <a href="ntqwidget.html#font">font</a>().
-<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#frameWidth-prop">frameWidth</a>, and <a href="ntqwidget.html#font-prop">font</a>.
+of the widget's current <a href="tqwidget.html#font">font</a>().
+<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#frameWidth-prop">frameWidth</a>, and <a href="tqwidget.html#font-prop">font</a>.
<p>Set this property's value with <a href="#setIndent">setIndent</a>() and get this property's value with <a href="#indent">indent</a>().
<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3>