File | Date | Author | Commit |
---|---|---|---|
.hgignore | 2015-01-24 |
![]() |
[157977] init |
COPYING | 2015-02-01 |
![]() |
[8e1853] licence |
README.md | 2016-09-05 |
![]() |
[1a546a] mention the corner squares |
qt_combined_move.py | 2015-01-24 |
![]() |
[157977] init |
qt_combined_move_infos.py | 2015-02-01 |
![]() |
[8e1853] licence |
qt_combined_move_infos_transform.py | 2016-09-05 |
![]() |
[181c29] cleanup |
screenshot.png | 2016-09-05 |
![]() |
[d10a10] udate screenshot |
Move two items in a QtGraphicsView
, and see changes in some of their properties, like boundingRect
.
To launch, just
python qt_combined_move_infos_transform.py
here is a screenshot
The small squares inside the rectangles indicate their (0, 0) corner (in item local coordinates).
The smaller qt_combined_move.py
was a minimal working example used to demonstrate
an issue with different ItemIgnoresTransformations
flags, in
a question asked on stackoverflow.
qt_combined_move_infos
is an intermediate version, in PyQt4, with informations,
but no transformation of the view.