qt5base-lts/tests/manual/touchGraphicsItem/touchGraphicsItem.pro
Andy Shaw c48f4bde00 Set the ellipseDiameters back to the original size in QGraphicsView
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>
2018-02-08 21:25:01 +00:00

6 lines
91 B
Prolog

QT+=widgets
TEMPLATE = app
TARGET = touchGraphicsItem
INCLUDEPATH += .
SOURCES += main.cpp