diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /examples/demo/textdrawing/example.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/demo/textdrawing/example.html')
-rw-r--r-- | examples/demo/textdrawing/example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index 3f215fd53..12d21ff72 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -74,7 +74,7 @@ key for another widget. <ul> <li> A plain text: set by passing a <a href="tqstring.html">TQString</a> to <a href="#dffb43">setText</a>(). <li> A rich text: set by passing a TQString that contains a rich text to setText(). -<li> A pixmap: set by passing a <a href="ntqpixmap.html">TQPixmap</a> to <a href="#f3f301">setPixmap</a>(). +<li> A pixmap: set by passing a <a href="tqpixmap.html">TQPixmap</a> to <a href="#f3f301">setPixmap</a>(). <li> A movie: set by passing a <a href="tqmovie.html">TQMovie</a> to <a href="#60de9f">setMovie</a>(). <li> A number: set by passing an <em>int</em> or a <em>double</em> to <a href="#1a8f6a">setNum</a>(), which converts the number to plain text. <li> Nothing: The same as an empty plain text. This is the default. Set by <a href="#be73f3">clear</a>(). @@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example: (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also use the <a href="#191701">setBuddy</a>() function to accomplish the same. <p> -<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> +<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> <p>Examples: <a href="cursor-cursor-cpp.html#TQLabel">cursor/cursor.cpp</a> <a href="layout-layout-cpp.html#TQLabel">layout/layout.cpp</a> @@ -175,7 +175,7 @@ available space. <p>If the label contains a movie, returns a pointer to it. Otherwise, returns 0. <p>See also <a href="#60de9f">setMovie</a>(). -<h3 class="fn"><a href="ntqpixmap.html">TQPixmap</a>�*�<a name="101ecb"></a>TQLabel::pixmap�()�const</h3> +<h3 class="fn"><a href="tqpixmap.html">TQPixmap</a>�*�<a name="101ecb"></a>TQLabel::pixmap�()�const</h3> <p>If the label contains a pixmap, returns a pointer to it. Otherwise, returns 0. <p>See also <a href="#f3f301">setPixmap</a>(). @@ -273,7 +273,7 @@ the label. Any previous content is cleared. <p>The buddy accelerator, if any, is disabled. <p>The label resizes itself if auto-resizing is enabled. <p>See also <a href="#dffb43">setText</a>(), <a href="tqstring.html#01d80b">TQString::setNum</a>() and <a href="#191701">setBuddy</a>(). -<h3 class="fn">void�<a name="f3f301"></a>TQLabel::setPixmap�(�const�<a href="ntqpixmap.html">TQPixmap</a>�&�pixmap�) <code>[virtual�slot]</code></h3> +<h3 class="fn">void�<a name="f3f301"></a>TQLabel::setPixmap�(�const�<a href="tqpixmap.html">TQPixmap</a>�&�pixmap�) <code>[virtual�slot]</code></h3> <p>Sets the label contents to <em>pixmap.</em> Any previous content is cleared. <p>The buddy accelerator, if any, is disabled. <p>The label resizes itself if auto-resizing is enabled. |