summaryrefslogtreecommitdiffstats
path: root/demos/sub-attaq
Commit message (Collapse)AuthorAgeFilesLines
* Implement new transformation handling for graphics items.Lars Knoll2009-07-293-4/+15
| | | | | | | | | | | | | | | | | | The idea of having separate rotationX/Y/Z, shearX/Y, etc. methods in QGraphicsItem turned out to be not giving us the flexibility we need and wanted. The new code now implements a different scheme, where we keep simple rotate (around z-axis), scale and transformOriginPoint methods, but remove the other ones. Instead we now have an additional list of QGraphicsTransform object. QGraphicsTransform is an abstract class that inherits QObject. Several specializations are provided and can be used to transform (and through property bindings animate) the item. Reviewed-By: Andreas
* Move sub-attaq from examples to demos because sub-attaq is a bitAlexis Menard2009-07-2871-0/+6545
too "advanced".