Hello everyone,
I would like to manipulate QGraphicsItems in a QGraphicsScene by touch manipulations (scale, move, rotate, inertia).
I searched but found nothing already implemented for this.
I’m sad that the flag QGraphicsItem::ItemIsMovable [qt-project.org] is available only for mouse manipulation…
Any idea how to do this ?
Thanks.
Using Qt5.2.
↧