[PyQt] Re: Connecting two QGraphicsItems

Wolfgang Rohdewald wolfgang at rohdewald.de
Thu Apr 9 11:16:43 BST 2009


On Thursday, 9. April 2009, Mads wrote:
> is it possible to control the position of the item?

just use item.setPos() - this uses a coordinate system
relative to the parent item.

-- 
Wolfgang


More information about the PyQt mailing list