diff options
Diffstat (limited to 'doc/html/tqpaintdevicemetrics.html')
-rw-r--r-- | doc/html/tqpaintdevicemetrics.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqpaintdevicemetrics.html b/doc/html/tqpaintdevicemetrics.html index b551c47e4..7213b7e78 100644 --- a/doc/html/tqpaintdevicemetrics.html +++ b/doc/html/tqpaintdevicemetrics.html @@ -72,7 +72,7 @@ and the resolution of the device (<a href="#logicalDpiX">logicalDpiX</a>() and <a href="#logicalDpiY">logicalDpiY</a>()). <p> It is not always possible for TQPaintDeviceMetrics to compute the values you ask for, particularly for external devices. The -ultimate example is asking for the resolution of of a <a href="ntqprinter.html">TQPrinter</a> +ultimate example is asking for the resolution of of a <a href="tqprinter.html">TQPrinter</a> that is set to "print to file": who knows what printer that file will end up on? <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. @@ -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="tqwidget.html">TQWidget</a>). +system units (e.g. pixels for <a href="tqpixmap.html">TQPixmap</a> and <a href="tqwidget.html">TQWidget</a>). <p>Examples: <a href="tqaction-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="tqwidget.html">TQWidget</a>). +units (e.g. pixels for <a href="tqpixmap.html">TQPixmap</a> and <a href="tqwidget.html">TQWidget</a>). <p>Examples: <a href="tqaction-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 |