summaryrefslogtreecommitdiffstats
path: root/tests/manual/touchGraphicsItem
Commit message (Collapse)AuthorAgeFilesLines
* Convert all of tests/manualLeander Beernaert2019-11-141-0/+19
| | | | | | | Fixes: QTBUG-78164 Change-Id: I28b59bf84533fc33fafafd1511b5337d36af0e2b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-082-0/+168
When calling setSceneRect() on a QTouchPoint it will cause the ellipseDiameters to be changed, whereas this should not be affected by the scene rectangle as it should be in logical pixels. Also add a manual test for visually checking the ellipse diameters on various devices. Change-Id: I1ee9207cb1a63cfef33fe904594c73aba221af5c Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>