From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/canvas.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/canvas.html') diff --git a/doc/html/canvas.html b/doc/html/canvas.html index 2e2dcf10d..e40bafddb 100644 --- a/doc/html/canvas.html +++ b/doc/html/canvas.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }

The canvas module provides a highly optimized 2D graphic area called -TQCanvas. The canvas can contain an arbitrary number of TQCanvasItems. Canvas items can have an arbitrary +TQCanvas. The canvas can contain an arbitrary number of TQCanvasItems. Canvas items can have an arbitrary shape, size and content, can be freely moved around in the canvas, and can be checked for collisions. Canvas items can be set to move across the canvas automatically and animated canvas items are @@ -44,11 +44,11 @@ supported with TQCanvasSprite. (If you require

The canvas module uses a document/view model. The TQCanvasView class is used to show a particular view of a canvas. Multiple views can operate on the same canvas at the same time. Every view can use an arbitrary -transformation matrix on the canvas which makes it easy to implement +transformation matrix on the canvas which makes it easy to implement features such as zooming. -

+

Screenshot of a canvas
-

TQt provides a number of predefined TQCanvas items as listed below. +

TQt provides a number of predefined TQCanvas items as listed below.