diff options
author | Michele Calgaro <[email protected]> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tqcanvas.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqcanvas.html')
-rw-r--r-- | doc/html/tqcanvas.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index 35dc0dab5..cf1286a97 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -142,7 +142,7 @@ at such extremes). <p> <li> An arbitrary <a href="tqwmatrix.html#TransformationMode">transformation matrix</a> can be set on each TQCanvasView which makes it easy to zoom, rotate or shear the viewed canvas. <p> <li> Widgets provide a lot more functionality, such as input (<a href="tqkeyevent.html">TQKeyEvent</a>, -<a href="qmouseevent.html">TQMouseEvent</a> etc.) and layout management (<a href="tqgridlayout.html">TQGridLayout</a> etc.). +<a href="tqmouseevent.html">TQMouseEvent</a> etc.) and layout management (<a href="tqgridlayout.html">TQGridLayout</a> etc.). <p> </ul> <p> A canvas consists of a background, a number of canvas items organized by x, y and z coordinates, and a foreground. A canvas item's z coordinate |