QGraphicsLineItem::line() doesn't return a pointer/reference with which you could change the coordinates of the QGraphicsLineItem. It only returns a copy. So all changes you are made are lost.
QGraphicsLineItem::line() doesn't return a pointer/reference with which you could change the coordinates of the QGraphicsLineItem. It only returns a copy. So all changes you are made are lost.
jano_alex_es (28th October 2009)
Bookmarks