Hi All,

I am using QGraphicsView/Scene architecture to drawing items. I have added rectangles using QGraphicsItem and there are lines drawn between them. I want to move the lines are per rectangle changes its position using Mouse drag. Its like 'Elastic Nodes" app. in sample code. My app. works fine for Debug version on Windows XP but same code doesnt work for release version. I am not able to get itemChanged() event for ItemPositionHasChanged for Release.

Please tell me the solution.

Thanks in advance.

Nilesh