summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitemgroup/widget.ui
Commit message (Collapse)AuthorAgeFilesLines
* Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-111-0/+319
New transformation properties added in 4.6, such as rotation or transformOriginPoint were not taken into account in addTogroup and removeFromGroup. Autotest and manual test included. Task-number: QTBUG-5071 Reviewed-by: bnilsen