summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlabel.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/ntqlabel.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlabel.html')
-rw-r--r--doc/html/ntqlabel.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html
index 495e1ed6b..72312e980 100644
--- a/doc/html/ntqlabel.html
+++ b/doc/html/ntqlabel.html
@@ -103,7 +103,7 @@ for specifying a focus accelerator key for another widget.
<tr bgcolor="#d0d0d0"> <td valign="top">Rich text
<td valign="top">Pass a TQString that contains rich text to setText().
<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>().
+<td valign="top">Pass a <a href="tqpixmap.html">TQPixmap</a> to <a href="#setPixmap">setPixmap</a>().
<tr bgcolor="#d0d0d0"> <td valign="top">A movie
<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
@@ -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="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>.
+<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqpixmap.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>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
@@ -213,13 +213,13 @@ Returns a pointer to the label's movie, or 0 if no movie has been
set.
<p> <p>See also <a href="#setMovie">setMovie</a>().
-<h3 class=fn><a href="ntqpicture.html">TQPicture</a>&nbsp;* <a name="picture"></a>TQLabel::picture () const
+<h3 class=fn><a href="tqpicture.html">TQPicture</a>&nbsp;* <a name="picture"></a>TQLabel::picture () const
</h3>
<p> Returns the label's picture or 0 if the label doesn't have a
picture.
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQLabel::pixmap () const
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQLabel::pixmap () const
</h3><p>Returns the label's pixmap.
See the <a href="ntqlabel.html#pixmap-prop">"pixmap"</a> property for details.
<h3 class=fn>void <a name="setAlignment"></a>TQLabel::setAlignment ( int )<tt> [virtual]</tt>
@@ -304,14 +304,14 @@ the current contents of the label.
<p> The label resizes itself if auto-resizing is enabled.
<p> <p>See also <a href="#text-prop">text</a>, <a href="tqstring.html#setNum">TQString::setNum</a>(), and <a href="#setBuddy">setBuddy</a>().
-<h3 class=fn>void <a name="setPicture"></a>TQLabel::setPicture ( const&nbsp;<a href="ntqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;picture )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setPicture"></a>TQLabel::setPicture ( const&nbsp;<a href="tqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;picture )<tt> [virtual slot]</tt>
</h3>
Sets the label contents to <em>picture</em>. Any previous content is
cleared.
<p> The buddy accelerator, if any, is disabled.
<p> <p>See also <a href="#picture">picture</a>() and <a href="#setBuddy">setBuddy</a>().
-<h3 class=fn>void <a name="setPixmap"></a>TQLabel::setPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setPixmap"></a>TQLabel::setPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
</h3><p>Sets the label's pixmap.
See the <a href="ntqlabel.html#pixmap-prop">"pixmap"</a> property for details.
<h3 class=fn>void <a name="setScaledContents"></a>TQLabel::setScaledContents ( bool )
@@ -363,7 +363,7 @@ 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>
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3>
<p>This property holds the label's pixmap.
<p>If no pixmap has been set this will return an invalid pixmap.
<p> Setting the pixmap clears any previous content, and resizes the