To create an arrow on the Print Composer I've used this:
qC = QgsComposition(iface.mapCanvas().mapRenderer())arw = QgsComposerArrow(QPointF(0, 0),QPointF(10,10),qC)
However, I can't find an attribute to change any of the two points.
I've tried with...