diff -r 000000000000 -r 1918ee327afb demos/affine/xform.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/demos/affine/xform.html Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,23 @@ + +
+

Affine Transformations

+
+ +

In this demo we demonstrate Qt's ability to perform affine transformations +on painting operations.

+ +

Transformations can be performed on any kind of graphics drawn using +QPainter. The transformations used to display the vector graphics, images, +and text can be adjusted in the following ways:

+ + + +