diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqmovie.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt-0e787fb7.tar.gz tqt-0e787fb7.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmovie.html')
-rw-r--r-- | doc/html/tqmovie.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmovie.html b/doc/html/tqmovie.html index 6d4734cc7..2568a7967 100644 --- a/doc/html/tqmovie.html +++ b/doc/html/tqmovie.html @@ -81,8 +81,8 @@ The TQMovie class provides incremental loading of animations or images, signalli -<p> The simplest way to display a TQMovie is to use a <a href="ntqlabel.html">TQLabel</a> and -<a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>(). +<p> The simplest way to display a TQMovie is to use a <a href="tqlabel.html">TQLabel</a> and +<a href="tqlabel.html#setMovie">TQLabel::setMovie</a>(). <p> A TQMovie provides a <a href="tqpixmap.html">TQPixmap</a> as the <a href="#framePixmap">framePixmap</a>(); connections can be made via <a href="#connectResize">connectResize</a>() and <a href="#connectUpdate">connectUpdate</a>() to receive notification of size and pixmap changes. All decoding is driven @@ -112,7 +112,7 @@ the USA, France, Germany, Italy and the UK. <p> GIF support may be removed completely in a future version of TQt. We recommend using the MNG or PNG format. <p> <center><img src="tqmovie.png" alt="TQMovie"></center> -<p> <p>See also <a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="multimedia.html">Multimedia Classes</a>. +<p> <p>See also <a href="tqlabel.html#setMovie">TQLabel::setMovie</a>(), <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="multimedia.html">Multimedia Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Status-enum"></a>TQMovie::Status</h3> |