diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqpaintdevice.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpaintdevice.html')
-rw-r--r-- | doc/html/ntqpaintdevice.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqpaintdevice.html b/doc/html/ntqpaintdevice.html index 0af3d6913..0ffdf4109 100644 --- a/doc/html/ntqpaintdevice.html +++ b/doc/html/ntqpaintdevice.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } can be painted. <a href="#details">More...</a> <p><tt>#include <<a href="qpaintdevice-h.html">ntqpaintdevice.h</a>></tt> -<p>Inherited by <a href="ntqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a>, and <a href="ntqprinter.html">TQPrinter</a>. +<p>Inherited by <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a>, and <a href="ntqprinter.html">TQPrinter</a>. <p><a href="qpaintdevice-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -99,7 +99,7 @@ can be painted. <p> A paint device is an abstraction of a two-dimensional space that can be drawn using a <a href="ntqpainter.html">TQPainter</a>. The drawing capabilities are -implemented by the subclasses <a href="ntqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and +implemented by the subclasses <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and <a href="ntqprinter.html">TQPrinter</a>. <p> The default coordinate system of a paint device has its origin located at the top-left position. X increases to the right and Y @@ -437,7 +437,7 @@ masked <a href="ntqpixmap.html">TQPixmap</a>, the entire blit is masked by <em>s <em>sw</em> or <em>sh</em> is negative bitBlt() copies starting at <em>sx</em> (and respectively, <em>sy</em>) and ending at the right end (respectively, bottom) of <em>src</em>. -<p> <em>src</em> must be a <a href="ntqwidget.html">TQWidget</a> or TQPixmap. You cannot blit from a +<p> <em>src</em> must be a <a href="tqwidget.html">TQWidget</a> or TQPixmap. You cannot blit from a <a href="ntqprinter.html">TQPrinter</a>, for example. bitBlt() does nothing if you attempt to blit from an unsupported device. <p> bitBlt() does nothing if <em>src</em> has a greater depth than <em>dst</em>. |