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/ntqpaintdevicemetrics.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpaintdevicemetrics.html')
-rw-r--r-- | doc/html/ntqpaintdevicemetrics.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqpaintdevicemetrics.html b/doc/html/ntqpaintdevicemetrics.html index 388b53298..8e10a6968 100644 --- a/doc/html/ntqpaintdevicemetrics.html +++ b/doc/html/ntqpaintdevicemetrics.html @@ -91,7 +91,7 @@ Constructs a metric for the paint device <em>pd</em>. </h3> <p> Returns the height of the paint device in default coordinate -system units (e.g. pixels for <a href="ntqpixmap.html">TQPixmap</a> and <a href="ntqwidget.html">TQWidget</a>). +system units (e.g. pixels for <a href="ntqpixmap.html">TQPixmap</a> and <a href="tqwidget.html">TQWidget</a>). <p>Examples: <a href="qaction-application-example.html#x1141">action/application.cpp</a>, <a href="simple-application-example.html#x1559">application/application.cpp</a>, <a href="helpviewer-example.html#x996">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2040">mdi/application.cpp</a>, and <a href="qwerty-example.html#x378">qwerty/qwerty.cpp</a>. <h3 class=fn>int <a name="heightMM"></a>TQPaintDeviceMetrics::heightMM () const @@ -129,7 +129,7 @@ returned instead. </h3> <p> Returns the width of the paint device in default coordinate system -units (e.g. pixels for <a href="ntqpixmap.html">TQPixmap</a> and <a href="ntqwidget.html">TQWidget</a>). +units (e.g. pixels for <a href="ntqpixmap.html">TQPixmap</a> and <a href="tqwidget.html">TQWidget</a>). <p>Examples: <a href="qaction-application-example.html#x1143">action/application.cpp</a>, <a href="simple-application-example.html#x1561">application/application.cpp</a>, <a href="helpviewer-example.html#x998">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2042">mdi/application.cpp</a>, and <a href="qwerty-example.html#x380">qwerty/qwerty.cpp</a>. <h3 class=fn>int <a name="widthMM"></a>TQPaintDeviceMetrics::widthMM () const |