qt6-bb10/tests/auto/widgets/graphicsview
Friedemann Kleint 38c8af7231 Revert "Fix global coordinate mapping for child widgets in QGraphicsView."
This reverts commit 56aad2ad60.

QWidget::mapFromGlobal() does not work correctly when the widget is
a child widget of another widget embedded into a QGraphicsView with a
transformation (scaling/rotation). It starts applying offsets going
up the widget tree (just as mapToGlobal) until it hits the embedded widget
not taking into account the transformation.

It would need to go in from to top to bottom or better be reimplemented
such that a QTransform for mapping coordinates from/to global is determined
which is then applied in reverse.

Task-number: QTBUG-50030
Task-number: QTBUG-50136
Change-Id: Iadeb891d793be1938c64942bfbf38d541a281c33
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2016-01-05 08:18:18 +00:00
..
qgraphicsanchorlayout Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicsanchorlayout1 Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicseffectsource Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicsgridlayout Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicsitem fix usage of wince scope 2015-06-05 10:29:10 +00:00
qgraphicsitemanimation Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicslayout Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicslayoutitem Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicslinearlayout Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicsobject Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicspixmapitem Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicspolygonitem Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicsproxywidget Revert "Fix global coordinate mapping for child widgets in QGraphicsView." 2016-01-05 08:18:18 +00:00
qgraphicsscene fix usage of wince scope 2015-06-05 10:29:10 +00:00
qgraphicssceneindex Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicstransform Update copyright headers 2015-02-11 06:49:51 +00:00
qgraphicsview Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qgraphicswidget QGraphicsWidget: call normal "setParent" when setting a parent 2015-05-05 05:02:51 +00:00
graphicsview.pro Re-enable tests tst_qgraphicsproxywidget, tst_qgraphicswidget. 2013-07-24 22:16:58 +02:00