PDA

View Full Version : how to use update()?



zgulser
6th February 2009, 09:45
Hi,

I have a QGraphicsItem in which I have some other QGraphicsRectItems and QGraphicsLineItem. The item's position changes upon a specified timer timeout. There is no problem with the item movement but, the inner rectangle and line items were not updated although I call the QGraphicsItem.update(). What's wrong here?

Regards.