summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2009-12-11 15:41:00 (GMT)
committerYoann Lopes <yoann.lopes@nokia.com>2009-12-11 15:41:00 (GMT)
commit6a1cff7c47e1f47161f765ba2f7094b55aaa13c5 (patch)
treeb08e01c0242a72d0ff44d8e33e34e19074df1e7d /tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
parent9e5c5e2c68f3aefd60571551664936465dd04913 (diff)
downloadQt-6a1cff7c47e1f47161f765ba2f7094b55aaa13c5.zip
Qt-6a1cff7c47e1f47161f765ba2f7094b55aaa13c5.tar.gz
Qt-6a1cff7c47e1f47161f765ba2f7094b55aaa13c5.tar.bz2
Fixes Graphicsitem transformation problems when grouping/ungrouping.
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
Diffstat (limited to 'tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro')
-rw-r--r--tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro b/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
new file mode 100644
index 0000000..6676a2e
--- /dev/null
+++ b/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
@@ -0,0 +1,8 @@
+TARGET = qgraphicsitemgroup
+TEMPLATE = app
+SOURCES += main.cpp \
+ widget.cpp \
+ customitem.cpp
+HEADERS += widget.h \
+ customitem.h
+FORMS += widget.ui